Searched refs:ParentFileName (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DFirmwareVolumeInfo.h62 EFI_GUID *ParentFileName; member in struct:_EFI_PEI_FIRMWARE_VOLUME_INFO_PPI
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiServicesLib/
H A DPeiServicesLib.c549 @param ParentFileName If the new firmware volume originated from a file
561 IN CONST EFI_GUID *ParentFileName OPTIONAL
587 if (ParentFileName != NULL) {
588 ParentFileNameValue = AllocateCopyPool (sizeof (EFI_GUID), ParentFileName);
590 FvInfoPpi->ParentFileName = ParentFileNameValue;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPeiServicesLib.h420 @param ParentFileName If the new firmware volume originated from a file in a different firmware volume,
431 IN CONST EFI_GUID *ParentFileName OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/
H A DTcgPei.c374 if (Fv->ParentFvName != NULL || Fv->ParentFileName != NULL ) {

Completed in 63 milliseconds