Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h530 struct modctl *mod_requisite_loading; /* mod circular dependency */ member
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c3125 if (dep != NULL && dep->mod_requisite_loading != NULL) { in mod_hold_loaded_mod()
3127 dep->mod_requisite_loading = NULL; in mod_hold_loaded_mod()
3274 for (rmod = modp; rmod != NULL; rmod = rmod->mod_requisite_loading) { in mod_circdep()
3278 if (rmod->mod_requisite_loading == modp) in mod_circdep()
4103 ASSERT(dep->mod_busy && dep->mod_requisite_loading == NULL); in mod_hold_by_name_common()
4104 dep->mod_requisite_loading = mp; in mod_hold_by_name_common()