Home
last modified time | relevance | path

Searched refs:MOD_NONOTIFY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_dmod.c165 modp->mod_loadflags |= MOD_NOAUTOUNLOAD | MOD_NONOTIFY; in kctl_dmod_load()
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h532 #define MOD_NONOTIFY 0x2 /* No krtld notifications on (un)load */ macro
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1041 if (modp->mod_loadflags & MOD_NONOTIFY || standalone) in kobj_notify()