Lines Matching refs:cont_count
95 int cont_count; member
267 uint_t cont_count; in smb_bb_contains() local
278 cont_count = (uint_t)smb_bb.smbb_contn; in smb_bb_contains()
279 if (cont_count == 0) { in smb_bb_contains()
284 cont_hdl = kmem_zalloc(cont_count * cont_len, KM_SLEEP); in smb_bb_contains()
289 cont_count, cont_hdl); in smb_bb_contains()
291 kmem_free(cont_hdl, cont_count * cont_len); in smb_bb_contains()
294 cont_count = MIN(rc, cont_count); in smb_bb_contains()
301 for (j = 0; j < cont_count; j++) { in smb_bb_contains()
320 stype->ids[cnt]->cont_count = c; 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
649 cont_count = (uint_t)bb.smbb_contn; in find_matching_proc()
650 if (cont_count == 0) in find_matching_proc()
654 cont_hdl = kmem_zalloc(cont_count * cont_len, KM_SLEEP); in find_matching_proc()
658 rc = smbios_info_contains(shp, bb_id, cont_count, cont_hdl); in find_matching_proc()
660 kmem_free(cont_hdl, cont_count * cont_len); in find_matching_proc()
663 cont_count = MIN(rc, cont_count); in find_matching_proc()
665 for (n = 0; n < cont_count; n++) { 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()