Searched refs:ev_flags (Results 1 – 5 of 5) sorted by relevance
64 ep->ev_flags |= FMD_EVF_LOCAL; in fmd_event_nvunwrap()91 ep->ev_flags = FMD_EVF_REPLAY; in fmd_event_recreate()107 ep->ev_flags |= FMD_EVF_VOLATILE; in fmd_event_recreate()111 ep->ev_flags &= ~FMD_EVF_REPLAY; in fmd_event_recreate()141 ep->ev_flags = FMD_EVF_VOLATILE | FMD_EVF_REPLAY | FMD_EVF_LOCAL; in fmd_event_create()195 if (ep->ev_state != FMD_EVS_RECEIVED && (ep->ev_flags & ( in fmd_event_destroy()200 if (ep->ev_flags & FMD_EVF_REPLAY) in fmd_event_destroy()315 if (ep->ev_state != FMD_EVS_RECEIVED && (ep->ev_flags & ( in fmd_event_commit()
49 uint8_t ev_flags; /* event flags (see below) */ member
525 ASSERT(ep->ev_flags & FMD_EVF_VOLATILE); in fmd_log_append()639 ep->ev_flags &= ~FMD_EVF_VOLATILE; in fmd_log_append()742 ep->ev_flags &= ~FMD_EVF_REPLAY; in fmd_log_commit()786 ep->ev_flags &= ~FMD_EVF_REPLAY; in fmd_log_decommit()
1599 ep->ev_flags |= FMD_EVF_VOLATILE; in fmd_xprt_recv()
2414 return (((fmd_event_impl_t *)ep)->ev_flags & FMD_EVF_LOCAL); in fmd_event_local()