Home
last modified time | relevance | path

Searched refs:SMB_MINOR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c95 ep->smbe_minor < SMB_MINOR(SMB_VERSION_23))) in smbios_bufopen_21()
152 ep->smbe_minor < SMB_MINOR(SMB_VERSION_23))) in smbios_bufopen_30()
535 SMB_MINOR(shp->sh_libvers) >= SMB_MINOR(version))); in smb_libgteq()
543 SMB_MINOR(shp->sh_smbvers) >= SMB_MINOR(version))); in smb_gteq()
H A Dsmb_info.c281 v->smbv_minor = SMB_MINOR(shp->sh_smbvers); in smbios_info_smbios_version()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h815 #define SMB_MINOR(v) (((v) & 0x00FF)) macro