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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c801 * etm_io_op - perform an IO operation on the given connection
812 etm_io_op(fmd_hdl_t *hdl, char *err_substr, etm_xport_conn_t conn, function
925 } /* etm_io_op() */
958 if ((n = etm_io_op(hdl, "bad io read on magic",
1038 if ((n = etm_io_op(hdl, "bad io read on preamble",
1105 if ((n = etm_io_op(hdl, "bad io read on event len",
1137 if ((n = etm_io_op(hdl, "bad io read on ctl len",
1165 if ((n = etm_io_op(hdl, "bad io read on resp code+len",
1195 if ((n = etm_io_op(hdl, "bad io read on sa priority+len",
1293 if ((n = etm_io_op(hd
[all...]

Completed in 50 milliseconds