Home
last modified time | relevance | path

Searched refs:show_func (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dcommand.h218 cmd_sfunc_ftype *show_func,
227 cmd_sfunc_ftype *show_func,
251 cmd_sfunc_ftype *show_func,
261 cmd_sfunc_ftype *show_func,
271 cmd_sfunc_ftype *show_func,
Dremote.c643 cmd_sfunc_ftype *show_func, in add_packet_config_cmd() argument
665 set_func, show_func, in add_packet_config_cmd()
/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-decode.c332 cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, in add_setshow_cmd_full() argument
346 if (show_func != NULL) in add_setshow_cmd_full()
347 set_cmd_sfunc (show, show_func); in add_setshow_cmd_full()
366 cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, in add_setshow_cmd() argument
371 set_func, show_func, set_list, show_list, in add_setshow_cmd()
419 cmd_sfunc_ftype *show_func, in add_setshow_auto_boolean_cmd() argument
426 set_doc, show_doc, set_func, show_func, in add_setshow_auto_boolean_cmd()
441 cmd_sfunc_ftype *show_func, in add_setshow_boolean_cmd() argument
449 set_func, show_func, in add_setshow_boolean_cmd()
464 cmd_sfunc_ftype *show_func, in add_setshow_uinteger_cmd() argument
[all …]
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_main.c9365 void (*show_func)(struct sbuf *, uint64_t *, int); in sysctl_tp_la() local
9383 show_func = tp_la_show2; in sysctl_tp_la()
9387 show_func = tp_la_show3; in sysctl_tp_la()
9391 show_func = tp_la_show; in sysctl_tp_la()
9395 (*show_func)(sb, p, i); in sysctl_tp_la()