Searched refs:VarGuid (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBmLib.c175 Function deletes the variable specified by VarName and VarGuid.
180 @param VarGuid A unique identifier for the vendor.
191 IN EFI_GUID *VarGuid
197 VarBuf = EfiLibGetVariable (VarName, VarGuid);
204 Status = gRT->SetVariable (VarName, VarGuid, VAR_FLAG, 0, NULL);
H A DBootMaint.h1198 Function deletes the variable specified by VarName and VarGuid.
1204 @param VarGuid A unique identifier for the vendor.
1215 IN EFI_GUID *VarGuid
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c923 @param VarGuid Guid of the buffer storage.
936 IN EFI_GUID *VarGuid,
1211 // Find the matched VarStoreId to the input VarGuid and VarName
1214 if (CompareGuid ((EFI_GUID *) (VOID *) &IfrVarStore->Guid, VarGuid)) {
1630 EFI_GUID *VarGuid; local
1640 VarGuid = NULL;
1694 Status = InternalHiiGetBufferFromString (StringPtr, GUID_CONFIG_STRING_TYPE, (UINT8 **) &VarGuid);
1805 VarGuid,
1839 Status = InternalHiiValidateCurrentSetting (ConfigResp, HiiPackageList, PackageListLength, VarGuid, VarName);
1863 FreePool (VarGuid);
932 InternalHiiValidateCurrentSetting( IN EFI_STRING ConfigResp, IN EFI_HII_PACKAGE_LIST_HEADER *HiiPackageList, IN UINTN PackageListLength, IN EFI_GUID *VarGuid, IN CHAR16 *VarName ) argument
[all...]

Completed in 1682 milliseconds