HomeSort by: relevance | last modified time | path
    Searched refs:dtps_provide_module (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace.h 1462 * dtps_provide_module() <-- Provide all probes in specified module
1491 * not implement both dtps_provide() and dtps_provide_module(); see
1510 * 1.3 void dtps_provide_module(void *arg, modctl_t *mp)
1529 * dtps_provide_module() may be called from open() or ioctl() context, but
1539 * dtps_provide_module(); see "Arguments and Notes" for dtrace_register(),
1856 * exceptions to this are (1) the dtps_provide() and dtps_provide_module()
2030 * dtps_provide() and/or dtps_provide_module(), it may be called from other
2060 * dtps_provide() and/or dtps_provide_module(), it may also be called from
2088 * dtps_provide() and/or dtps_provide_module(), it may also be called from
2131 void (*dtps_provide_module)(void *arg, modctl_t *mp) member in struct:dtrace_pops
    [all...]
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 8940 if ((pops->dtps_provide == NULL && pops->dtps_provide_module == NULL) ||
8986 ASSERT(pops->dtps_provide_module != NULL);
8991 if (pops->dtps_provide_module == NULL) {
8993 provider->dtpv_pops.dtps_provide_module =
9584 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
9594 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, module_kernel());
9598 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, mod);
17083 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);

Completed in 36 milliseconds