Searched refs:set_func (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/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.c644 cmd_sfunc_ftype *set_func,
667 set_func, show_func,
639 add_packet_config_cmd(struct packet_config *config, char *name, char *title, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_remote_list, struct cmd_list_element **show_remote_list, int legacy) argument
/freebsd-11-stable/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c58 typedef int (*set_func)(struct tac_handle *, const char *); typedef
61 set_func, const char *);
67 set_func func, const char *funcname)
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c333 cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func,
343 if (set_func != NULL)
344 set_cmd_sfunc (set, set_func);
367 cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func,
372 set_func, show_func, set_list, show_list,
419 cmd_sfunc_ftype *set_func,
427 set_doc, show_doc, set_func, show_func,
441 cmd_sfunc_ftype *set_func,
450 set_func, show_func,
464 cmd_sfunc_ftype *set_func,
328 add_setshow_cmd_full(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list, struct cmd_list_element **set_result, struct cmd_list_element **show_result) argument
362 add_setshow_cmd(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
414 add_setshow_auto_boolean_cmd(char *name, enum command_class class, enum auto_boolean *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
437 add_setshow_boolean_cmd(char *name, enum command_class class, int *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
460 add_setshow_uinteger_cmd(char *name, enum command_class class, unsigned int *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dbind.c1500 _rl_sv_func_t *set_func; member in struct:__anon1973
1575 if (i < 0 || string_varlist[i].set_func == 0)
1578 v = (*string_varlist[i].set_func) (value);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c1305 int (*set_func)(struct cam_periph *periph, struct mtparamset *ps, member in struct:sa_param_ent
1340 * the same parent node into a single call to a set_func.
1412 error = first_ent->set_func(periph, first,
1428 error = ent->set_func(periph, &params[i], 1);
1436 first_ent->set_func(periph, first, contig_ents);

Completed in 198 milliseconds