Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c99 static struct modctl *mod_hold_loaded_mod(struct modctl *, char *, int *);
2810 modp = mod_hold_loaded_mod(NULL, fullname, &retval); in modloadonly()
3080 mod_hold_loaded_mod(struct modctl *dep, char *filename, int *status) in mod_hold_loaded_mod() function
4388 if ((on_mod = mod_hold_loaded_mod(dep, on, &retval)) != NULL) { in mod_load_requisite()