Searched refs:set_func (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | command.h | 217 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 D | remote.c | 642 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 D | cli-decode.c | 332 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 D | pam_tacplus.c | 60 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 D | scsi_sa.c | 1307 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, ¶ms[i], 1); in saparamsetlist() 1438 first_ent->set_func(periph, first, contig_ents); in saparamsetlist()
|