Home
last modified time | relevance | path

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; in fmd_event_recreate()
109 ep->ev_flags &= ~FMD_EVF_REPLAY; in fmd_event_recreate()
139 ep->ev_flags = FMD_EVF_VOLATILE | FMD_EVF_REPLAY | FMD_EVF_LOCAL; in fmd_event_create()
194 FMD_EVF_VOLATILE | FMD_EVF_REPLAY)) == FMD_EVF_REPLAY) in fmd_event_destroy()
198 if (ep->ev_flags & FMD_EVF_REPLAY) in fmd_event_destroy()
313 FMD_EVF_VOLATILE | FMD_EVF_REPLAY)) == FMD_EVF_REPLAY) in fmd_event_commit()
H A Dfmd_event.h74 #define FMD_EVF_REPLAY 0x2 /* event is set for replay on restart */ macro
H A Dfmd_log.c740 ep->ev_flags &= ~FMD_EVF_REPLAY; in fmd_log_commit()
784 ep->ev_flags &= ~FMD_EVF_REPLAY; in fmd_log_decommit()