| /openbsd-src/sys/arch/landisk/landisk/ |
| H A D | bus_dma.c | 88 void *mapstore; in _bus_dmamap_create() local 109 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? in _bus_dmamap_create() 113 DPRINTF(("bus_dmamap_create: dmamp = %p\n", mapstore)); in _bus_dmamap_create() 115 map = (bus_dmamap_t)mapstore; in _bus_dmamap_create()
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | bus_dma.c | 120 void *mapstore; in _bus_dmamap_create() 149 mapstore = malloc(mapsize, M_DEVBUF, in _bus_dmamap_destroy() 151 if (mapstore == NULL) in _bus_dmamap_destroy() 154 map = (struct bus_dmamap *)mapstore; in _bus_dmamap_destroy() 111 void *mapstore; _bus_dmamap_create() local
|
| /openbsd-src/sys/arch/i386/i386/ |
| H A D | bus_dma.c | 89 void *mapstore; in _bus_dmamap_create() local 106 if ((mapstore = malloc(mapsize, M_DEVBUF, in _bus_dmamap_create() 110 map = (struct bus_dmamap *)mapstore; in _bus_dmamap_create()
|
| /openbsd-src/sys/arch/powerpc64/powerpc64/ |
| H A D | bus_dma.c | 79 void *mapstore; in _dmamap_create() local 96 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? in _dmamap_create() 100 map = (struct machine_bus_dmamap *)mapstore; in _dmamap_create()
|
| /openbsd-src/sys/arch/alpha/dev/ |
| H A D | bus_dma.c | 67 void *mapstore; local 84 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? 88 map = (struct alpha_bus_dmamap *)mapstore;
|
| /openbsd-src/sys/arch/loongson/loongson/ |
| H A D | bus_dma.c | 81 void *mapstore; in _dmamap_create() local 98 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? in _dmamap_create() 102 map = (struct machine_bus_dmamap *)mapstore; in _dmamap_create()
|
| /openbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | bus_dma.c | 60 void *mapstore; in _dmamap_create() local 77 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? in _dmamap_create() 81 map = (struct powerpc_bus_dmamap *)mapstore; in _dmamap_create()
|
| /openbsd-src/sys/arch/riscv64/riscv64/ |
| H A D | bus_dma.c | 78 void *mapstore; in _dmamap_create() local 95 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? in _dmamap_create() 99 map = (struct machine_bus_dmamap *)mapstore; in _dmamap_create()
|
| /openbsd-src/sys/arch/octeon/octeon/ |
| H A D | bus_dma.c | 81 void *mapstore; in _dmamap_create() local 98 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? in _dmamap_create() 102 map = (struct machine_bus_dmamap *)mapstore; in _dmamap_create()
|
| /openbsd-src/sys/arch/arm64/arm64/ |
| H A D | bus_dma.c | 79 void *mapstore; in _dmamap_create() local 96 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? in _dmamap_create() 100 map = (struct machine_bus_dmamap *)mapstore; in _dmamap_create()
|
| /openbsd-src/sys/arch/arm/arm/ |
| H A D | bus_dma.c | 56 void *mapstore; in _bus_dmamap_create() local 78 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? in _bus_dmamap_create() 82 map = (struct arm32_bus_dmamap *)mapstore; in _bus_dmamap_create()
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | machdep.c | 851 void *mapstore; in _bus_dmamap_create() local 868 if ((mapstore = malloc(mapsize, M_DEVBUF, (flags & BUS_DMA_NOWAIT) ? in _bus_dmamap_create() 872 map = (struct sparc_bus_dmamap *)mapstore; in _bus_dmamap_create()
|