Searched refs:FMD_EVF_REPLAY (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.c89 ep->ev_flags = FMD_EVF_REPLAY;
109 ep->ev_flags &= ~FMD_EVF_REPLAY;
139 ep->ev_flags = FMD_EVF_VOLATILE | FMD_EVF_REPLAY | FMD_EVF_LOCAL;
194 FMD_EVF_VOLATILE | FMD_EVF_REPLAY)) == FMD_EVF_REPLAY)
198 if (ep->ev_flags & FMD_EVF_REPLAY)
303 * will clear the FMD_EVF_REPLAY flag on the event for us.
313 FMD_EVF_VOLATILE | FMD_EVF_REPLAY)) == FMD_EVF_REPLAY)
H A Dfmd_event.h76 #define FMD_EVF_REPLAY 0x2 /* event is set for replay on restart */ macro
H A Dfmd_log.c742 ep->ev_flags &= ~FMD_EVF_REPLAY;
786 ep->ev_flags &= ~FMD_EVF_REPLAY;

Completed in 47 milliseconds