HomeSort by: relevance | last modified time | path
    Searched defs:xd_dmamem_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/vme/
xd.c 228 int xd_dmamem_alloc(bus_dma_tag_t, bus_dmamap_t, bus_dma_segment_t *,
406 xd_dmamem_alloc(bus_dma_tag_t tag, bus_dmamap_t map, bus_dma_segment_t *seg, int *nsegp, bus_size_t len, void * *kvap, bus_addr_t *dmap) function in typeref:typename:int
575 if ((error = xd_dmamem_alloc(xdc->dmatag, xdc->iopmap, &seg, &rseg,
762 if ((error = xd_dmamem_alloc(xdc->dmatag, xdc->auxmap, &seg, &rseg,
2412 if ((error = xd_dmamem_alloc(xdcsc->dmatag, xdcsc->auxmap,
xd.c 228 int xd_dmamem_alloc(bus_dma_tag_t, bus_dmamap_t, bus_dma_segment_t *,
406 xd_dmamem_alloc(bus_dma_tag_t tag, bus_dmamap_t map, bus_dma_segment_t *seg, int *nsegp, bus_size_t len, void * *kvap, bus_addr_t *dmap) function in typeref:typename:int
575 if ((error = xd_dmamem_alloc(xdc->dmatag, xdc->iopmap, &seg, &rseg,
762 if ((error = xd_dmamem_alloc(xdc->dmatag, xdc->auxmap, &seg, &rseg,
2412 if ((error = xd_dmamem_alloc(xdcsc->dmatag, xdcsc->auxmap,

Completed in 23 milliseconds