Searched refs:SMB_MINOR (Results 1 – 3 of 3) sorted by relevance
94 ep->smbe_minor < SMB_MINOR(SMB_VERSION_23))) in smbios_bufopen_21()151 ep->smbe_minor < SMB_MINOR(SMB_VERSION_23))) in smbios_bufopen_30()529 SMB_MINOR(shp->sh_libvers) >= SMB_MINOR(version))); in smb_libgteq()537 SMB_MINOR(shp->sh_smbvers) >= SMB_MINOR(version))); in smb_gteq()
238 v->smbv_minor = SMB_MINOR(shp->sh_smbvers); in smbios_info_smbios_version()
687 #define SMB_MINOR(v) (((v) & 0x00FF)) macro