ddi_dma_cookie_get
const ddi_dma_cookie_t *c = ddi_dma_cookie_get(hdl, i);
if ((cookie = ddi_dma_cookie_get(dma, 0)) == NULL)
if ((cookie = ddi_dma_cookie_get(dma, 1)) == NULL)
if ((cookie = ddi_dma_cookie_get(dma, idx)) == NULL)
c = ddi_dma_cookie_get(dma_p->dma_hdl, i);
c = ddi_dma_cookie_get(dma_p->dma_hdl, i);
extern const ddi_dma_cookie_t *ddi_dma_cookie_get(ddi_dma_handle_t, uint_t);