Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h682 #define MODDEBUG_KEEPTEXT 0x00004000 /* keep text after unloading */ macro
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c2143 if ((_moddebug & MODDEBUG_KEEPTEXT) && mp) { in kobj_unload_module()