Home
last modified time | relevance | path

Searched refs:set_func (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dcommand.h217 cmd_sfunc_ftype *set_func,
226 cmd_sfunc_ftype *set_func,
250 cmd_sfunc_ftype *set_func,
260 cmd_sfunc_ftype *set_func,
270 cmd_sfunc_ftype *set_func,
H A Dremote.c642 cmd_sfunc_ftype *set_func, in add_packet_config_cmd() argument
665 set_func, show_func, in add_packet_config_cmd()
/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-decode.c332 cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, in add_setshow_cmd_full() argument
342 if (set_func != NULL) in add_setshow_cmd_full()
343 set_cmd_sfunc (set, set_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()
418 cmd_sfunc_ftype *set_func, in add_setshow_auto_boolean_cmd() argument
426 set_doc, show_doc, set_func, show_func, in add_setshow_auto_boolean_cmd()
440 cmd_sfunc_ftype *set_func, in add_setshow_boolean_cmd() argument
449 set_func, show_func, in add_setshow_boolean_cmd()
463 cmd_sfunc_ftype *set_func, in add_setshow_uinteger_cmd() argument
[all …]
/freebsd-12.1/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c60 typedef int (*set_func)(struct tac_handle *, const char *); typedef
63 set_func, const char *);
69 set_func func, const char *funcname) in do_item()
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_sa.c1307 int (*set_func)(struct cam_periph *periph, struct mtparamset *ps, member
1414 error = first_ent->set_func(periph, first, in saparamsetlist()
1430 error = ent->set_func(periph, &params[i], 1); in saparamsetlist()
1438 first_ent->set_func(periph, first, contig_ents); in saparamsetlist()