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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DLanguage.c330 CHAR8 *LangCodes; local
338 LangCodes = (CHAR8 *)PcdGetPtr (PcdUefiVariableDefaultLangCodes);
345 L"LangCodes",
348 AsciiStrSize (LangCodes),
349 LangCodes
382 for (Index = 0; LangCodes[Index] != 0; Index += ISO_639_2_ENTRY_SIZE) {
383 if (CompareMem (&LangCodes[Index], LangCode, ISO_639_2_ENTRY_SIZE) == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DInitVariable.c152 mVariableModuleGlobal->LangCodes[Virtual] = mVariableModuleGlobal->LangCodes[Physical];
153 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->LangCodes[Virtual]);
H A DVariable.h50 #define VAR_LANG_CODES 1 // Index of "LangCodes" variable
104 CHAR8 *LangCodes[2]; member in struct:__anon12717
H A DVariable.c24 L"LangCodes",
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,
1678 // LangCodes is a volatile variable, so it can not be updated at runtime.
1687 // According to UEFI spec, LangCodes is only set once in firmware initialization, and is read-only
1690 if (Global->LangCodes[VirtualMode] != NULL) {
1691 FreePool (Global->LangCodes[VirtualMode]);
1693 Global->LangCodes[VirtualMode] = AllocateRuntimeCopyPool (DataSize, Data);
1694 ASSERT (Global->LangCodes[VirtualMod
[all...]
/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,
735 } else if (StrCmp (VariableName, L"LangCodes") == 0) {
737 // LangCodes is a volatile variable, so it can not be updated at runtime.
746 // According to UEFI spec, LangCodes is only set once in firmware initialization, and is read-only
749 if (mVariableModuleGlobal->LangCodes != NULL) {
750 FreePool (mVariableModuleGlobal->LangCodes);
752 mVariableModuleGlobal->LangCodes = AllocateRuntimeCopyPool (DataSize, Data);
753 ASSERT (mVariableModuleGlobal->LangCodes !
[all...]
H A DInitVariable.c182 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->LangCodes);
H A DVariable.h72 CHAR8 *LangCodes; 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,
774 } else if (StrCmp (VariableName, L"LangCodes") == 0) {
776 // LangCodes is a volatile variable, so it can not be updated at runtime.
785 // According to UEFI spec, LangCodes is only set once in firmware initialization, and is read-only
788 if (mVariableModuleGlobal->LangCodes != NULL) {
789 FreePool (mVariableModuleGlobal->LangCodes);
791 mVariableModuleGlobal->LangCodes = AllocateRuntimeCopyPool (DataSize, Data);
792 ASSERT (mVariableModuleGlobal->LangCodes !
[all...]
H A DVariable.h98 CHAR8 *LangCodes; member in struct:__anon13131
H A DInitVariable.c437 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->LangCodes);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.h78 CHAR8 *LangCodes; 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,
1217 } else if (StrCmp (VariableName, L"LangCodes") == 0) {
1219 // LangCodes is a volatile variable, so it can not be updated at runtime.
1228 // According to UEFI spec, LangCodes is only set once in firmware initialization, and is read-only
1231 if (mVariableModuleGlobal->LangCodes != NULL) {
1232 FreePool (mVariableModuleGlobal->LangCodes);
1234 mVariableModuleGlobal->LangCodes = AllocateRuntimeCopyPool (DataSize, Data);
1235 ASSERT (mVariableModuleGlobal->LangCodes !
[all...]
H A DVariableDxe.c230 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->LangCodes);
/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,
1221 } else if (StrCmp (VariableName, L"LangCodes") == 0) {
1223 // LangCodes is a volatile variable, so it can not be updated at runtime.
1232 // According to UEFI spec, LangCodes is only set once in firmware initialization, and is read-only
1235 if (mVariableModuleGlobal->LangCodes != NULL) {
1236 FreePool (mVariableModuleGlobal->LangCodes);
1238 mVariableModuleGlobal->LangCodes = AllocateRuntimeCopyPool (DataSize, Data);
1239 ASSERT (mVariableModuleGlobal->LangCodes !
[all...]
H A DVariable.h80 CHAR8 *LangCodes; member in struct:__anon12726
H A DVariableDxe.c230 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->LangCodes);

Completed in 72 milliseconds