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

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c1037 smbs_cnt_t *mastypes; local
1052 mastypes = smb_create_strcnt(strcnt);
1053 if (mastypes == NULL)
1056 mastypes->type = SUN_OEM_EXT_MEMARRAY;
1057 smb_strcnt(shp, mastypes);
1058 for (i = 0; i < mastypes->count; i++) {
1059 ext_id = mastypes->ids[i]->id;
1063 smb_free_strcnt(mastypes, strcnt);
1067 smb_free_strcnt(mastypes, strcnt);
1082 smbs_cnt_t *mastypes; local
[all...]

Completed in 46 milliseconds