Lines Matching refs:listsz
472 int listsz, num_nodes, num_channels; in cnex_reg_chan() local
507 listsz = num_nodes * sizeof (mde_cookie_t); in cnex_reg_chan()
508 listp = (mde_cookie_t *)kmem_zalloc(listsz, KM_SLEEP); in cnex_reg_chan()
518 kmem_free(listp, listsz); in cnex_reg_chan()
529 kmem_free(listp, listsz); in cnex_reg_chan()
540 kmem_free(listp, listsz); in cnex_reg_chan()
547 kmem_free(listp, listsz); in cnex_reg_chan()
554 kmem_free(listp, listsz); in cnex_reg_chan()
1295 int listsz; in cnex_find_chan_dip() local
1305 listsz = num_nodes * sizeof (mde_cookie_t); in cnex_find_chan_dip()
1306 listp = (mde_cookie_t *)kmem_zalloc(listsz, KM_SLEEP); in cnex_find_chan_dip()
1385 kmem_free(listp, listsz); in cnex_find_chan_dip()