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

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c535 smbs_cnt_t *oemstypes; local
555 oemstypes = smb_create_strcnt(strcnt);
556 if (oemstypes == NULL)
559 oemstypes->type = SMB_TYPE_OEMSTR;
560 smb_strcnt(shp, oemstypes);
562 for (i = 0; i < oemstypes->count && compat == 0; i++) {
563 id = oemstypes->ids[i]->id;
580 smb_free_strcnt(oemstypes, strcnt);

Completed in 59 milliseconds