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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h1321 * dtps_provide_module() <-- Provide all probes in specified module
1350 * not implement both dtps_provide() and dtps_provide_module(); see
1369 * 1.3 void dtps_provide_module(void *arg, struct modctl *mp)
1388 * dtps_provide_module() may be called from open() or ioctl() context, but
1398 * dtps_provide_module(); see "Arguments and Notes" for dtrace_register(),
1701 * exceptions to this are (1) the dtps_provide() and dtps_provide_module()
1875 * dtps_provide() and/or dtps_provide_module(), it may be called from other
1905 * dtps_provide() and/or dtps_provide_module(), it may also be called from
1933 * dtps_provide() and/or dtps_provide_module(), it may also be called from
1976 void (*dtps_provide_module)(voi member in struct:dtrace_pops
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c7242 if ((pops->dtps_provide == NULL && pops->dtps_provide_module == NULL) ||
7288 ASSERT(pops->dtps_provide_module != NULL);
7293 if (pops->dtps_provide_module == NULL) {
7295 provider->dtpv_pops.dtps_provide_module =
7828 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
14597 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);

Completed in 84 milliseconds