Lines Matching defs:modl
4288 struct modctl_list *modl;
4298 for (modl = modp->mod_requisites; modl; modl = next) {
4299 next = modl->modl_next;
4300 req = modl->modl_modp;
4328 kobj_free(modl, sizeof (*modl));
4387 struct modctl_list *modl;
4394 for (modl = modp->mod_requisites; modl; modl = modl->modl_next) {
4395 req = modl->modl_modp;