Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c551 strcnt = smb_cnttypes(shp, SMB_TYPE_OEMSTR); in fm_smb_fmacompat()
559 oemstypes->type = SMB_TYPE_OEMSTR; in fm_smb_fmacompat()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c281 rv = smbios_lookup_type(shp, SMB_TYPE_OEMSTR, &s); in check_oem()
2047 case SMB_TYPE_OEMSTR: in print_struct()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c1017 if (stp->smbst_hdr->smbh_type != SMB_TYPE_OEMSTR && in smbios_info_strtab()
1392 if (stp->smbst_hdr->smbh_type != SMB_TYPE_OEMSTR) in smbios_has_oemstr()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h127 #define SMB_TYPE_OEMSTR 11 /* OEM string table */ macro