Searched refs:rtls_alloc_dma_mem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c131 static int rtls_alloc_dma_mem(rtls_t *, size_t, ddi_device_acc_attr_t *,
1489 * rtls_alloc_dma_mem() -- allocate an area of memory and a DMA handle
1493 rtls_alloc_dma_mem(rtls_t *rtlsp, size_t memsize, function
1506 "%s: rtls_alloc_dma_mem: ddi_dma_alloc_handle failed: %d",
1520 "%s: rtls_alloc_dma_mem: ddi_dma_mem_alloc failed: %d",
1537 "%s: rtls_alloc_dma_mem: "
1584 err = rtls_alloc_dma_mem(rtlsp,
1599 err = rtls_alloc_dma_mem(rtlsp,

Completed in 46 milliseconds