Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c97 static struct modctl *mod_hold_installed_mod(char *, int, int, int *);
371 modp = mod_hold_installed_mod(filenamep, use_path, 0, &retval); in modctl_modload()
2698 modp = mod_hold_installed_mod(fullname, 1, 0, &retval); in modrload()
2783 mp = mod_hold_installed_mod(path, 1, 1, &rc); in modload_qualified()
3137 mod_hold_installed_mod(char *name, int usepath, int forcecheck, int *r) in mod_hold_installed_mod() function