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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c89 static int modinstall(struct modctl *);
3015 if (mod_load(mp, 1) != 0 || modinstall(mp) != 0) {
3018 * and modinstall() failed, then
3136 if ((*r = modinstall(modp)) != 0) {
3584 modinstall(struct modctl *mp) function
3610 * if modinstall() was called by mod_install_requisites(),
4398 status = modinstall(req);

Completed in 71 milliseconds