Home
last modified time | relevance | path

Searched refs:cbfunc (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/intel/io/
H A Ddevfm_machdep.c50 int (*cbfunc)(cmi_hdl_t, void *, void *); /* callback function */ member
88 int (*cbfunc)(cmi_hdl_t, void *, void *)) in walk_init()
97 if ((wp->cbfunc = cbfunc) == NULL) { in walk_init()
107 if (wp->cbfunc == NULL) in walk_fini()
129 if (wp->cbfunc != NULL) in select_cmi_hdl()
130 return (wp->cbfunc(hdl, arg2, arg3)); in select_cmi_hdl()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c194 ipmpstat_cbfunc_t *cbfunc; in main() local
227 cbfunc = info_output_cbfunc; in main()
232 cbfunc = info_output_cbfunc; in main()
237 cbfunc = info_output_cbfunc; in main()
245 cbfunc = targinfo_output_cbfunc; in main()
299 (*walker)(ih, cbfunc, ofmt); in main()
313 walk_group(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg) in walk_group() argument
330 (*cbfunc)(ih, grinfop, arg); in walk_group()
342 walk_if(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg) in walk_if() argument
344 ipmpstat_walkdata_t iw = { cbfunc, arg }; in walk_if()
[all …]
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dlocate_plugin.h57 int (*cbfunc)(void *,int,struct sockaddr *),
/titanic_41/usr/src/uts/common/sys/dktp/
H A Dtgdk.h111 #define TGDK_INIT_X(X, devp, flcobjp, queobjp, bbhobjp, lkarg, cbfunc, cbarg) \ argument
114 (queobjp), (bbhobjp), (lkarg), (cbfunc), (cbarg))
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dutil.c322 const char *opt, size_t optsz, int cbfunc(int)) in str2chr()
378 if (cbfunc != NULL) in str2chr()
379 c = (*cbfunc)(c); in str2chr()
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c623 schedule_timer(dhcp_timer_t *dt, iu_tq_callback_t *cbfunc, void *arg) in schedule_timer() argument
627 dt->dt_id = iu_schedule_timer(tq, dt->dt_start, cbfunc, arg); in schedule_timer()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c1082 netstat_print_conn(const char *cache, int proto, mdb_walk_cb_t cbfunc, in netstat_print_conn() argument
1089 if (mdb_walk(cache, cbfunc, cbdata) == -1) { in netstat_print_conn()
1097 netstat_print_common(const char *cache, int proto, mdb_walk_cb_t cbfunc, in netstat_print_common() argument
1107 status = netstat_print_conn(cache, proto, cbfunc, cbdata); in netstat_print_common()
1112 status = netstat_print_conn(cache, proto, cbfunc, cbdata); in netstat_print_common()
H A Dsobj.c117 sobj_type_walk(void (*cbfunc)(int, const char *, const char *, void *), in sobj_type_walk()
124 cbfunc(info->sobj_type, info->sobj_name, info->sobj_ops_name, in sobj_type_walk()
H A Dthread.c357 thread_walk_states(void (*cbfunc)(uint_t, const char *, void *), void *cbarg) in thread_walk_states()
363 cbfunc(tsp->ts_state, tsp->ts_name, cbarg); in thread_walk_states()
/titanic_41/usr/src/uts/i86pc/os/
H A Dcmi_hw.c1539 cmi_hdl_walk(int (*cbfunc)(cmi_hdl_t, void *, void *, void *), in cmi_hdl_walk()
1554 if ((*cbfunc)((cmi_hdl_t)hdl, arg1, arg2, arg3) in cmi_hdl_walk()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3226 void (*cbfunc)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx); in zfs_ioc_create() local
3238 cbfunc = zfs_create_cb; in zfs_ioc_create()
3242 cbfunc = zvol_create_cb; in zfs_ioc_create()
3246 cbfunc = NULL; in zfs_ioc_create()
3255 if (cbfunc == NULL) in zfs_ioc_create()
3301 is_insensitive ? DS_FLAG_CI_DATASET : 0, cbfunc, &zct); in zfs_ioc_create()
/titanic_41/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) in ra_smf_cb() argument
1288 cbfunc, data, &exit_status, uu_die)); in ra_smf_cb()
/titanic_41/usr/src/uts/common/sys/
H A Dsunddi.h2253 ddi_cb_func_t cbfunc, void *arg1, void *arg2,
/titanic_41/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, in ddi_cb_register() argument
9028 ASSERT(cbfunc != NULL); in ddi_cb_register()
9038 (cbfunc == NULL) || (ret_hdlp == NULL)) in ddi_cb_register()
9048 cbp->cb_func = cbfunc; in ddi_cb_register()