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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c440 _etm_xport_conn_t *_conn; /* connection handle */ local
442 _conn = conn;
444 if (_conn == NULL) {
448 if (_conn->magic_num != ETM_XPORT_DD_MAGIC_CONN) {
453 if (_conn->fd <= -1) {
510 etm_xport_raw_peek(fmd_hdl_t *hdl, _etm_xport_conn_t *_conn, argument
521 if ((hdl == NULL) || (_conn == NULL) || (buf == NULL)) {
539 n = etm_fake_ioctl(_conn->fd, ETM_XPORT_IOCTL_DATA_PEEK,
542 n = ioctl(_conn->fd, ETM_XPORT_IOCTL_DATA_PEEK, &peek_ctl);
592 etm_xport_buffered_read(fmd_hdl_t *hdl, _etm_xport_conn_t *_conn, argument
812 _etm_xport_conn_t *_conn; /* connection handle */ local
901 _etm_xport_conn_t *_conn; /* connection handle */ local
1017 _etm_xport_conn_t *_conn; /* connection handle */ local
1313 _etm_xport_conn_t *_conn; /* connection handle */ local
1351 _etm_xport_conn_t *_conn; /* connection handle */ local
[all...]

Completed in 57 milliseconds