Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c652 extern kthread_id_t mod_aul_thread; in mod_removedrv()
658 if ((moddebug & MODDEBUG_NOAUL_DRV) && (mod_aul_thread == curthread)) { in mod_removedrv()
1449 extern kthread_id_t mod_aul_thread; in mod_removeipp()
1454 if ((moddebug & MODDEBUG_NOAUL_IPP) && (mod_aul_thread == curthread)) in mod_removeipp()
H A Dmodctl.c130 kthread_id_t mod_aul_thread; variable
3925 mod_aul_thread = curthread; in mod_uninstall_daemon()