Home
last modified time | relevance | path

Searched refs:bi_length (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c801 desc->qb_buf.bi_length, DDI_DMA_SYNC_FORKERNEL); in hci1394_q_at_next()
984 qbuf->qb_buf.bi_length, DDI_DMA_SYNC_FORDEV); in hci1394_q_at_write_OLI()
1007 qbuf->qb_buf.bi_length, DDI_DMA_SYNC_FORDEV); in hci1394_q_at_write_OLI()
1079 qbuf->qb_buf.bi_length, DDI_DMA_SYNC_FORDEV); in hci1394_q_at_write_OL()
1102 qbuf->qb_buf.bi_length, DDI_DMA_SYNC_FORDEV); in hci1394_q_at_write_OL()
1165 qbuf->qb_buf.bi_length, DDI_DMA_SYNC_FORDEV); in hci1394_q_at_rep_put8()
1271 descb->qb_buf.bi_length, DDI_DMA_SYNC_FORKERNEL); in hci1394_q_ar_next()
1288 datab->qb_buf.bi_length, DDI_DMA_SYNC_FORKERNEL); in hci1394_q_ar_next()
1598 qbuf->qb_buf.bi_length, DDI_DMA_SYNC_FORDEV); in hci1394_q_ar_write_IM()
1617 qbuf->qb_buf.bi_length, DDI_DMA_SYNC_FORDEV); in hci1394_q_ar_write_IM()
H A Dhci1394_buf.c142 info->bi_length = parms->bp_length; in hci1394_buf_alloc()
H A Dhci1394_ixl_comp.c255 (off_t)dma_nextp->mem.bi_kaddr, dma_nextp->mem.bi_length, in hci1394_compile_ixl_endup()
H A Dhci1394_ohci.c2410 ohci_hdl->ohci_selfid.bi_length, DDI_DMA_SYNC_FORKERNEL); in hci1394_ohci_selfid_sync()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S77 bi_length: .long 0xDEADBEEF /* Length of boot file */ label
100 mov ABS(bi_length), %eax
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_buf.h69 size_t bi_length; /* copy of input parms bp_length */ member