Home
last modified time | relevance | path

Searched refs:FileDevicePath (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
DUefiDevicePathLib.c509 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/
DLoadFileOnFv2.c209 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/
DUefiDevicePathLib.c683 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/
DBdsAppLoader.c44 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/
DDevicePathUtilities.c863 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/
DPlatformBm.c399 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/
DArmFvpDxe.c65 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/
DEdkIIGlueDevicePathLib.h35 #define FileDevicePath(_DEVICE, _FILENAME) GlueFileDevicePath(_DEVICE, _FILENAME) macro
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDevicePathLib.h481 FileDevicePath (
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
DEfiFileLib.c379 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; in EblFileDevicePath() local
394FileDevicePath = 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/
DLoadPciRom.c332 FilePath = FileDevicePath (NULL, RomFileName); in LoadEfiDriversFromRomImage()
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciRomTable.c251 FilePath = FileDevicePath (NULL, FileName); in PciRomLoadEfiDriversFromRomImage()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBootOption.c358 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/
DFileExplorer.c751 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/
DQemuKernel.c978 KernelDevicePath = FileDevicePath (FileSystemHandle, KernelBlob->Name); in TryRunningQemuKernel()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c837 FilePath = FileDevicePath (NULL, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsEntry()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellManParser.c866 FileDevPath = FileDevicePath(NULL, TempString); in ProcessManFile()
DShellProtocol.c602 DevicePathForReturn = FileDevicePath(Handle, L"\\"); in EfiShellGetDevicePathFromFilePath()
604 DevicePathForReturn = FileDevicePath(Handle, Path+StrLen(MapName)); in EfiShellGetDevicePathFromFilePath()
DShell.c1201 NamePath = FileDevicePath (NULL, mStartupScript); in DoStartupScript()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c984 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/
DBdsBoot.c2081 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/
DBdsBoot.c2083 FullDevicePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsFindUsbDevice()
2387 FilePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsLibBootViaBootOption()