Home
last modified time | relevance | path

Searched refs:oemstypes (Results 1 – 1 of 1) sorted by relevance

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