/src/sys/arch/alpha/common/ |
sgmap_common.c | 102 if (bus_dmamem_alloc(t, ptsize, minptalign, 0, &seg, 1, &rseg, 134 if (bus_dmamem_alloc(t, PAGE_SIZE, 0, 0, &seg, 1, &rseg,
|
/src/sys/arch/arm/at91/ |
at91pdc.c | 27 err = bus_dmamem_alloc(dmat, size, 0, size, &segs, 1, &rsegs,
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_pci.c | 96 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr, 116 if ((ret = bus_dmamem_alloc(dmah->tag, size, align, 0, 126 printf("drm: bad segment count from bus_dmamem_alloc\n");
|
ati_pcigart.c | 92 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr, flags, &dmah->map); 116 ret = bus_dmamem_alloc(dmah->tag, gart_info->table_size, PAGE_SIZE,
|
drm_scatter.c | 97 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr, 130 if ((ret = bus_dmamem_alloc(dmah->tag, request->size, PAGE_SIZE, 0, 179 * If bus_dmamem_alloc did not return each page in own segment
|
/src/sys/arch/ews4800mips/sbd/ |
if_le_sbdio.c | 112 if (bus_dmamem_alloc(lesc->sc_dmat, LE_MEMSIZE, 0, 0, &seg, 1, &rseg,
|
/src/sys/arch/mips/include/ |
bus_dma_funcs.h | 89 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
|
/src/sys/arch/mvme68k/dev/ |
if_le.c | 178 if (bus_dmamem_alloc(pa->pa_dmat, ether_data_buff_size, PAGE_SIZE, 0,
|
/src/sys/dev/hyperv/ |
hyperv_common.c | 126 error = bus_dmamem_alloc(dmat, size, alignment, boundary, dma->segs, 129 printf("%s: bus_dmamem_alloc failed: error=%d\n",
|
/src/sys/arch/sgimips/hpc/ |
hpcdma.c | 88 if (bus_dmamem_alloc(sc->sc_dmat, allocsz, 0, 0, &seg, 1, &rseg,
|
/src/sys/arch/mac68k/obio/ |
if_mc_obio.c | 137 if (bus_dmamem_alloc(sc->sc_dmat, 2 * 0x800, 0, 0, &sc->sc_dmasegs_tx, 149 if (bus_dmamem_alloc(sc->sc_dmat, MC_RXDMABUFS * 0x800, 0, 0,
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_2835_arm.c | 113 err = bus_dmamem_alloc(dma_tag, 306 ret = bus_dmamem_alloc(dma_tag, bi->pagelist_size,
|
/src/sys/arch/arm/broadcom/ |
bcm2835_mbox.c | 174 error = bus_dmamem_alloc(sc->sc_dmat, buflen, 16, 0, segs, 1,
|
/src/sys/arch/evbcf/include/ |
bus_dma.h | 183 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
|
/src/sys/arch/evbppc/virtex/dev/ |
tft_ll.c | 126 if ((error = bus_dmamem_alloc(lsc->lsc_dmat,
|
tft_plb.c | 108 if ((error = bus_dmamem_alloc(psc->psc_dmat, sc->sc_size, ADDR_ALIGN,
|
/src/sys/arch/mips/cavium/dev/ |
octeon_fpa.c | 160 status = bus_dmamem_alloc(fb->fb_dmat, fb->fb_len, 128, 0, 163 panic("%s failed", "bus_dmamem_alloc");
|
/src/sys/arch/mvme68k/include/ |
bus_dma.h | 183 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
|
/src/sys/arch/sparc/dev/ |
if_le_obio.c | 158 if ((error = bus_dmamem_alloc(dmatag, MEMSIZE, PAGE_SIZE, 0,
|
/src/sys/arch/sparc/include/ |
bus_funcs.h | 197 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
|
/src/sys/arch/vax/if/ |
if_le_vsbus.c | 221 err = bus_dmamem_alloc(va->va_dmat, ALLOCSIZ, PAGE_SIZE, 0,
|
/src/sys/dev/ieee1394/ |
fwdma.c | 71 err = bus_dmamem_alloc(dmat, size, alignment, 0, &segs, 1,
|
/src/sys/dev/isapnp/ |
if_le_isapnp.c | 201 if (bus_dmamem_alloc(dmat, LE_ISAPNP_MEMSIZE, PAGE_SIZE, 0, &seg, 1,
|
/src/sys/dev/qbus/ |
if_uba.c | 94 if ((error = bus_dmamem_alloc(uh->uh_dmat, totsz, PAGE_SIZE, 0,
|
uba.c | 179 if ((error = bus_dmamem_alloc(uh->uh_dmat, ui->ui_size, PAGE_SIZE, 0,
|