Searched defs:kctl_dmods (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_dmod.c48 * kctl_dmods list. If a module is found, the load will not proceed.
49 * kctl_dmods_lock must be held while traversing kctl_dmods, and while adding
52 static struct modctl kctl_dmods; variable in typeref:struct:modctl
138 for (modp = kctl_dmods.mod_next; modp != &kctl_dmods;
166 modp->mod_next = &kctl_dmods;
167 modp->mod_prev = kctl_dmods.mod_prev;
169 kctl_dmods.mod_prev = modp;
309 for (m = kctl_dmods.mod_next; m != &kctl_dmods;
[all...]

Completed in 44 milliseconds