Searched refs:dtps_provide_module (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h1528 * dtps_provide_module() <-- Provide all probes in specified module
1557 * not implement both dtps_provide() and dtps_provide_module(); see
1576 * 1.3 void dtps_provide_module(void *arg, struct modctl *mp)
1595 * dtps_provide_module() may be called from open() or ioctl() context, but
1605 * dtps_provide_module(); see "Arguments and Notes" for dtrace_register(),
1908 * exceptions to this are (1) the dtps_provide() and dtps_provide_module()
2082 * dtps_provide() and/or dtps_provide_module(), it may be called from other
2112 * dtps_provide() and/or dtps_provide_module(), it may also be called from
2140 * dtps_provide() and/or dtps_provide_module(), it may also be called from
2183 void (*dtps_provide_module)(voi member in struct:dtrace_pops
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c7983 if ((pops->dtps_provide == NULL && pops->dtps_provide_module == NULL) ||
8037 ASSERT(pops->dtps_provide_module != NULL);
8042 if (pops->dtps_provide_module == NULL) {
8044 provider->dtpv_pops.dtps_provide_module =
8606 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
8612 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
16410 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
19206 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);

Completed in 33 milliseconds