Lines Matching refs:cont_len
271 uint_t cont_len; in smb_bb_contains() local
283 cont_len = sizeof (id_t); in smb_bb_contains()
284 cont_hdl = kmem_zalloc(cont_count * cont_len, KM_SLEEP); in smb_bb_contains()
291 kmem_free(cont_hdl, cont_count * cont_len); in smb_bb_contains()
322 kmem_free(cont_hdl, cont_count * cont_len); in smb_bb_contains()
642 uint_t cont_count, cont_len; in find_matching_proc() local
653 cont_len = sizeof (id_t); in find_matching_proc()
654 cont_hdl = kmem_zalloc(cont_count * cont_len, KM_SLEEP); in find_matching_proc()
660 kmem_free(cont_hdl, cont_count * cont_len); in find_matching_proc()
673 cont_count * cont_len); in find_matching_proc()
679 cont_count * cont_len); in find_matching_proc()
686 kmem_free(cont_hdl, cont_count * cont_len); in find_matching_proc()