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);
1962 ddi_dma_cookie_t *cookiep, uint_t *ccountp)
2179 * copy out the first cookie and ccountp, set the cookie
2185 *ccountp = sinfo->si_sgl_size;
2191 uint_t, dmao->dmao_size, uint_t, *ccountp);
2245 * copy out the first cookie and ccountp, set the cookie pointer to the
2252 *ccountp = sinfo->si_sgl_size;
2256 *ccountp = dma->dp_window[dma->dp_current_win].wd_cookie_cnt;
2265 dmao->dmao_size, uint_t, *ccountp);
2276 ddi_dma_cookie_t *cookiep, uint_t *ccountp)
2282 cookiep, ccountp);
2286 cookiep, ccountp);
2418 ddi_dma_cookie_t **cookiepp, uint_t *ccountp)
2429 ASSERT(*ccountp == 0);
2434 *ccountp = window->wd_cookie_cnt;
2437 *ccountp = dma->dp_sglinfo.si_sgl_size;
2441 cookie = kmem_zalloc(sizeof (ddi_dma_cookie_t) * (*ccountp), km_flags);
2446 for (i = 0; i < *ccountp; i++) {
4723 uint_t *ccountp)
4769 *ccountp = dma->dp_sglinfo.si_sgl_size;
4865 *ccountp = window->wd_cookie_cnt;
4947 uint_t *ccountp)
4952 cookiep, ccountp));
4957 cookiep, ccountp));