Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c95 static int moduninstall(struct modctl *);
2850 retval = moduninstall(modp); in modunrload()
3701 moduninstall(struct modctl *mp) in moduninstall() function
3851 if (moduninstall(mp) == 0) { in mod_uninstall_all()
4240 if ((retval = moduninstall(mp)) == 0) { in mod_remove_by_name()