Searched refs:mod_hold_loaded_mod (Results 1 – 1 of 1) sorted by relevance
96 static struct modctl *mod_hold_loaded_mod(struct modctl *, char *, int *);2822 modp = mod_hold_loaded_mod(NULL, fullname, &retval); in modloadonly()3101 mod_hold_loaded_mod(struct modctl *dep, char *filename, int *status) in mod_hold_loaded_mod() function4427 if ((on_mod = mod_hold_loaded_mod(dep, on, &retval)) != NULL) { in mod_load_requisite()