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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c94 static struct modctl *mod_hold_loaded_mod(struct modctl *, char *, int *);
2803 modp = mod_hold_loaded_mod(NULL, fullname, &retval);
3073 mod_hold_loaded_mod(struct modctl *dep, char *filename, int *status) function
4048 * mod_circdep(), but it's cleard in mod_hold_loaded_mod().
4375 if ((on_mod = mod_hold_loaded_mod(dep, on, &retval)) != NULL) {

Completed in 55 milliseconds