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.h524 struct modctl *mod_requisite_loading; /* mod circular dependency */ member
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c3104 if (dep != NULL && dep->mod_requisite_loading != NULL) { in mod_hold_loaded_mod()
3106 dep->mod_requisite_loading = NULL; in mod_hold_loaded_mod()
3235 for (rmod = modp; rmod != NULL; rmod = rmod->mod_requisite_loading) { in mod_circdep()
3239 if (rmod->mod_requisite_loading == modp) in mod_circdep()
4064 ASSERT(dep->mod_busy && dep->mod_requisite_loading == NULL); in mod_hold_by_name_common()
4065 dep->mod_requisite_loading = mp; in mod_hold_by_name_common()