Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c131 shp->sh_smbvers = SMB_MAJMIN(ep->smbe_major, ep->smbe_minor); in smbios_bufopen_21()
184 shp->sh_smbvers = SMB_MAJMIN(ep->smbe_major, ep->smbe_minor); in smbios_bufopen_30()
541 return (SMB_MAJOR(shp->sh_smbvers) > SMB_MAJOR(version) || ( in smb_gteq()
542 SMB_MAJOR(shp->sh_smbvers) == SMB_MAJOR(version) && in smb_gteq()
543 SMB_MINOR(shp->sh_smbvers) >= SMB_MINOR(version))); in smb_gteq()
H A Dsmb_info.c280 v->smbv_major = SMB_MAJOR(shp->sh_smbvers); in smbios_info_smbios_version()
281 v->smbv_minor = SMB_MINOR(shp->sh_smbvers); in smbios_info_smbios_version()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h798 int sh_smbvers; /* derived underlying format version */ member