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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c207 CHAR16 *HelpString; local
314 HelpString = AllocateZeroPool (TempSize + StrSize (L"Device Path : "));
315 ASSERT (HelpString != NULL);
316 StrCat (HelpString, L"Device Path : ");
317 StrCat (HelpString, TempStr);
319 HelpToken = HiiSetString (HiiHandle, 0, HelpString, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c205 CHAR8 HelpString[100]; local
252 UnicodeStrToAsciiStr (BootDesc, HelpString);
254 StringLen = AsciiStrLen (HelpString);
260 CopyMem (NewBbsDevPathNode->String, HelpString, StringLen + 1);
H A DBootMaint.h347 UINT16 *HelpString; member in struct:__anon10497
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h160 UINT16 *HelpString; member in struct:__anon12733
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c639 EFI_STRING HelpString; local
705 HelpString = GetToken (STRING_TOKEN (FUNCTION_TEN_STRING), gHiiHandle);
707 RegisterHotKey (&DefaultHotKey, BROWSER_ACTION_SUBMIT, 0, HelpString);
708 FreePool (HelpString);
713 HelpString = GetToken (STRING_TOKEN (FUNCTION_NINE_STRING), gHiiHandle);
714 RegisterHotKey (&DefaultHotKey, BROWSER_ACTION_DEFAULT, EFI_HII_DEFAULT_CLASS_STANDARD, HelpString);
715 FreePool (HelpString);
4066 @param[in] HelpString Help string that describes the hot key information.
4070 @retval EFI_INVALID_PARAMETER KeyData is NULL or HelpString is NULL on register.
4080 IN EFI_STRING HelpString OPTIONA
[all...]
H A DUi.c2094 CHAR16 *HelpString; local
2135 HelpString = NULL;
2869 HelpLine = ProcessHelpString (StringPtr, &HelpString, RowCount);
2931 &HelpString[Index * gHelpBlockWidth * 2]
2940 &HelpString[Index * gHelpBlockWidth * 2]
2949 &HelpString[(Index + HelpPageIndex * (RowCount - 2) + 1)* gHelpBlockWidth * 2]
3674 CreateDialog (4, TRUE, 0, NULL, &Key, HotKey->HelpString, gDiscardFailed, gPressEnter, gEmptyString);
3697 CreateDialog (4, TRUE, 0, NULL, &Key, HotKey->HelpString, gDefaultFailed, gPressEnter, gEmptyString);
3720 CreateDialog (4, TRUE, 0, NULL, &Key, HotKey->HelpString, gSaveFailed, gPressEnter, gEmptyString);
H A DSetup.h572 IN EFI_STRING HelpString; member in struct:__anon11287
1418 @param[in] HelpString Help string that describes the hot key information.
1432 IN EFI_STRING HelpString OPTIONAL

Completed in 1982 milliseconds