Searched refs:FMD_CF_RES_CMPL (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h99 #define FMD_CF_RES_CMPL 0x80 /* transition to resolved is complete */ macro
H A Dfmd_case.c1921 cip->ci_flags |= FMD_CF_RES_CMPL;
1941 if (!(cip->ci_flags & FMD_CF_RES_CMPL)) {
1961 * Finally discard the case, clearing FMD_CF_RES_CMPL so we don't
1968 cip->ci_flags &= ~FMD_CF_RES_CMPL;
2462 cip->ci_flags |= FMD_CF_RES_CMPL;
2494 cip->ci_flags |= FMD_CF_RES_CMPL;

Completed in 49 milliseconds