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

/illumos-gate/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);
2680 modp = mod_hold_installed_mod(fullname, 1, 0, &retval);
2765 mp = mod_hold_installed_mod(path, 1, 1, &rc);
3109 mod_hold_installed_mod(char *name, int usepath, int forcecheck, int *r) function

Completed in 55 milliseconds