Home
last modified time | relevance | path

Searched refs:bu_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_buf.c121 NULL, &info->bi_kaddr, &info->bi_real_length, &buf->bu_handle); in hci1394_buf_alloc()
133 ddi_dma_mem_free(&buf->bu_handle); in hci1394_buf_alloc()
140 info->bi_handle = buf->bu_handle; in hci1394_buf_alloc()
162 ddi_dma_mem_free(&buf->bu_handle); in hci1394_buf_free()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_buf.h79 ddi_acc_handle_t bu_handle; member