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.c94 static int modinstall(struct modctl *);
3022 if (mod_load(mp, 1) != 0 || modinstall(mp) != 0) { in mod_hold_stub()
3143 if ((*r = modinstall(modp)) != 0) { in mod_hold_installed_mod()
3597 modinstall(struct modctl *mp) in modinstall() function
4411 status = modinstall(req); in mod_install_requisites()