Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h680 #define MODDEBUG_NOAUL_IPP 0x00010000 /* no Autounloading ipp mods */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c1454 if ((moddebug & MODDEBUG_NOAUL_IPP) && (mod_aul_thread == curthread)) in mod_removeipp()