Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dmodctl.c95 static struct modctl *mod_hold_installed_mod(char *, int, int, int *);
368 modp = mod_hold_installed_mod(filenamep, use_path, 0, &retval); in modctl_modload()
2680 modp = mod_hold_installed_mod(fullname, 1, 0, &retval); in modrload()
2765 mp = mod_hold_installed_mod(path, 1, 1, &rc); in modload_qualified()
3109 mod_hold_installed_mod(char *name, int usepath, int forcecheck, int *r) in mod_hold_installed_mod() function