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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h92 #define FMD_CF_DIRTY 0x01 /* case is in need of checkpoint */ macro
H A Dfmd_case.c1262 cip->ci_flags = FMD_CF_DIRTY;
1599 cip->ci_flags |= FMD_CF_DIRTY;
1659 cip->ci_flags |= FMD_CF_DIRTY;
1676 cip->ci_flags |= FMD_CF_DIRTY;
1720 cip->ci_flags |= FMD_CF_DIRTY;
1764 cip->ci_flags |= FMD_CF_DIRTY;
2008 cip->ci_flags |= FMD_CF_DIRTY;
2020 cip->ci_flags &= ~FMD_CF_DIRTY;
2032 if (cip->ci_flags & FMD_CF_DIRTY) {
2040 cip->ci_flags &= ~FMD_CF_DIRTY;
[all...]

Completed in 70 milliseconds