Lines Matching defs:ma_cnt
338 int ma_cnt = 0;
366 ma_cnt = smb_cnttypes(shp, SMB_TYPE_MEMARRAY);
371 expr_cnt != pr_cnt || exma_cnt > ma_cnt ||
376 expr_cnt, pr_cnt, exma_cnt, ma_cnt, exmdev_cnt,
417 ma_stype = smb_create_strcnt(ma_cnt);
419 sys_ma = kmem_zalloc(sizeof (uint16_t) * ma_cnt, KM_SLEEP);
428 for (i = 0; i < ma_cnt; i++) {
443 smb_free_strcnt(ma_stype, ma_cnt);
445 kmem_free(sys_ma, sizeof (uint16_t) * ma_cnt);
451 smb_free_strcnt(ma_stype, ma_cnt);
469 for (j = 0; j < ma_cnt; j++) {
473 if (j == ma_cnt)
484 kmem_free(sys_ma, sizeof (uint16_t) * ma_cnt);
492 kmem_free(sys_ma, sizeof (uint16_t) * ma_cnt);