/src/sys/arch/x86/include/ |
bus_private.h | 88 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member in struct:x86_bus_dma_cookie
|
/src/sys/arch/alpha/isa/ |
isadma_bounce.c | 73 bus_dma_segment_t id_bouncesegs[1]; /* array of bounce buffer member in struct:isadma_bounce_cookie 589 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, 593 error = _bus_dmamem_map(t, cookie->id_bouncesegs, 599 _bus_dmamem_free(t, cookie->id_bouncesegs, 616 _bus_dmamem_free(t, cookie->id_bouncesegs,
|
/src/sys/arch/arc/isa/ |
isadma_bounce.c | 74 bus_dma_segment_t id_bouncesegs[1]; /* array of bounce buffer member in struct:isadma_bounce_cookie 637 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, 641 error = _bus_dmamem_map(t, cookie->id_bouncesegs, 647 _bus_dmamem_free(t, cookie->id_bouncesegs, 664 _bus_dmamem_free(t, cookie->id_bouncesegs,
|
/src/sys/arch/atari/isa/ |
isa_dma.c | 77 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member in struct:atari_isa_dma_cookie 637 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, 641 error = bus_dmamem_map(t, cookie->id_bouncesegs, 647 bus_dmamem_free(t, cookie->id_bouncesegs, 668 bus_dmamem_free(t, cookie->id_bouncesegs,
|
/src/sys/arch/powerpc/isa/ |
isadma_machdep.c | 76 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member in struct:powerpc_isa_dma_cookie 631 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, 635 error = _bus_dmamem_map(t, cookie->id_bouncesegs, 641 _bus_dmamem_free(t, cookie->id_bouncesegs, 662 _bus_dmamem_free(t, cookie->id_bouncesegs,
|
/src/sys/arch/mips/include/ |
bus_dma_defs.h | 248 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member in struct:mips_bus_dma_cookie
|
/src/sys/arch/x68k/dev/ |
intiovar.h | 172 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member in struct:intio_dma_cookie
|
/src/sys/arch/arm/include/ |
bus_defs.h | 538 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member in struct:arm32_bus_dma_cookie
|
/src/sys/arch/riscv/include/ |
bus_defs.h | 500 id_bouncesegs[0];/* array of bounce buffer */ member in struct:riscv_bus_dma_cookie
|