Home
last modified time | relevance | path

Searched refs:FMD_EVF_LOCAL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.h75 #define FMD_EVF_LOCAL 0x4 /* event is from fmd or a local xprt */ macro
H A Dfmd_event.c62 ep->ev_flags |= FMD_EVF_LOCAL; in fmd_event_nvunwrap()
139 ep->ev_flags = FMD_EVF_VOLATILE | FMD_EVF_REPLAY | FMD_EVF_LOCAL; in fmd_event_create()
H A Dfmd_api.c2414 return (((fmd_event_impl_t *)ep)->ev_flags & FMD_EVF_LOCAL); in fmd_event_local()