Lines Matching refs:Selection
482 UI_MENU_SELECTION *Selection; in SendForm() local
510 Selection = AllocateZeroPool (sizeof (UI_MENU_SELECTION)); in SendForm()
511 ASSERT (Selection != NULL); in SendForm()
513 Selection->Handle = Handles[Index]; in SendForm()
515 CopyMem (&Selection->FormSetGuid, FormSetGuid, sizeof (EFI_GUID)); in SendForm()
516 Selection->FormId = FormId; in SendForm()
518 CopyMem (&Selection->FormSetGuid, &gEfiHiiPlatformSetupFormsetGuid, sizeof (EFI_GUID)); in SendForm()
529 if (!ValidateHiiHandle(Selection->Handle)) { in SendForm()
530 FindNextMenu (Selection, FormSetLevel); in SendForm()
536 Status = InitializeFormSet (Selection->Handle, &Selection->FormSetGuid, FormSet); in SendForm()
541 Selection->FormSet = FormSet; in SendForm()
547 gCurrentSelection = Selection; in SendForm()
549 Status = SetupBrowser (Selection); in SendForm()
575 } while (Selection->Action == UI_ACTION_REFRESH_FORMSET); in SendForm()
577 FreePool (Selection); in SendForm()
4951 IN OUT UI_MENU_SELECTION *Selection, in LoadFormConfig() argument
5000 IN OUT UI_MENU_SELECTION *Selection, in LoadFormSetConfig() argument
5015 Status = LoadFormConfig (Selection, FormSet, Form); in LoadFormSetConfig()
5891 Context->Selection = gCurrentSelection; in SaveBrowserContext()
5964 gCurrentSelection = Context->Selection; in RestoreBrowserContext()