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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c353 Upon a sucessful return the caller is responsible to free the memory in *BriefDesc
357 @param[in] BriefDesc pointer to pointer to string where description goes.
358 @param[in] BriefSize pointer to size of allocated BriefDesc
369 IN CHAR16 **BriefDesc,
380 || (BriefDesc != NULL && BriefSize == NULL)
400 // we found it so copy out the rest of the line into BriefDesc
411 if (BriefDesc != NULL) {
413 *BriefDesc = AllocateZeroPool(*BriefSize);
414 if (*BriefDesc == NULL) {
417 StrnCpy(*BriefDesc, CurrentLocatio
366 ManBufferFindTitleSection( IN CHAR16 **Buffer, IN CONST CHAR16 *Command, IN CHAR16 **BriefDesc, IN UINTN *BriefSize ) argument
[all...]

Completed in 42 milliseconds