Searched refs:SMB_MAJOR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c116 if (ep->smbe_major > SMB_MAJOR(SMB_VERSION))
119 if (ep->smbe_major < SMB_MAJOR(SMB_VERSION_23) || (
120 ep->smbe_major == SMB_MAJOR(SMB_VERSION_23) &&
403 return (SMB_MAJOR(shp->sh_smbvers) > SMB_MAJOR(version) || (
404 SMB_MAJOR(shp->sh_smbvers) == SMB_MAJOR(version) &&
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h471 #define SMB_MAJOR(v) (((v) & 0xFF00) >> 8) macro

Completed in 71 milliseconds