/titanic_44/usr/src/uts/intel/io/ |
H A D | devfm_machdep.c | 50 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_44/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 194 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_44/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | locate_plugin.h | 57 int (*cbfunc)(void *,int,struct sockaddr *),
|
/titanic_44/usr/src/uts/common/sys/dktp/ |
H A D | tgdk.h | 111 #define TGDK_INIT_X(X, devp, flcobjp, queobjp, bbhobjp, lkarg, cbfunc, cbarg) \ argument 114 (queobjp), (bbhobjp), (lkarg), (cbfunc), (cbarg))
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | util.c | 322 const char *opt, size_t optsz, int cbfunc(int)) in str2chr() 378 if (cbfunc != NULL) in str2chr() 379 c = (*cbfunc)(c); in str2chr()
|
/titanic_44/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) in schedule_timer() argument 627 dt->dt_id = iu_schedule_timer(tq, dt->dt_start, cbfunc, arg); in schedule_timer()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 1082 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 D | sobj.c | 117 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 D | thread.c | 357 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_44/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 1539 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_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 3225 void (*cbfunc)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx); in zfs_ioc_create() local 3237 cbfunc = zfs_create_cb; in zfs_ioc_create() 3241 cbfunc = zvol_create_cb; in zfs_ioc_create() 3245 cbfunc = NULL; in zfs_ioc_create() 3254 if (cbfunc == NULL) in zfs_ioc_create() 3300 is_insensitive ? DS_FLAG_CI_DATASET : 0, cbfunc, &zct); in zfs_ioc_create()
|
/titanic_44/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) in ra_smf_cb() argument 1288 cbfunc, data, &exit_status, uu_die)); in ra_smf_cb()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sunddi.h | 2253 ddi_cb_func_t cbfunc, void *arg1, void *arg2,
|
/titanic_44/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, 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()
|