/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | util.c | 317 * cbfunc - NULL, or pointer to function to call if a translation is 322 const char *opt, size_t optsz, int cbfunc(int)) 378 if (cbfunc != NULL) 379 c = (*cbfunc)(c); 321 str2chr(Lm_list *lml, int ndx, int argc, char **argv, char *arg, int c, const char *opt, size_t optsz, int cbfunc(int)) argument
|
/illumos-gate/usr/src/uts/intel/io/ |
H A D | devfm_machdep.c | 50 int (*cbfunc)(cmi_hdl_t, void *, void *); /* callback function */ member in struct:fm_cmi_walk_t 88 int (*cbfunc)(cmi_hdl_t, void *, void *)) 97 if ((wp->cbfunc = cbfunc) == NULL) { 107 if (wp->cbfunc == NULL) 129 if (wp->cbfunc != NULL) 130 return (wp->cbfunc(hdl, arg2, arg3)); 87 walk_init(fm_cmi_walk_t *wp, uint_t chipid, uint_t coreid, uint_t strandid, int (*cbfunc)(cmi_hdl_t, void *, void *)) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | util.c | 623 schedule_timer(dhcp_timer_t *dt, iu_tq_callback_t *cbfunc, void *arg) argument 627 dt->dt_id = iu_schedule_timer(tq, dt->dt_start, cbfunc, arg);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | sobj.c | 117 sobj_type_walk(void (*cbfunc)(int, const char *, const char *, void *), argument 124 cbfunc(info->sobj_type, info->sobj_name, info->sobj_ops_name,
|
H A D | thread.c | 357 thread_walk_states(void (*cbfunc)(uint_t, const char *, void *), void *cbarg) argument 363 cbfunc(tsp->ts_state, tsp->ts_name, cbarg);
|
H A D | net.c | 1082 netstat_print_conn(const char *cache, int proto, mdb_walk_cb_t cbfunc, argument 1089 if (mdb_walk(cache, cbfunc, cbdata) == -1) { 1097 netstat_print_common(const char *cache, int proto, mdb_walk_cb_t cbfunc, argument 1107 status = netstat_print_conn(cache, proto, cbfunc, cbdata); 1112 status = netstat_print_conn(cache, proto, cbfunc, cbdata);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 94 * multiple lines need to be output, then a more complex cbfunc is 95 * needed (see targinfo_output_cbfunc()). At most one cbfunc is used 194 ipmpstat_cbfunc_t *cbfunc; local 227 cbfunc = info_output_cbfunc; 232 cbfunc = info_output_cbfunc; 237 cbfunc = info_output_cbfunc; 245 cbfunc = targinfo_output_cbfunc; 299 (*walker)(ih, cbfunc, ofmt); 309 * Walks all IPMP groups on the system and invokes `cbfunc' on each, passing 313 walk_group(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, voi argument 342 walk_if(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg) argument 354 walk_addr(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 1275 ra_smf_cb(ra_smf_cb_t cbfunc, const char *fmri, void *data) argument 1288 cbfunc, data, &exit_status, uu_die));
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 1539 cmi_hdl_walk(int (*cbfunc)(cmi_hdl_t, void *, void *, void *), argument 1554 if ((*cbfunc)((cmi_hdl_t)hdl, arg1, arg2, arg3)
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunddi.c | 9021 ddi_cb_register(dev_info_t *dip, ddi_cb_flags_t flags, ddi_cb_func_t cbfunc, argument 9028 ASSERT(cbfunc != NULL); 9038 (cbfunc == NULL) || (ret_hdlp == NULL)) 9048 cbp->cb_func = cbfunc;
|