Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/smbios/
H A Dsmb_open.c130 shp->sh_smbvers = SMB_MAJMIN(ep->smbe_major, ep->smbe_minor); in smbios_bufopen_21()
183 shp->sh_smbvers = SMB_MAJMIN(ep->smbe_major, ep->smbe_minor); in smbios_bufopen_30()
/titanic_50/usr/src/uts/common/sys/
H A Dsmbios_impl.h685 #define SMB_MAJMIN(M, m) ((((M) & 0xFF) << 8) | ((m) & 0xFF)) macro