Home
last modified time | relevance | path

Searched refs:ShellFileHandleEof (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h668 ShellFileHandleEof(
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellManParser.c392 for (;!ShellFileHandleEof(Handle);Size = 1024) { in ManFileFindSections()
749 for (;!ShellFileHandleEof(Handle);Size = 1024) { in ManFileFindTitleSection()
DShell.c2789 while(!ShellFileHandleEof(Handle)) { in RunScriptFileHandle()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DParse.c283 … for (LoopVariable = 0 ; LoopVariable < ShellCommandInstance && !ShellFileHandleEof(FileHandle);) { in PerformParsing()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1646 ShellFileHandleEof( in ShellFileHandleEof() function