Home
last modified time | relevance | path

Searched refs:GetDevicePathFromFilePath (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoader.c123 KernelDevicePath = gEfiShellProtocol->GetDevicePathFromFilePath (KernelPath); in LinuxLoaderEntryPoint()
131 FdtDevicePath = gEfiShellProtocol->GetDevicePathFromFilePath (FdtPath); in LinuxLoaderEntryPoint()
140 InitrdDevicePath = gEfiShellProtocol->GetDevicePathFromFilePath (InitrdPath); in LinuxLoaderEntryPoint()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DLoad.c104 FilePath = gEfiShellProtocol->GetDevicePathFromFilePath(FileName); in LoadDriver()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DShellSetFdt.c167 DevicePath = Shell->GetDevicePathFromFilePath (FilePath); in UpdateFdtTextDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
DEfiShell.h1090 EFI_SHELL_GET_DEVICE_PATH_FROM_FILE_PATH GetDevicePathFromFilePath; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c460 DevicePath = gEfiShellProtocol->GetDevicePathFromFilePath(Arg->FullName); in BcfgAdd()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c2382 DevPath = ShellInfoObject.NewEfiShellProtocol->GetDevicePathFromFilePath(CommandWithPath); in RunCommandOrFile()