Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c91 static int modinstall(struct modctl *);
3043 if (mod_load(mp, 1) != 0 || modinstall(mp) != 0) { in mod_hold_stub()
3164 if ((*r = modinstall(modp)) != 0) { in mod_hold_installed_mod()
3636 modinstall(struct modctl *mp) in modinstall() function
4450 status = modinstall(req); in mod_install_requisites()