Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c93 if (ep->smbe_major < SMB_MAJOR(SMB_VERSION_23) || ( in smbios_bufopen_21()
94 ep->smbe_major == SMB_MAJOR(SMB_VERSION_23) && in smbios_bufopen_21()
95 ep->smbe_minor < SMB_MINOR(SMB_VERSION_23))) in smbios_bufopen_21()
150 if (ep->smbe_major < SMB_MAJOR(SMB_VERSION_23) || ( in smbios_bufopen_30()
151 ep->smbe_major == SMB_MAJOR(SMB_VERSION_23) && in smbios_bufopen_30()
152 ep->smbe_minor < SMB_MINOR(SMB_VERSION_23))) in smbios_bufopen_30()
225 case SMB_VERSION_23: in smbios_bufopen()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h2048 #define SMB_VERSION_23 0x0203 /* SMBIOS encoding for DMTF spec 2.3 */ macro