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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolumeInfo/
H A DFirmwareVolumeInfo.h40 EFI_GUID *ParentFileName; member in struct:_EFI_PEI_FIRMWARE_VOLUME_INFO_PPI
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
H A DFirmwareVolumeInfo.h62 EFI_GUID *ParentFileName; member in struct:_EFI_PEI_FIRMWARE_VOLUME_INFO_PPI
H A DFirmwareVolumeInfo2.h62 EFI_GUID *ParentFileName; member in struct:_EFI_PEI_FIRMWARE_VOLUME_INFO2_PPI
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/
H A DPeiServicesLib.c596 @param ParentFileName If the new firmware volume originated from a file
610 IN CONST EFI_GUID *ParentFileName, OPTIONAL
662 if (ParentFileName != NULL) {
663 ParentFileNameValue = AllocateCopyPool (sizeof (EFI_GUID), ParentFileName);
665 FvInfoPpi->ParentFileName = ParentFileNameValue;
704 @param ParentFileName If the new firmware volume originated from a file
716 IN CONST EFI_GUID *ParentFileName OPTIONAL
719 InternalPeiServicesInstallFvInfoPpi (TRUE, FvFormat, FvInfo, FvInfoSize, ParentFvName, ParentFileName, 0);
747 @param ParentFileName If the new firmware volume originated from a file
760 IN CONST EFI_GUID *ParentFileName, OPTIONA
604 InternalPeiServicesInstallFvInfoPpi( IN BOOLEAN InstallFvInfoPpi, IN CONST EFI_GUID *FvFormat, OPTIONAL IN CONST VOID *FvInfo, IN UINT32 FvInfoSize, IN CONST EFI_GUID *ParentFvName, OPTIONAL IN CONST EFI_GUID *ParentFileName, OPTIONAL IN UINT32 AuthenticationStatus ) argument
755 PeiServicesInstallFvInfo2Ppi( IN CONST EFI_GUID *FvFormat, OPTIONAL IN CONST VOID *FvInfo, IN UINT32 FvInfoSize, IN CONST EFI_GUID *ParentFvName, OPTIONAL IN CONST EFI_GUID *ParentFileName, OPTIONAL IN UINT32 AuthenticationStatus ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c906 @param ParentFileName Parent file name.
916 OUT UINT16 **ParentFileName,
929 *ParentFileName = NULL;
956 *ParentFileName = AllocateCopyPool (StrSize (L"\\"), L"\\");
1000 if (*ParentFileName == NULL) {
1001 *ParentFileName = AllocateCopyPool (StrSize (((FILEPATH_DEVICE_PATH *) DevicePathNode)->PathName), ((FILEPATH_DEVICE_PATH *) DevicePathNode)->PathName);
1003 TempPath = LibAppendFileName (*ParentFileName, ((FILEPATH_DEVICE_PATH *) DevicePathNode)->PathName);
1009 FreePool (*ParentFileName);
1010 *ParentFileName = TempPath;
913 LibGetFileHandleFromDevicePath( IN EFI_DEVICE_PATH_PROTOCOL *RootDirectory, OUT EFI_FILE_HANDLE *RetFileHandle, OUT UINT16 **ParentFileName, OUT EFI_HANDLE *DeviceHandle ) argument

Completed in 79 milliseconds