Searched refs:etm_xport_irb_area (Results 1 – 1 of 1) sorted by relevance
211 static uint8_t *etm_xport_irb_area = NULL; /* buffered read area */ variable618 if (etm_xport_irb_area == NULL) { in etm_xport_buffered_read()619 etm_xport_irb_area = fmd_hdl_zalloc(hdl, in etm_xport_buffered_read()621 etm_xport_irb_head = etm_xport_irb_area; in etm_xport_buffered_read()647 (void) memmove(etm_xport_irb_area, etm_xport_irb_head, n); in etm_xport_buffered_read()648 etm_xport_irb_head = etm_xport_irb_area; in etm_xport_buffered_read()1266 fmd_hdl_free(hdl, etm_xport_irb_area, 2 * etm_xport_irb_mtu_sz); in etm_xport_fini()1267 etm_xport_irb_area = NULL; in etm_xport_fini()