Searched defs:ParentFvPpi (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c1035 EFI_PEI_FIRMWARE_VOLUME_PPI *ParentFvPpi; local
1058 ParentFvPpi = ParentFvCoreHandle->FvPpi;
1063 Status = ParentFvPpi->FindSectionByType (
1064 ParentFvPpi,
1095 Status = ParentFvPpi->GetVolumeInfo (ParentFvPpi, ParentFvHandle, &ParentFvImageInfo);
1098 Status = ParentFvPpi->GetFileInfo (ParentFvPpi, ParentFvFileHandle, &FileInfo);

Completed in 36 milliseconds