Home
last modified time | relevance | path

Searched refs:InstallableLanguages (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSystemLanguageStringFunction.c88 SmbiosRecord->InstallableLanguages = 1; in MISC_SMBIOS_TABLE_FUNCTION()
DMiscNumberOfInstallableLanguagesFunction.c245 SmbiosRecord->InstallableLanguages = (UINT8)ForType13InputData->NumberOfInstallableLanguages; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscSystemLanguageStringFunction.c63 SmbiosRecord->InstallableLanguages = 1; in MISC_SMBIOS_TABLE_FUNCTION()
DMiscNumberOfInstallableLanguagesFunction.c219 SmbiosRecord->InstallableLanguages = (UINT8)ForType13InputData->NumberOfInstallableLanguages; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscSystemLanguageStringFunction.c65 SmbiosRecord->InstallableLanguages = 1; in MISC_SMBIOS_TABLE_FUNCTION()
DMiscNumberOfInstallableLanguagesFunction.c221 SmbiosRecord->InstallableLanguages = (UINT8)ForType13InputData->NumberOfInstallableLanguages; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type13/
DMiscNumberOfInstallableLanguagesFunction.c130 InputData->InstallableLanguages = GetSupportedLanguageNumber (mHiiHandle); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscNumberOfInstallableLanguagesFunction.c229 SmbiosRecord->InstallableLanguages = (UINT8)ForType13InputData->NumberOfInstallableLanguages; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h267 UINT8 InstallableLanguages; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h1397 UINT8 InstallableLanguages; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMiscConv.c903 …8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE13, InstallableLanguages)) = (UINT8)… in SmbiosFldMiscType13()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c577 PRINT_STRUCT_VALUE (Struct, Type13, InstallableLanguages); in SmbiosPrintStructure()