Home
last modified time | relevance | path

Searched refs:ev_flags (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Denvironment.c78 if (ev->ev_value != NULL && (ev->ev_flags & EV_DYNAMIC) != 0) in env_setenv()
81 ev->ev_flags &= ~EV_DYNAMIC; in env_setenv()
90 ev->ev_flags = 0; in env_setenv()
127 ev->ev_flags |= EV_DYNAMIC; in env_setenv()
130 ev->ev_flags |= flags & EV_DYNAMIC; in env_setenv()
202 if (ev->ev_value != NULL && (ev->ev_flags & EV_DYNAMIC) != 0) in env_discard()
H A Dstand.h338 int ev_flags; member
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.c62 ep->ev_flags |= FMD_EVF_LOCAL; in fmd_event_nvunwrap()
89 ep->ev_flags = FMD_EVF_REPLAY; in fmd_event_recreate()
105 ep->ev_flags |= FMD_EVF_VOLATILE; 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()
193 if (ep->ev_state != FMD_EVS_RECEIVED && (ep->ev_flags & ( in fmd_event_destroy()
198 if (ep->ev_flags & FMD_EVF_REPLAY) in fmd_event_destroy()
312 if (ep->ev_state != FMD_EVS_RECEIVED && (ep->ev_flags & ( in fmd_event_commit()
H A Dfmd_event.h47 uint8_t ev_flags; /* event flags (see below) */ member
H A Dfmd_log.c523 ASSERT(ep->ev_flags & FMD_EVF_VOLATILE); in fmd_log_append()
637 ep->ev_flags &= ~FMD_EVF_VOLATILE; in fmd_log_append()
740 ep->ev_flags &= ~FMD_EVF_REPLAY; in fmd_log_commit()
784 ep->ev_flags &= ~FMD_EVF_REPLAY; in fmd_log_decommit()
H A Dfmd_xprt.c1594 ep->ev_flags |= FMD_EVF_VOLATILE; in fmd_xprt_recv()
H A Dfmd_api.c2414 return (((fmd_event_impl_t *)ep)->ev_flags & FMD_EVF_LOCAL); in fmd_event_local()