/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/ |
D | UefiDevicePathLib.c | 509 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; in GlueFileDevicePath() local 514 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + EFI_END_DEVICE_PATH_LENGTH); in GlueFileDevicePath() 515 if (FileDevicePath != NULL) { in GlueFileDevicePath() 516 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath; in GlueFileDevicePath() 527 DevicePath = AppendDevicePath (DevicePath, FileDevicePath); in GlueFileDevicePath() 528 FreePool (FileDevicePath); in GlueFileDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/ |
D | LoadFileOnFv2.c | 209 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; in CreateFileDevicePath() local 219 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH); in CreateFileDevicePath() 220 if (FileDevicePath != NULL) { in CreateFileDevicePath() 221 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath; in CreateFileDevicePath() 228 DevicePath = AppendDevicePath (DevicePath, FileDevicePath); in CreateFileDevicePath() 229 FreePool (FileDevicePath); in CreateFileDevicePath()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/ |
D | UefiDevicePathLib.c | 683 FileDevicePath ( in FileDevicePath() function 691 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; in FileDevicePath() local 696 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH); in FileDevicePath() 697 if (FileDevicePath != NULL) { in FileDevicePath() 698 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath; in FileDevicePath() 709 DevicePath = AppendDevicePath (DevicePath, FileDevicePath); in FileDevicePath() 710 FreePool (FileDevicePath); in FileDevicePath()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsAppLoader.c | 44 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileDevicePath; in LocateEfiApplicationInFvByName() local 113 EfiInitializeFwVolDevicepathNode (&FileDevicePath, &NameGuid); in LocateEfiApplicationInFvByName() 114 … *DevicePath = AppendDevicePathNode (FvDevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&FileDevicePath); in LocateEfiApplicationInFvByName() 225 *DevicePath = FileDevicePath (HandleBuffer[Index], UiSection); in LocateEfiApplicationInFvByGuid()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | DevicePathUtilities.c | 863 FileDevicePath ( in FileDevicePath() function 871 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; in FileDevicePath() local 876 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH); in FileDevicePath() 877 if (FileDevicePath != NULL) { in FileDevicePath() 878 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath; in FileDevicePath() 889 DevicePath = AppendDevicePath (DevicePath, FileDevicePath); in FileDevicePath() 890 FreePool (FileDevicePath); in FileDevicePath()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/ |
D | PlatformBm.c | 399 EFI_DEVICE_PATH *FileDevicePath; in PlatformRegisterBootGrub() local 418 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH); in PlatformRegisterBootGrub() 419 if (FileDevicePath != NULL) { in PlatformRegisterBootGrub() 420 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath; in PlatformRegisterBootGrub() 427 DevicePath = AppendDevicePath (DevicePath, FileDevicePath); in PlatformRegisterBootGrub() 428 FreePool (FileDevicePath); in PlatformRegisterBootGrub()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ |
D | ArmFvpDxe.c | 65 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileDevicePath; in InternalFindFdtByGuid() local 82 EfiInitializeFwVolDevicepathNode (&FileDevicePath, FdtGuid); in InternalFindFdtByGuid() 129 (EFI_DEVICE_PATH_PROTOCOL *)&FileDevicePath); in InternalFindFdtByGuid()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueDevicePathLib.h | 35 #define FileDevicePath(_DEVICE, _FILENAME) GlueFileDevicePath(_DEVICE, _FILENAME) macro
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | DevicePathLib.h | 481 FileDevicePath (
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/ |
D | EfiFileLib.c | 379 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; in EblFileDevicePath() local 394 …FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + sizeof (EFI_DEVICE_PATH_PROTO… in EblFileDevicePath() 395 if (FileDevicePath != NULL) { in EblFileDevicePath() 396 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath; in EblFileDevicePath() 407 File->DevicePath = AppendDevicePath (File->DevicePath, FileDevicePath); in EblFileDevicePath() 408 FreePool (FileDevicePath); in EblFileDevicePath()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | LoadPciRom.c | 332 FilePath = FileDevicePath (NULL, RomFileName); in LoadEfiDriversFromRomImage()
|
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
D | PciRomTable.c | 251 FilePath = FileDevicePath (NULL, FileName); in PciRomLoadEfiDriversFromRomImage()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
D | BootOption.c | 358 FileContext->DevicePath = FileDevicePath ( in BOpt_FindFileSystem() 591 FileContext->DevicePath = FileDevicePath ( in BOpt_FindFiles() 644 NewFileContext->DevicePath = FileDevicePath ( in BOpt_FindFiles()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/ |
D | FileExplorer.c | 751 FileContext->DevicePath = FileDevicePath (FileContext->DeviceHandle, FileContext->FileName); in LibFindFileSystem() 1127 …NewFileContext->DevicePath = FileDevicePath (NewFileContext->DeviceHandle, NewFileContext->FileNam… in LibFindFiles()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/ |
D | QemuKernel.c | 978 KernelDevicePath = FileDevicePath (FileSystemHandle, KernelBlob->Name); in TryRunningQemuKernel()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/ |
D | BdsEntry.c | 837 FilePath = FileDevicePath (NULL, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsEntry()
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellManParser.c | 866 FileDevPath = FileDevicePath(NULL, TempString); in ProcessManFile()
|
D | ShellProtocol.c | 602 DevicePathForReturn = FileDevicePath(Handle, L"\\"); in EfiShellGetDevicePathFromFilePath() 604 DevicePathForReturn = FileDevicePath(Handle, Path+StrLen(MapName)); in EfiShellGetDevicePathFromFilePath()
|
D | Shell.c | 1201 NamePath = FileDevicePath (NULL, mStartupScript); in DoStartupScript()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmBoot.c | 984 TempDevicePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME); in BmExpandMediaDevicePath() 1046 … TempDevicePath = FileDevicePath (SimpleFileSystemHandles[Index], EFI_REMOVABLE_MEDIA_FILE_NAME); in BmExpandMediaDevicePath()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 2081 FullDevicePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsFindUsbDevice() 2376 FilePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsLibBootViaBootOption()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 2083 FullDevicePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsFindUsbDevice() 2387 FilePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsLibBootViaBootOption()
|