Searched refs:etm_xport_irb_tail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c213 static uint8_t *etm_xport_irb_tail = NULL; /* read tail (enqueue) */ variable
622 etm_xport_irb_tail = etm_xport_irb_head;
634 if (byte_cnt <= (etm_xport_irb_tail - etm_xport_irb_head)) {
646 n = etm_xport_irb_tail - etm_xport_irb_head;
649 etm_xport_irb_tail = etm_xport_irb_head + n;
676 if ((i = etm_xport_raw_peek(hdl, _conn, etm_xport_irb_tail,
681 if ((n = read(_conn->fd, etm_xport_irb_tail, i)) < 0) {
686 etm_xport_irb_tail += n;
690 n = MIN(byte_cnt, (etm_xport_irb_tail - etm_xport_irb_head));
1262 if (etm_xport_irb_tail !
[all...]

Completed in 46 milliseconds