Searched refs:SectionToGetHelpOn (Results 1 – 3 of 3) sorted by relevance
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
| D | Help.c | 211 IN CONST CHAR16 *SectionToGetHelpOn, in PrintDynamicCommandHelp() argument 255 Status = ShellPrintHelp (DynamicCommand->CommandName, SectionToGetHelpOn, in PrintDynamicCommandHelp() 303 CHAR16 *SectionToGetHelpOn; in ShellCommandRunHelp() local 313 SectionToGetHelpOn = NULL; in ShellCommandRunHelp() 367 ASSERT(SectionToGetHelpOn == NULL); in ShellCommandRunHelp() 368 StrnCatGrow(&SectionToGetHelpOn, NULL, L"NAME", 0); in ShellCommandRunHelp() 371 ASSERT(SectionToGetHelpOn == NULL); in ShellCommandRunHelp() 376 StrnCatGrow(&SectionToGetHelpOn, NULL, ShellCommandLineGetValue(Package, L"-section"), 0); in ShellCommandRunHelp() 378 StrnCatGrow(&SectionToGetHelpOn, NULL, L"NAME,SYNOPSIS", 0); in ShellCommandRunHelp() 384 StrnCatGrow (&SectionToGetHelpOn, NULL, L"NAME,SYNOPSIS,OPTIONS,DESCRIPTION,EXAMPLES", 0); in ShellCommandRunHelp() [all …]
|
| /device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
| D | ShellLib.h | 1395 IN CONST CHAR16 *SectionToGetHelpOn,
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/ |
| D | UefiShellLib.c | 4204 IN CONST CHAR16 *SectionToGetHelpOn, in ShellPrintHelp() argument 4216 Status = gEfiShellProtocol->GetHelpText (CommandToGetHelpOn, SectionToGetHelpOn, &OutText); in ShellPrintHelp()
|