Searched refs:mod_unload (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libsvm/common/hdrs/
H A Dsvm.h80 extern int mod_unload(char *modname);
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dmodops.c80 * FUNCTION: mod_unload
95 mod_unload(char *modname) function
H A Dmetainterfaces.c37 extern int mod_unload(char *modname);
125 if ((rval = mod_unload(MD_MODULE)) != 0) {
129 if ((rval = mod_unload(MD_MODULE)) == 0) {
130 debug_printf("svm_stop(): mod_unload succeeded."
136 debug_printf("svm_stop(): mod_unload failed. Trying "
146 debug_printf("svm_stop(): mod_unload FAILED!\n");
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c88 static void mod_unload(struct modctl *);
2845 mod_unload(modp);
3022 mod_unload(mp);
3144 mod_unload(modp);
3503 mod_unload(struct modctl *mp) function
3536 cmn_err(CE_WARN, "mod_unload: %s in incorrect state: %d %d %d",
3609 * Note that we can't call mod_unload(mp) here since
3701 * us from progressing to mod_unload. If the module has already been
3839 mod_unload(mp);
4228 mod_unload(m
[all...]

Completed in 66 milliseconds