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

/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm_xport_api.h46 typedef void* etm_xport_conn_t; /* transport connection handle */ typedef
63 int (*cb_func)(fmd_hdl_t *hdl, etm_xport_conn_t conn, etm_cb_flag_t flag,
74 etm_xport_cb_func(fmd_hdl_t *hdl, etm_xport_conn_t conn, etm_cb_flag_t flag,
88 etm_xport_conn_t
96 etm_xport_close(fmd_hdl_t *hdl, etm_xport_conn_t conn);
107 etm_xport_read(fmd_hdl_t *hdl, etm_xport_conn_t conn, hrtime_t timeout,
115 etm_xport_write(fmd_hdl_t *hdl, etm_xport_conn_t conn, hrtime_t timeout,
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api.h59 typedef void* etm_xport_conn_t; /* transport connection handle */ typedef
89 etm_xport_conn_t
114 etm_xport_conn_t
123 etm_xport_conn_t
124 etm_xport_close(fmd_hdl_t *hdl, etm_xport_conn_t conn);
161 etm_xport_conn_t *
162 etm_xport_get_addr_conn(fmd_hdl_t *hdl, etm_xport_conn_t *connv,
206 etm_xport_read(fmd_hdl_t *hdl, etm_xport_conn_t conn, void* buf,
217 etm_xport_write(fmd_hdl_t *hdl, etm_xport_conn_t conn, void* buf,
240 etm_xport_get_opt(fmd_hdl_t *hdl, etm_xport_conn_t con
[all...]

Completed in 241 milliseconds