Searched refs:fmd_event_impl_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.h58 } fmd_event_impl_t; typedef in typeref:struct:fmd_event_impl
81 #define FMD_EVENT_TYPE(e) (((fmd_event_impl_t *)e)->ev_type)
82 #define FMD_EVENT_DATA(e) (((fmd_event_impl_t *)e)->ev_data)
83 #define FMD_EVENT_NVL(e) (((fmd_event_impl_t *)e)->ev_nvl)
84 #define FMD_EVENT_TTL(e) (((fmd_event_impl_t *)e)->ev_ttl)
H A Dfmd_event.c44 fmd_event_nvwrap(fmd_event_impl_t *ep)
56 fmd_event_nvunwrap(fmd_event_impl_t *ep, const fmd_timeval_t *tp)
79 fmd_event_impl_t *ep = fmd_alloc(sizeof (fmd_event_impl_t), FMD_SLEEP);
127 fmd_event_impl_t *ep = fmd_alloc(sizeof (fmd_event_impl_t), FMD_SLEEP);
177 fmd_event_impl_t *ep = (fmd_event_impl_t *)e;
225 fmd_free(ep, sizeof (fmd_event_impl_t));
231 fmd_event_impl_t *e
[all...]
H A Dfmd_log.c513 fmd_event_impl_t *ep = (fmd_event_impl_t *)e;
559 fmd_event_impl_t *eip;
571 eip = (fmd_event_impl_t *)cit->cit_event;
727 fmd_event_impl_t *ep = (fmd_event_impl_t *)e;
775 fmd_event_impl_t *ep = (fmd_event_impl_t *)e;
H A Dfmd_module.c531 fmd_event_impl_t *ep = (fmd_event_impl_t *)e;
611 fmd_event_impl_t *ep = (fmd_event_impl_t *)e;
H A Dfmd_ckpt.c517 fmd_event_impl_t *ep = (fmd_event_impl_t *)e;
H A Dfmd_xprt.c1590 fmd_event_impl_t *ep = (fmd_event_impl_t *)e;
H A Dfmd_mdb.c599 fmd_event_impl_t ev;
H A Dfmd_api.c2414 return (((fmd_event_impl_t *)ep)->ev_flags & FMD_EVF_LOCAL);
H A Dfmd_case.c1649 if (nvlist_lookup_boolean_value(((fmd_event_impl_t *)ep)->ev_nvl,

Completed in 94 milliseconds