Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c763 cap->smba_level = SMB_CACHE_CFG_LEVEL(c.smbca_config); in smbios_info_cache()
764 cap->smba_mode = SMB_CACHE_CFG_MODE(c.smbca_config); in smbios_info_cache()
765 cap->smba_location = SMB_CACHE_CFG_LOCATION(c.smbca_config); in smbios_info_cache()
767 if (SMB_CACHE_CFG_ENABLED(c.smbca_config)) in smbios_info_cache()
770 if (SMB_CACHE_CFG_SOCKETED(c.smbca_config)) in smbios_info_cache()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h191 uint16_t smbca_config; /* cache configuration */ member