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.c210 IN CONST CHAR16 *CommandToGetHelpOn, in PrintDynamicCommandHelp() argument
252 …aiMatch (gUnicodeCollation, (CHAR16 *)DynamicCommand->CommandName, (CHAR16*)CommandToGetHelpOn)) || in PrintDynamicCommandHelp()
253CommandToGetHelpOn, NULL) != NULL && (gUnicodeCollation->MetaiMatch (gUnicodeCollation, (CHAR16 *)… in PrintDynamicCommandHelp()
302 CHAR16 *CommandToGetHelpOn; in ShellCommandRunHelp() local
312 CommandToGetHelpOn = NULL; in ShellCommandRunHelp()
355 ASSERT(CommandToGetHelpOn == NULL); in ShellCommandRunHelp()
356 StrnCatGrow(&CommandToGetHelpOn, NULL, ShellCommandLineGetRawValue(Package, 1), 0); in ShellCommandRunHelp()
357 if (CommandToGetHelpOn == NULL && ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunHelp()
362 StrnCatGrow(&CommandToGetHelpOn, NULL, L"help", 0); in ShellCommandRunHelp()
365 if (CommandToGetHelpOn == NULL) { in ShellCommandRunHelp()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h1394 IN CONST CHAR16 *CommandToGetHelpOn,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c4203 IN CONST CHAR16 *CommandToGetHelpOn, in ShellPrintHelp() argument
4216 Status = gEfiShellProtocol->GetHelpText (CommandToGetHelpOn, SectionToGetHelpOn, &OutText); in ShellPrintHelp()
4239 ShellPrintEx(-1, -1, L"%H%-14s%N- %s\r\n", CommandToGetHelpOn, OutText); in ShellPrintHelp()