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.c92 static int moduninstall(struct modctl *);
2862 retval = moduninstall(modp); in modunrload()
3740 moduninstall(struct modctl *mp) in moduninstall() function
3890 if (moduninstall(mp) == 0) { in mod_uninstall_all()
4279 if ((retval = moduninstall(mp)) == 0) { in mod_remove_by_name()