Home
last modified time | relevance | path

Searched refs:ShellCommandIsCommandOnList (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h284 ShellCommandIsCommandOnList (
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c327 ShellCommandIsCommandOnList( in ShellCommandIsCommandOnList() function
520 if (ShellCommandIsCommandOnList(CommandString)) { in ShellCommandRegisterCommandName()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1773 if (!ShellCommandIsCommandOnList(CommandName)) { in ShellSubstituteAliases()
1834 if (ShellCommandIsCommandOnList(CmdName)) { in GetOperationType()