Home
last modified time | relevance | path

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

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