Home
last modified time | relevance | path

Searched refs:dtrace_modunload (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Ddtrace_subr.c41 void (*dtrace_modunload)(struct modctl *); variable
H A Dmodctl.c3576 if (dmp != NULL && dtrace_modunload != NULL) in mod_unload()
3577 (*dtrace_modunload)(mp); in mod_unload()
/titanic_41/usr/src/uts/common/sys/
H A Ddtrace.h2282 extern void (*dtrace_modunload)(struct modctl *);
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c15644 dtrace_modunload = dtrace_module_unloaded; in dtrace_attach()
16776 dtrace_modunload = NULL; in dtrace_detach()