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.c344 ShellCommandIsCommandOnList( in ShellCommandIsCommandOnList() function
535 if (ShellCommandIsCommandOnList(CommandString)) { in ShellCommandRegisterCommandName()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1823 if (!ShellCommandIsCommandOnList(CommandName)) { in ShellSubstituteAliases()
1883 if (ShellCommandIsCommandOnList(CmdName)) { in GetOperationType()