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.c65 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle); in PrintSfoVolumeInfoTableEntry()
92 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(Node->Handle); in PrintSfoVolumeInfoTableEntry()
DVol.c85 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle); in HandleVol()
DCp.c195 DestVolumeFP = ConvertShellHandleToEfiFileProtocol(DestHandle); in CopySingleFile()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1736 …ShellInfoObject.NewEfiShellProtocol->SetFilePosition(ConvertShellHandleToEfiFileProtocol(Split->Sp… in RunSplitCommand()
1752 …ShellInfoObject.NewEfiShellProtocol->CloseFile(ConvertShellHandleToEfiFileProtocol(Split->SplitStd… in RunSplitCommand()
1755 …ShellInfoObject.NewEfiShellProtocol->CloseFile(ConvertShellHandleToEfiFileProtocol(Split->SplitStd… in RunSplitCommand()
DShellProtocol.c40 return (FileHandleClose(ConvertShellHandleToEfiFileProtocol(FileHandle))); in EfiShellClose()
980 Handle1 = ConvertShellHandleToEfiFileProtocol(ShellHandle); in InternalOpenFileDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1525 ConvertShellHandleToEfiFileProtocol( in ConvertShellHandleToEfiFileProtocol() function