Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DHelp.c207 IN CONST CHAR16 *SectionToGetHelpOn, in PrintDynamicCommandHelp() argument
251 Status = ShellPrintHelp (DynamicCommand->CommandName, SectionToGetHelpOn, in PrintDynamicCommandHelp()
299 CHAR16 *SectionToGetHelpOn; in ShellCommandRunHelp() local
309 SectionToGetHelpOn = NULL; in ShellCommandRunHelp()
363 ASSERT(SectionToGetHelpOn == NULL); in ShellCommandRunHelp()
364 StrnCatGrow(&SectionToGetHelpOn, NULL, L"NAME", 0); in ShellCommandRunHelp()
367 ASSERT(SectionToGetHelpOn == NULL); in ShellCommandRunHelp()
372 StrnCatGrow(&SectionToGetHelpOn, NULL, ShellCommandLineGetValue(Package, L"-section"), 0); in ShellCommandRunHelp()
374 StrnCatGrow(&SectionToGetHelpOn, NULL, L"NAME,SYNOPSIS", 0); in ShellCommandRunHelp()
380 StrnCatGrow (&SectionToGetHelpOn, NULL, L"NAME,SYNOPSIS,OPTIONS,DESCRIPTION,EXAMPLES", 0); in ShellCommandRunHelp()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h1404 IN CONST CHAR16 *SectionToGetHelpOn,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c4243 IN CONST CHAR16 *SectionToGetHelpOn, in ShellPrintHelp() argument
4255 Status = gEfiShellProtocol->GetHelpText (CommandToGetHelpOn, SectionToGetHelpOn, &OutText); in ShellPrintHelp()