Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/dtrace/
H A Dfbt.c168 if (ctl->mod_requisites != NULL) { in fbt_provide_module()
171 list = (struct modctl_list *)ctl->mod_requisites; in fbt_provide_module()
/titanic_41/usr/src/uts/common/sys/
H A Dmodctl.h515 struct modctl_list *mod_requisites; /* mods this one depends on. */ member
/titanic_41/usr/src/uts/sparc/dtrace/
H A Dfbt.c1025 if (ctl->mod_requisites != NULL) { in fbt_provide_module()
1028 list = (struct modctl_list *)ctl->mod_requisites; in fbt_provide_module()
/titanic_41/usr/src/uts/common/os/
H A Dmodctl.c4253 for (pmlnp = &dependent->mod_requisites, mlp = *pmlnp; in mod_make_requisite()
4298 for (modl = modp->mod_requisites; modl; modl = next) { in mod_release_requisites()
4330 modp->mod_requisites = NULL; in mod_release_requisites()
4394 for (modl = modp->mod_requisites; modl; modl = modl->modl_next) { in mod_install_requisites()