Searched defs:etm_send (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c432 * Etm_mod_lock held to avoid race with etm_send thread.
599 * To avoid a deadlock, wait for etm_send to finish before
712 * Etm_mod_lock held to avoid race with etm_send thread.
1088 * If an etm_send thread is in progress, wait for it to finish.
1135 etm_send(fmd_hdl_t *hdl, fmd_xprt_t *xprthdl, fmd_event_t *ep, nvlist_t *nvl) function
1431 etm_send, /* fmdo_send */
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c78 etm_send(fmd_hdl_t *hdl, fmd_xprt_t *xp, fmd_event_t *event, nvlist_t *nvl);
99 etm_send, /* fmdo_send */
4084 * etm_send - receive an FMA event from FMD and enQ it in the iosvc.Q.
4093 etm_send(fmd_hdl_t *fmd_hdl, fmd_xprt_t *xp, fmd_event_t *ep, nvlist_t *nvl) function
4110 "info: evp class= %s in etm_send\n", class);
4178 } /* etm_send() */

Completed in 88 milliseconds