Searched defs:HelpText (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
H A DRunAxf.c330 CHAR16 *HelpText; local
335 HelpText = HiiGetString (gRunAxfHiiHandle, STRING_TOKEN (STR_GET_HELP_RUNAXF),
338 return HelpText;
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellManParser.c134 Upon a sucessful return the caller is responsible to free the memory in *HelpText
138 @param[in] HelpText pointer to pointer to string where text goes.
139 @param[in] HelpSize pointer to size of allocated HelpText (may be updated)
150 IN CHAR16 **HelpText,
164 || HelpText == NULL
239 ASSERT((*HelpText == NULL && *HelpSize == 0) || (*HelpText != NULL));
240 StrnCatGrow (HelpText, HelpSize, TempString, 0);
241 if (HelpText == NULL) {
245 StrnCatGrow (HelpText, HelpSiz
147 ManBufferFindSections( IN CONST CHAR16 *Buffer, IN CONST CHAR16 *Sections, IN CHAR16 **HelpText, IN UINTN *HelpSize ) argument
281 ManFileFindSections( IN SHELL_FILE_HANDLE Handle, IN CONST CHAR16 *Sections, OUT CHAR16 **HelpText, OUT UINTN *HelpSize, IN BOOLEAN Ascii ) argument
[all...]

Completed in 308 milliseconds