Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.h161 #define FMD_CERROR_UNLOAD 0 /* unload module on error (default) */ macro
H A Dfmd.c105 { "unload", "unload offending client module", FMD_CERROR_UNLOAD },
H A Dfmd_module.c867 uint_t policy = FMD_CERROR_UNLOAD; in fmd_module_abort()