Searched refs:MenuOption (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c151 UI_MENU_OPTION *MenuOption; local
154 MenuOption = MENU_OPTION_FROM_LINK (gMenuOption.ForwardLink);
155 RemoveEntryList (&MenuOption->Link);
160 if (MenuOption->Skip != 0) {
162 // For date/time, MenuOption->Description is shared by three Menu Options
166 FreePool (MenuOption->Description);
168 FreePool (MenuOption);
330 @param MenuOption Menu option point to date/time.
332 @param AddOptCol Whether need to update MenuOption->OptCol.
337 UI_MENU_OPTION *MenuOption,
336 ProcessStringForDateTime( UI_MENU_OPTION *MenuOption, CHAR16 *OptionString, BOOLEAN AddOptCol ) argument
688 UI_MENU_OPTION *MenuOption; local
1625 UI_MENU_OPTION *MenuOption; local
2109 UI_MENU_OPTION *MenuOption; local
[all...]
H A DInputHandler.c21 @param MenuOption Pointer to the current input menu.
31 IN UI_MENU_OPTION *MenuOption,
66 Question = MenuOption->ThisTag;
346 @param MenuOption Pointer to the current input menu.
355 IN UI_MENU_OPTION *MenuOption
382 Column = MenuOption->OptCol;
383 Row = MenuOption->Row;
391 Question = MenuOption->ThisTag;
418 switch (MenuOption->Sequence) {
464 switch (MenuOption
30 ReadString( IN UI_MENU_OPTION *MenuOption, IN CHAR16 *Prompt, IN OUT CHAR16 *StringPtr ) argument
[all...]
H A DProcessOptions.c281 @param MenuOption The MenuOption for this password Question.
299 IN UI_MENU_OPTION *MenuOption,
328 MenuOption->ThisTag->QuestionId,
329 MenuOption->ThisTag->HiiValue.Type,
369 @param MenuOption The MenuOption for this Question.
380 IN UI_MENU_OPTION *MenuOption,
417 Question = MenuOption->ThisTag;
443 Status = GetSelectionInputPopUp (Selection, MenuOption);
297 PasswordCallback( IN UI_MENU_SELECTION *Selection, IN UI_MENU_OPTION *MenuOption, IN CHAR16 *String ) argument
378 ProcessOptions( IN UI_MENU_SELECTION *Selection, IN UI_MENU_OPTION *MenuOption, IN BOOLEAN Selected, OUT CHAR16 **OptionString ) argument
[all...]
H A DUi.h178 UI_MENU_OPTION *MenuOption; // Describes the entry needing an update member in struct:_MENU_REFRESH_ENTRY
433 @param MenuOption Pointer to the current input menu.
443 IN UI_MENU_OPTION *MenuOption,
452 @param MenuOption Pointer to the current input menu.
461 IN UI_MENU_OPTION *MenuOption
468 @param MenuOption Pointer to the current input menu.
477 IN UI_MENU_OPTION *MenuOption
585 @param MenuOption The MenuOption for this Question.
596 IN UI_MENU_OPTION *MenuOption,
[all...]
H A DPresentation.c479 UI_MENU_OPTION *MenuOption; local
546 MenuOption = UiAddMenuOption (StringPtr, Selection->Handle, Selection->Form, Statement, NumberOfLines, MenuItemCount);
549 if (MenuOption->IsQuestion && !MenuOption->ReadOnly) {
709 @param MenuOption The Menu option
716 IN UI_MENU_OPTION *MenuOption,
747 Statement = MenuOption->ThisTag;
714 UpdateKeyHelp( IN UI_MENU_SELECTION *Selection, IN UI_MENU_OPTION *MenuOption, IN BOOLEAN Selected ) argument
H A DSetup.h557 LIST_ENTRY MenuOption; member in struct:__anon11286
H A DSetup.c3834 CopyMem (&Context->MenuOption, &gMenuOption, sizeof (gMenuOption));
3911 CopyMem (&gMenuOption, &Context->MenuOption, sizeof (gMenuOption));
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c243 @param[in] MenuOption The Menu Entry List to read the menu entry.
251 IN SECUREBOOT_MENU_OPTION *MenuOption,
259 ASSERT (MenuNumber < MenuOption->MenuNumber);
261 List = MenuOption->Head.ForwardLink;
275 @param[in] MenuOption The Menu whose string tokens need to be created.
281 IN SECUREBOOT_MENU_OPTION *MenuOption
287 for (Index = 0; Index < MenuOption->MenuNumber; Index++) {
288 NewMenuEntry = GetMenuEntry (MenuOption, Index);
354 @param[in, out] MenuOption Menu to be freed
359 IN OUT SECUREBOOT_MENU_OPTION *MenuOption
250 GetMenuEntry( IN SECUREBOOT_MENU_OPTION *MenuOption, IN UINTN MenuNumber ) argument
1009 UpdateFileExplorePage( IN EFI_HII_HANDLE HiiHandle, IN SECUREBOOT_MENU_OPTION *MenuOption, IN FILE_EXPLORER_STATE FeCurrentState ) argument
[all...]
H A DSecureBootConfigImpl.h508 @param[in, out] MenuOption Menu to be freed
513 IN OUT SECUREBOOT_MENU_OPTION *MenuOption
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DFileExplorer.c21 @param MenuOption Pointer to menu options to display.
27 BM_MENU_OPTION *MenuOption
42 for (Index = 0; Index < MenuOption->MenuNumber; Index++) {
43 NewMenuEntry = BOpt_GetMenuEntry (MenuOption, Index);
H A DBootMaint.h646 @param MenuOption The Menu Entry List to read the menu entry.
654 BM_MENU_OPTION *MenuOption,
1254 @param MenuOption The Menu whose string tokens need to be created
1264 IN BM_MENU_OPTION *MenuOption
H A DBootMaint.c103 @param MenuOption The Menu whose string tokens need to be created
112 IN BM_MENU_OPTION *MenuOption
118 for (Index = 0; Index < MenuOption->MenuNumber; Index++) {
119 NewMenuEntry = BOpt_GetMenuEntry (MenuOption, Index);
H A DBootOption.c186 @param MenuOption The Menu Entry List to read the menu entry.
194 BM_MENU_OPTION *MenuOption,
202 ASSERT (MenuNumber < MenuOption->MenuNumber);
204 List = MenuOption->Head.ForwardLink;
193 BOpt_GetMenuEntry( BM_MENU_OPTION *MenuOption, UINTN MenuNumber ) argument

Completed in 625 milliseconds