Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h146 #define FMD_MOD_FAIL 0x008 /* unrecoverable error has occurred */ macro
H A Dfmd_module.c903 mp->mod_flags |= FMD_MOD_FAIL; in fmd_module_abort()
H A Dfmd_api.c261 if (mp->mod_flags & FMD_MOD_FAIL) { in fmd_api_module()