Searched defs:ma_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c338 int ma_cnt = 0; local
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);
[all...]

Completed in 251 milliseconds