Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DHelp.c206 IN CONST CHAR16 *CommandToGetHelpOn, in PrintDynamicCommandHelp() argument
248 …aiMatch (gUnicodeCollation, (CHAR16 *)DynamicCommand->CommandName, (CHAR16*)CommandToGetHelpOn)) || in PrintDynamicCommandHelp()
249CommandToGetHelpOn, NULL) != NULL && (gUnicodeCollation->MetaiMatch (gUnicodeCollation, (CHAR16 *)… in PrintDynamicCommandHelp()
298 CHAR16 *CommandToGetHelpOn; in ShellCommandRunHelp() local
308 CommandToGetHelpOn = NULL; in ShellCommandRunHelp()
351 ASSERT(CommandToGetHelpOn == NULL); in ShellCommandRunHelp()
352 StrnCatGrow(&CommandToGetHelpOn, NULL, ShellCommandLineGetRawValue(Package, 1), 0); in ShellCommandRunHelp()
353 if (CommandToGetHelpOn == NULL && ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunHelp()
358 StrnCatGrow(&CommandToGetHelpOn, NULL, L"help", 0); in ShellCommandRunHelp()
361 if (CommandToGetHelpOn == NULL) { in ShellCommandRunHelp()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h1403 IN CONST CHAR16 *CommandToGetHelpOn,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c4242 IN CONST CHAR16 *CommandToGetHelpOn, in ShellPrintHelp() argument
4255 Status = gEfiShellProtocol->GetHelpText (CommandToGetHelpOn, SectionToGetHelpOn, &OutText); in ShellPrintHelp()
4278 ShellPrintEx(-1, -1, L"%H%-14s%N- %s\r\n", CommandToGetHelpOn, OutText); in ShellPrintHelp()