Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c164 static uint_t mod_autounload_key; /* for module autounload detection */ variable
354 tsd_create(&mod_autounload_key, NULL); in mod_setup()
3825 (void) tsd_set(mod_autounload_key, (void *)1); in mod_uninstall_all()
3865 (void) tsd_set(mod_autounload_key, NULL); in mod_uninstall_all()
4427 return ((int)(uintptr_t)tsd_get(mod_autounload_key)); in mod_in_autounload()