Home
last modified time | relevance | path

Searched refs:BOFI_PIO_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},
649 if (item->access_type & BOFI_PIO_RW) in define_op_err()
710 BOFI_DMA_RW, BOFI_PIO_RW); in define_nerrs()
1096 if (edp->access_type & BOFI_PIO_RW) { in log2errdefs()
1243 (errdef->access_type & BOFI_PIO_RW) == 0) { in add_edef()
1433 else if ((access_type & BOFI_PIO_RW) && in match_hinfo()
1434 (hp->access_type & BOFI_PIO_RW) && in match_hinfo()
2253 (BOFI_LOG|BOFI_DMA_RW|BOFI_PIO_RW|BOFI_INTR); in main()
2257 (BOFI_DMA_RW|BOFI_PIO_RW|BOFI_INTR); in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi.h218 #define BOFI_PIO_RW (BOFI_PIO_R|BOFI_PIO_W) macro
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c1005 if ((errdef.access_type & (BOFI_PIO_RW)) && in bofi_ioctl()
1636 hdlip->access_type = BOFI_PIO_RW; in bofi_ioctl()
1794 ((errdefp->access_type & BOFI_PIO_RW) && in bofi_errdef_alloc()
3203 (ep->errdef.access_type & BOFI_PIO_RW) && in bofi_map()