Searched refs:GetVariable (Results 1 - 25 of 76) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/MemoryOverwriteControl/
H A DTcgMor.c45 Status = gRT->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellEnvVar.h33 This will use the Runtime Services call GetVariable to to search for the variable.
87 This will use the Runtime Services call GetVariable to get a variable.
98 (gRT->GetVariable((CHAR16*)EnvVarName, \
107 This will use the Runtime Services call GetVariable to get a variable.
119 (gRT->GetVariable((CHAR16*)EnvVarName, \
H A DShellEnvVar.c53 Status = gRT->GetVariable((CHAR16*)EnvVarName,
61 Status = gRT->GetVariable((CHAR16*)EnvVarName,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiDebugPrintHobLib/
H A DPeiDebugPrintHobLib.c56 Status = Variable->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiInitiatorName.c52 Status = gRT->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DReadOnlyVariable2.h110 EFI_PEI_GET_VARIABLE2 GetVariable; member in struct:_EFI_PEI_READ_ONLY_VARIABLE2_PPI
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiInitiatorName.c62 Status = gRT->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverConfiguration.c139 Status = gRT->GetVariable (
221 Status = gRT->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/PhysicalPresencePei/
H A DPhysicalPresencePei.c94 Status = Variable->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DNicIp4Variable.c94 NicConfig = GetVariable (Instance->MacString, &gEfiNicIp4ConfigVariableGuid);
258 NicConfig = GetVariable (VariableName, &gEfiNicIp4ConfigVariableGuid);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Druntime_service_table.h40 TBL_ENTRY(EFI_GET_VARIABLE, GetVariable, NVOID, EFI_STATUS, 5, (PTR(CHAR16), PTR(EFI_GUID), PTR(UINT32), PTR(UINTN), PTR(VOID)))
H A DVBoxInterceptor.c68 r = gRT->GetVariable(VBOX_INTERCEPTOR_VAR, &gVBoxInterceptorVarGuid, NULL, &size, &val);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h58 EFI_GET_VARIABLE GetVariable; member in struct:__anon10528
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSetVar.c106 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
109 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
176 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes2, &Size, Buffer);
179 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes2, &Size, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiVariableThunkPlatform.c141 Status = gRT->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DInitVariable.c220 SystemTable->RuntimeServices->GetVariable = RuntimeServiceGetVariable;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DRuntimeServicesTable.c133 "GetVariable",
134 (VOID *)gRT->GetVariable,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c218 Variable = GetVariable (VariableName, VendorGuid);
550 Status = gRT->GetVariable(
676 Status = gRT->GetVariable(
835 Status = gRT->GetVariable(
1393 Status = gRT->GetVariable(
1571 Status = gRT->GetVariable (VariableName, VendorGuid, NULL, &DataSize, Data);
1582 Status = gRT->GetVariable (VariableName, VendorGuid, NULL, &DataSize, Data);
1716 Status = gRT->GetVariable (EFI_KEY_EXCHANGE_KEY_NAME, &gEfiGlobalVariableGuid, NULL, &DataSize, NULL);
1727 Status = gRT->GetVariable (EFI_KEY_EXCHANGE_KEY_NAME, &gEfiGlobalVariableGuid, &Attr, &DataSize, OldData);
1903 Status = gRT->GetVariable (VariableNam
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c1195 variable retrieved through the UEFI Runtime Service GetVariable(). The
1212 GetVariable ( function
1229 Status = gRT->GetVariable ((CHAR16 *) Name, (EFI_GUID *) Guid, NULL, &Size, Value);
1245 Status = gRT->GetVariable ((CHAR16 *) Name, (EFI_GUID *) Guid, NULL, &Size, Value);
1257 variable retrieved through the UEFI Runtime Service GetVariable(). This
1277 return GetVariable (Name, &gEfiGlobalVariableGuid);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/
H A DDxeDebugPrintErrorLevelLib.c229 Status = mSystemTable->RuntimeServices->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/
H A DFirmwarePerformancePei.c107 Status = VariableServices->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c589 Status = PPIVariableServices->GetVariable (
613 Status = PPIVariableServices->GetVariable (
679 Status = PPIVariableServices->GetVariable (
776 Status = PPIVariableServices->GetVariable (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c1217 variable retrieved through the UEFI Runtime Service GetVariable(). The
1234 GetVariable ( function
1251 Status = gRT->GetVariable ((CHAR16 *) Name, (EFI_GUID *) Guid, NULL, &Size, Value);
1267 Status = gRT->GetVariable ((CHAR16 *) Name, (EFI_GUID *) Guid, NULL, &Size, Value);
1279 variable retrieved through the UEFI Runtime Service GetVariable(). This
1299 return GetVariable (Name, &gEfiGlobalVariableGuid);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxConsoleDxe/
H A DVBoxConsole.c111 r = gRT->GetVariable(VBOX_CONSOLE_VAR, &gVBoxConsoleVarGuid, NULL, &size, &val);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxMimicryDxe/
H A DVBoxMimicry.c79 r = gRT->GetVariable(VBOX_MIMICRY_VAR, &gVBoxMimicryVarGuid, NULL, &size, &val);

Completed in 121 milliseconds

1234