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

/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h1558 * dtps_provide_module() <-- Provide all probes in specified module
1587 * not implement both dtps_provide() and dtps_provide_module(); see
1606 * 1.3 void dtps_provide_module(void *arg, struct modctl *mp)
1625 * dtps_provide_module() may be called from open() or ioctl() context, but
1635 * dtps_provide_module(); see "Arguments and Notes" for dtrace_register(),
1938 * exceptions to this are (1) the dtps_provide() and dtps_provide_module()
2112 * dtps_provide() and/or dtps_provide_module(), it may be called from other
2142 * dtps_provide() and/or dtps_provide_module(), it may also be called from
2170 * dtps_provide() and/or dtps_provide_module(), it may also be called from
2213 void (*dtps_provide_module)(voi member in struct:dtrace_pops
[all...]
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c8001 if ((pops->dtps_provide == NULL && pops->dtps_provide_module == NULL) ||
8055 ASSERT(pops->dtps_provide_module != NULL);
8060 if (pops->dtps_provide_module == NULL) {
8062 provider->dtpv_pops.dtps_provide_module =
8618 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
8624 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
16452 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
19251 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);

Completed in 48 milliseconds