#include <sys/ddi.h> #include <sys/sunddi.h>
Solaris DDI specific (Solaris DDI)
ddi_dma_get_attr() is used to get a ddi_dma_attr(9S) structure. This structure describes the attributes of the DMA data path to which any memory object bound to the given handle will be subject.
ddi_dma_get_attr() can be called from any context.
ddi_dma_alloc_handle(9F), ddi_dma_attr(9S)