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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h98 #define FMD_CF_DELETING 0x40 /* case is about to be deleted */ macro
H A Dfmd_case.c1211 cip->ci_flags |= FMD_CF_DELETING;
1245 ASSERT(cip->ci_flags & FMD_CF_DELETING);
1525 if (cip->ci_flags & FMD_CF_DELETING)
1540 if (cip->ci_flags & FMD_CF_DELETING) {

Completed in 50 milliseconds