Searched refs:SMB_MAJMIN (Results 1 – 2 of 2) sorted by relevance
130 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()
685 #define SMB_MAJMIN(M, m) ((((M) & 0xFF) << 8) | ((m) & 0xFF)) macro