Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h691 #define MODDEBUG_NOAUTOUNLOAD 0x00000010 /* no autounloading at all */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c3959 ((moddebug & MODDEBUG_NOAUTOUNLOAD) == 0)) { in mod_uninstall_daemon()