Searched refs:FMD_EVF_VOLATILE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.h75 #define FMD_EVF_VOLATILE 0x1 /* event is not yet written to a log */ macro
H A Dfmd_event.c105 ep->ev_flags |= FMD_EVF_VOLATILE;
139 ep->ev_flags = FMD_EVF_VOLATILE | FMD_EVF_REPLAY | FMD_EVF_LOCAL;
194 FMD_EVF_VOLATILE | FMD_EVF_REPLAY)) == FMD_EVF_REPLAY)
313 FMD_EVF_VOLATILE | FMD_EVF_REPLAY)) == FMD_EVF_REPLAY)
H A Dfmd_log.c525 ASSERT(ep->ev_flags & FMD_EVF_VOLATILE);
639 ep->ev_flags &= ~FMD_EVF_VOLATILE;
H A Dfmd_xprt.c1594 ep->ev_flags |= FMD_EVF_VOLATILE;

Completed in 64 milliseconds