Home
last modified time | relevance | path

Searched refs:BOFI_DMA_RW (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c112 {"pio", BOFI_PIO_RW}, {"dma", BOFI_DMA_RW},
116 {"PIO", BOFI_PIO_RW}, {"DMA", BOFI_DMA_RW},
396 (items->access_type & BOFI_DMA_RW) ? in dump_log()
653 if (item->access_type & BOFI_DMA_RW) in define_op_err()
710 BOFI_DMA_RW, BOFI_PIO_RW); in define_nerrs()
730 (at & (BOFI_DMA_RW|BOFI_PIO_R))) || in define_nerrs()
749 if (nitems == 1 && (at & BOFI_DMA_RW)) in define_nerrs()
1101 } else if (edp->access_type & BOFI_DMA_RW) { in log2errdefs()
1426 if ((access_type & BOFI_DMA_RW) && in match_hinfo()
1427 (hp->access_type & BOFI_DMA_RW) && in match_hinfo()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi.h221 #define BOFI_DMA_RW (BOFI_DMA_R|BOFI_DMA_W) macro
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c1002 if ((errdef.access_type & (BOFI_DMA_RW|BOFI_PIO_R)) && in bofi_ioctl()
1784 (((errdefp->access_type & BOFI_DMA_RW) && in bofi_errdef_alloc()
3299 ((ep->errdef.access_type & BOFI_DMA_RW) && in chain_on_errdefs()
4112 ((ep->errdef.access_type & BOFI_DMA_RW) && in bofi_dvma_kaddr_load()