Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddtrace.h2055 void (*dtps_provide_module)(void *arg, struct modctl *mp); member
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c7964 if ((pops->dtps_provide == NULL && pops->dtps_provide_module == NULL) || in dtrace_register()
8010 ASSERT(pops->dtps_provide_module != NULL); in dtrace_register()
8015 if (pops->dtps_provide_module == NULL) { in dtrace_register()
8017 provider->dtpv_pops.dtps_provide_module = in dtrace_register()
8560 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl); in dtrace_probe_provide()
15340 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl); in dtrace_module_loaded()