Searched defs:cbfunc (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c317 * 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 Ddevfm_machdep.c50 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 Dutil.c623 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 Dsobj.c117 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 Dthread.c357 thread_walk_states(void (*cbfunc)(uint_t, const char *, void *), void *cbarg) argument
363 cbfunc(tsp->ts_state, tsp->ts_name, cbarg);
H A Dnet.c1082 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 Dipmpstat.c94 * 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 Drouteadm.c1275 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 Dcmi_hw.c1539 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 Dsunddi.c9021 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;

Completed in 86 milliseconds