Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_evaccess.c41 fmev_api_enter(fmev_shdl_cmn(((iep)->ei_hdl)), LIBFMEVENT_VERSION_##v)
46 fmev_shdl_t ei_hdl; /* handle received on */ member
57 (iep)->ei_refcnt > 0 && fmev_shdl_valid((iep)->ei_hdl))
115 iep->ei_hdl = hdl; in fmev_sysev2fmev()
128 fmev_shdl_free(iep->ei_hdl, iep, sizeof (*iep)); in fmev_free()
172 if ((cp = fmev_shdl_alloc(iep->ei_hdl, sizeof (*iep))) == NULL) { in fmev_dup()
178 fmev_shdl_free(iep->ei_hdl, cp, sizeof (*cp)); in fmev_dup()
184 cp->ei_hdl = iep->ei_hdl; in fmev_dup()
289 return (iep->ei_hdl); in fmev_ev2shdl()