Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.c105 ep->ev_flags |= FMD_EVF_VOLATILE; 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()
313 FMD_EVF_VOLATILE | FMD_EVF_REPLAY)) == FMD_EVF_REPLAY) in fmd_event_commit()
H A Dfmd_event.h75 #define FMD_EVF_VOLATILE 0x1 /* event is not yet written to a log */ macro
H A Dfmd_log.c525 ASSERT(ep->ev_flags & FMD_EVF_VOLATILE); in fmd_log_append()
639 ep->ev_flags &= ~FMD_EVF_VOLATILE; in fmd_log_append()
H A Dfmd_xprt.c1594 ep->ev_flags |= FMD_EVF_VOLATILE; in fmd_xprt_recv()