Searched refs:PlatformLangCodes (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DInitVariable.c149 mVariableModuleGlobal->PlatformLangCodes[Virtual] = mVariableModuleGlobal->PlatformLangCodes[Physical];
150 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->PlatformLangCodes[Virtual]);
H A DVariable.h49 #define VAR_PLATFORM_LANG_CODES 0 // Index of "PlatformLangCodes" variable
103 CHAR8 *PlatformLangCodes[2]; member in struct:__anon12717
H A DVariable.c23 L"PlatformLangCodes",
1600 Hook the operations in PlatformLangCodes, LangCodes, PlatformLang and Lang.
1602 When setting Lang/LangCodes, simultaneously update PlatformLang/PlatformLangCodes.
1603 According to UEFI spec, PlatformLangCodes/LangCodes are only set once in firmware initialization,
1648 // PlatformLangCodes is a volatile variable, so it can not be updated at runtime.
1657 // According to UEFI spec, PlatformLangCodes is only set once in firmware initialization, and is read-only
1660 if (Global->PlatformLangCodes[VirtualMode] != NULL) {
1661 FreePool (Global->PlatformLangCodes[VirtualMode]);
1663 Global->PlatformLangCodes[VirtualMode] = AllocateRuntimeCopyPool (DataSize, Data);
1664 ASSERT (mVariableModuleGlobal->PlatformLangCodes[VirtualMod
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DLanguage.c332 CHAR8 *PlatformLangCodes; local
354 PlatformLangCodes = (CHAR8 *)PcdGetPtr (PcdUefiVariableDefaultPlatformLangCodes);
356 L"PlatformLangCodes",
359 AsciiStrSize (PlatformLangCodes),
360 PlatformLangCodes
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c667 Hook the operations in PlatformLangCodes, LangCodes, PlatformLang and Lang.
669 When setting Lang/LangCodes, simultaneously update PlatformLang/PlatformLangCodes.
671 According to UEFI spec, PlatformLangCodes/LangCodes are only set once in firmware initialization,
705 if (StrCmp (VariableName, L"PlatformLangCodes") == 0) {
707 // PlatformLangCodes is a volatile variable, so it can not be updated at runtime.
716 // According to UEFI spec, PlatformLangCodes is only set once in firmware initialization, and is read-only
719 if (mVariableModuleGlobal->PlatformLangCodes != NULL) {
720 FreePool (mVariableModuleGlobal->PlatformLangCodes);
722 mVariableModuleGlobal->PlatformLangCodes = AllocateRuntimeCopyPool (DataSize, Data);
723 ASSERT (mVariableModuleGlobal->PlatformLangCodes !
[all...]
H A DInitVariable.c181 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->PlatformLangCodes);
H A DVariable.h71 CHAR8 *PlatformLangCodes; member in struct:__anon11304
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DEmuVariable.c706 Hook the operations in PlatformLangCodes, LangCodes, PlatformLang and Lang.
708 When setting Lang/LangCodes, simultaneously update PlatformLang/PlatformLangCodes.
710 According to UEFI spec, PlatformLangCodes/LangCodes are only set once in firmware initialization,
744 if (StrCmp (VariableName, L"PlatformLangCodes") == 0) {
746 // PlatformLangCodes is a volatile variable, so it can not be updated at runtime.
755 // According to UEFI spec, PlatformLangCodes is only set once in firmware initialization, and is read-only
758 if (mVariableModuleGlobal->PlatformLangCodes != NULL) {
759 FreePool (mVariableModuleGlobal->PlatformLangCodes);
761 mVariableModuleGlobal->PlatformLangCodes = AllocateRuntimeCopyPool (DataSize, Data);
762 ASSERT (mVariableModuleGlobal->PlatformLangCodes !
[all...]
H A DVariable.h97 CHAR8 *PlatformLangCodes; member in struct:__anon13131
H A DInitVariable.c436 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->PlatformLangCodes);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.h77 CHAR8 *PlatformLangCodes; member in struct:__anon11309
H A DVariable.c1149 Hook the operations in PlatformLangCodes, LangCodes, PlatformLang and Lang.
1151 When setting Lang/LangCodes, simultaneously update PlatformLang/PlatformLangCodes.
1153 According to UEFI spec, PlatformLangCodes/LangCodes are only set once in firmware initialization,
1187 if (StrCmp (VariableName, L"PlatformLangCodes") == 0) {
1189 // PlatformLangCodes is a volatile variable, so it can not be updated at runtime.
1198 // According to UEFI spec, PlatformLangCodes is only set once in firmware initialization, and is read-only
1201 if (mVariableModuleGlobal->PlatformLangCodes != NULL) {
1202 FreePool (mVariableModuleGlobal->PlatformLangCodes);
1204 mVariableModuleGlobal->PlatformLangCodes = AllocateRuntimeCopyPool (DataSize, Data);
1205 ASSERT (mVariableModuleGlobal->PlatformLangCodes !
[all...]
H A DVariableDxe.c229 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->PlatformLangCodes);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.c1153 Hook the operations in PlatformLangCodes, LangCodes, PlatformLang and Lang.
1155 When setting Lang/LangCodes, simultaneously update PlatformLang/PlatformLangCodes.
1157 According to UEFI spec, PlatformLangCodes/LangCodes are only set once in firmware initialization,
1191 if (StrCmp (VariableName, L"PlatformLangCodes") == 0) {
1193 // PlatformLangCodes is a volatile variable, so it can not be updated at runtime.
1202 // According to UEFI spec, PlatformLangCodes is only set once in firmware initialization, and is read-only
1205 if (mVariableModuleGlobal->PlatformLangCodes != NULL) {
1206 FreePool (mVariableModuleGlobal->PlatformLangCodes);
1208 mVariableModuleGlobal->PlatformLangCodes = AllocateRuntimeCopyPool (DataSize, Data);
1209 ASSERT (mVariableModuleGlobal->PlatformLangCodes !
[all...]
H A DVariable.h79 CHAR8 *PlatformLangCodes; member in struct:__anon12726
H A DVariableDxe.c229 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->PlatformLangCodes);

Completed in 73 milliseconds