Searched defs:HelpString (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/ |
H A D | BootManager.c | 207 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 D | BBSsupport.c | 205 CHAR8 HelpString[100]; local 252 UnicodeStrToAsciiStr (BootDesc, HelpString); 254 StringLen = AsciiStrLen (HelpString); 260 CopyMem (NewBbsDevPathNode->String, HelpString, StringLen + 1);
|
H A D | BootMaint.h | 347 UINT16 *HelpString; member in struct:__anon10497
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
H A D | SecureBootConfigImpl.h | 160 UINT16 *HelpString; member in struct:__anon12733
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/ |
H A D | Setup.c | 639 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 D | Ui.c | 2094 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 D | Setup.h | 572 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 505 milliseconds