Home
last modified time | relevance | path

Searched refs:ConvertShellHandleToEfiFileProtocol (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h607 ConvertShellHandleToEfiFileProtocol(
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DLs.c66 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle); in PrintSfoVolumeInfoTableEntry()
93 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(Node->Handle); in PrintSfoVolumeInfoTableEntry()
DVol.c86 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle); in HandleVol()
DCp.c197 DestVolumeFP = ConvertShellHandleToEfiFileProtocol(DestHandle); in CopySingleFile()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1685 …ShellInfoObject.NewEfiShellProtocol->SetFilePosition(ConvertShellHandleToEfiFileProtocol(Split->Sp… in RunSplitCommand()
1701 …ShellInfoObject.NewEfiShellProtocol->CloseFile(ConvertShellHandleToEfiFileProtocol(Split->SplitStd… in RunSplitCommand()
1704 …ShellInfoObject.NewEfiShellProtocol->CloseFile(ConvertShellHandleToEfiFileProtocol(Split->SplitStd… in RunSplitCommand()
DShellProtocol.c39 return (FileHandleClose(ConvertShellHandleToEfiFileProtocol(FileHandle))); in EfiShellClose()
980 Handle1 = ConvertShellHandleToEfiFileProtocol(ShellHandle); in InternalOpenFileDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1492 ConvertShellHandleToEfiFileProtocol( in ConvertShellHandleToEfiFileProtocol() function