Lines Matching defs:ccountp
205 ddi_dma_cookie_t *cookiep, uint_t *ccountp);
212 ddi_dma_cookie_t *cookiep, uint_t *ccountp);
233 ddi_dma_cookie_t *cookiep, uint_t *ccountp);
240 ddi_dma_cookie_t **cookiepp, uint_t *ccountp);
251 ddi_dma_cookie_t *cookiep, uint_t *ccountp);
1967 ddi_dma_cookie_t *cookiep, uint_t *ccountp)
2184 * copy out the first cookie and ccountp, set the cookie
2190 *ccountp = sinfo->si_sgl_size;
2196 uint_t, dmao->dmao_size, uint_t, *ccountp);
2250 * copy out the first cookie and ccountp, set the cookie pointer to the
2257 *ccountp = sinfo->si_sgl_size;
2261 *ccountp = dma->dp_window[dma->dp_current_win].wd_cookie_cnt;
2270 dmao->dmao_size, uint_t, *ccountp);
2281 ddi_dma_cookie_t *cookiep, uint_t *ccountp)
2287 cookiep, ccountp);
2291 cookiep, ccountp);
2423 ddi_dma_cookie_t **cookiepp, uint_t *ccountp)
2434 ASSERT(*ccountp == 0);
2439 *ccountp = window->wd_cookie_cnt;
2442 *ccountp = dma->dp_sglinfo.si_sgl_size;
2446 cookie = kmem_zalloc(sizeof (ddi_dma_cookie_t) * (*ccountp), km_flags);
2451 for (i = 0; i < *ccountp; i++) {
4728 uint_t *ccountp)
4774 *ccountp = dma->dp_sglinfo.si_sgl_size;
4870 *ccountp = window->wd_cookie_cnt;
4952 uint_t *ccountp)
4957 cookiep, ccountp));
4962 cookiep, ccountp));