Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi.h219 #define BOFI_DMA_R 4 macro
221 #define BOFI_DMA_RW (BOFI_DMA_R|BOFI_DMA_W)
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c111 {"dma_r", BOFI_DMA_R}, {"dma_w", BOFI_DMA_W},
115 {"DMA_R", BOFI_DMA_R}, {"DMA_W", BOFI_DMA_W},
570 item->access_type == BOFI_DMA_R) && in define_op_err()
599 item->access_type == BOFI_DMA_R) && in define_op_err()
1118 if (edp->access_type & BOFI_DMA_R) in log2errdefs()
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c1647 BOFI_DMA_R; in bofi_ioctl()
2318 atype = BOFI_DMA_R; in do_dma_corrupt()
3681 if ((ep->errdef.access_type & BOFI_DMA_R) && in bofi_dma_unbindhdl()
3761 if ((((ep->errdef.access_type & BOFI_DMA_R) && in bofi_dma_flush()
4179 if ((ep->errdef.access_type & BOFI_DMA_R) && in bofi_dvma_unload()
4260 if ((((ep->errdef.access_type & BOFI_DMA_R) && in bofi_dvma_sync()