Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dmodconf.c649 extern kthread_id_t mod_aul_thread; in mod_removedrv()
655 if ((moddebug & MODDEBUG_NOAUL_DRV) && (mod_aul_thread == curthread)) { in mod_removedrv()
1446 extern kthread_id_t mod_aul_thread; in mod_removeipp()
1451 if ((moddebug & MODDEBUG_NOAUL_IPP) && (mod_aul_thread == curthread)) in mod_removeipp()
H A Dmodctl.c125 kthread_id_t mod_aul_thread; variable
3912 mod_aul_thread = curthread; in mod_uninstall_daemon()