Searched refs:GetNextVariableName (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DNicIp4Variable.c224 Status = gRT->GetNextVariableName (
237 Status = gRT->GetNextVariableName (
266 // Since we are in loop of GetNextVariableName(), we need move on to next
270 Status = gRT->GetNextVariableName (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmm.c364 SMM_VARIABLE_COMMUNICATE_GET_NEXT_VARIABLE_NAME *GetNextVariableName; local
385 GetNextVariableName = (SMM_VARIABLE_COMMUNICATE_GET_NEXT_VARIABLE_NAME *) SmmVariableFunctionHeader->Data;
387 &GetNextVariableName->NameSize,
388 GetNextVariableName->Name,
389 &GetNextVariableName->Guid
H A DVariableDxe.c383 SystemTable->RuntimeServices->GetNextVariableName = VariableServiceGetNextVariableName;
H A DVariableSmmRuntimeDxe.c517 gRT->GetNextVariableName = RuntimeServiceGetNextVariableName;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableSmm.c370 SMM_VARIABLE_COMMUNICATE_GET_NEXT_VARIABLE_NAME *GetNextVariableName; local
393 GetNextVariableName = (SMM_VARIABLE_COMMUNICATE_GET_NEXT_VARIABLE_NAME *) SmmVariableFunctionHeader->Data;
395 &GetNextVariableName->NameSize,
396 GetNextVariableName->Name,
397 &GetNextVariableName->Guid
H A DVariableDxe.c386 SystemTable->RuntimeServices->GetNextVariableName = VariableServiceGetNextVariableName;
H A DVariableSmmRuntimeDxe.c517 gRT->GetNextVariableName = RuntimeServiceGetNextVariableName;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Druntime_service_table.h41 TBL_ENTRY(EFI_GET_NEXT_VARIABLE_NAME, GetNextVariableName, NVOID, EFI_STATUS, 3, (PTR(UINTN), PTR(CHAR16), PTR(EFI_GUID)))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h59 EFI_GET_NEXT_VARIABLE_NAME GetNextVariableName; member in struct:__anon10528
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DInitVariable.c221 SystemTable->RuntimeServices->GetNextVariableName = RuntimeServiceGetNextVariableName;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DRuntimeServicesTable.c141 "GetNextVariableName",
142 (VOID *)gRT->GetNextVariableName,
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/SerializeVariablesLib/
H A DSerializeVariablesLib.c487 Iterates all variables found with RuntimeServices GetNextVariableName
532 Status = gRT->GetNextVariableName (
558 Status = gRT->GetNextVariableName (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c333 RuntimeDriverConvertInternalPointer ((VOID **) &gRT->GetNextVariableName);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c422 This service is a wrapper for the UEFI Runtime Service GetNextVariableName().
424 GetNextVariableName() is called multiple times to retrieve the VariableName and VendorGuid of
425 all variables currently available in the system. On each call to GetNextVariableName() the
433 GetNextVariableName().
459 return mInternalRT->GetNextVariableName (VariableNameSize, VariableName, VendorGuid);
464 This service is a wrapper for the UEFI Runtime Service GetNextVariableName()
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellEnvVar.c170 Status = gRT->GetNextVariableName(&NameSize, VariableName, &Guid);
H A DShellProtocol.c2913 Status = gRT->GetNextVariableName(&NameSize, VariableName, &Guid);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmpStore.c93 Status = gRT->GetNextVariableName(&Size, FoundVarName, &FoundVarGuid);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DInitVariable.c477 SystemTable->RuntimeServices->GetNextVariableName = RuntimeServiceGetNextVariableName;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h631 by GetNextVariableName(). On output, returns the Nullterminated
634 GetNextVariableName(). On output, returns the
1767 EFI_GET_NEXT_VARIABLE_NAME GetNextVariableName; member in struct:__anon12445
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h631 by GetNextVariableName(). On output, returns the Nullterminated
634 GetNextVariableName(). On output, returns the
1766 EFI_GET_NEXT_VARIABLE_NAME GetNextVariableName; member in struct:__anon15719
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c2188 Status = gRT->GetNextVariableName (
2205 Status = gRT->GetNextVariableName (

Completed in 121 milliseconds