Searched refs:SMB_VERSION_23 (Results 1 – 2 of 2) sorted by relevance
92 if (ep->smbe_major < SMB_MAJOR(SMB_VERSION_23) || ( in smbios_bufopen_21()93 ep->smbe_major == SMB_MAJOR(SMB_VERSION_23) && in smbios_bufopen_21()94 ep->smbe_minor < SMB_MINOR(SMB_VERSION_23))) in smbios_bufopen_21()149 if (ep->smbe_major < SMB_MAJOR(SMB_VERSION_23) || ( in smbios_bufopen_30()150 ep->smbe_major == SMB_MAJOR(SMB_VERSION_23) && in smbios_bufopen_30()151 ep->smbe_minor < SMB_MINOR(SMB_VERSION_23))) in smbios_bufopen_30()224 case SMB_VERSION_23: in smbios_bufopen()
1671 #define SMB_VERSION_23 0x0203 /* SMBIOS encoding for DMTF spec 2.3 */ macro