Home
last modified time | relevance | path

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.c44 fmd_event_nvwrap(fmd_event_impl_t *ep) in fmd_event_nvwrap()
56 fmd_event_nvunwrap(fmd_event_impl_t *ep, const fmd_timeval_t *tp) in fmd_event_nvunwrap()
79 fmd_event_impl_t *ep = fmd_alloc(sizeof (fmd_event_impl_t), FMD_SLEEP); in fmd_event_recreate()
127 fmd_event_impl_t *ep = fmd_alloc(sizeof (fmd_event_impl_t), FMD_SLEEP); in fmd_event_create()
177 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_event_destroy()
225 fmd_free(ep, sizeof (fmd_event_impl_t)); in fmd_event_destroy()
231 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_event_hold()
245 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_event_rele()
280 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_event_transition()
308 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_event_commit()
[all …]
H A Dfmd_event.h56 } fmd_event_impl_t; typedef
79 #define FMD_EVENT_TYPE(e) (((fmd_event_impl_t *)e)->ev_type)
80 #define FMD_EVENT_DATA(e) (((fmd_event_impl_t *)e)->ev_data)
81 #define FMD_EVENT_NVL(e) (((fmd_event_impl_t *)e)->ev_nvl)
82 #define FMD_EVENT_TTL(e) (((fmd_event_impl_t *)e)->ev_ttl)
H A Dfmd_log.c511 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_log_append()
557 fmd_event_impl_t *eip; in fmd_log_append()
569 eip = (fmd_event_impl_t *)cit->cit_event; in fmd_log_append()
725 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_log_commit()
773 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_log_decommit()
H A Dfmd_module.c531 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_module_dispatch()
611 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_module_transport()
H A Dfmd_ckpt.c517 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_ckpt_save_event()
H A Dfmd_xprt.c1590 fmd_event_impl_t *ep = (fmd_event_impl_t *)e; in fmd_xprt_recv()
H A Dfmd_mdb.c606 fmd_event_impl_t ev; in fmd_event()
H A Dfmd_case.c1649 if (nvlist_lookup_boolean_value(((fmd_event_impl_t *)ep)->ev_nvl, in fmd_case_insert_event()
H A Dfmd_api.c2414 return (((fmd_event_impl_t *)ep)->ev_flags & FMD_EVF_LOCAL); in fmd_event_local()