Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace.h2126 void (*dtps_provide_module)(void *arg, modctl_t *mp); member
/netbsd/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c8940 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);