Searched refs:FormSet (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c25 @param FormSet Pointer of the current FormSe.
34 IN OUT FORM_BROWSER_FORMSET *FormSet,
49 Statement = &FormSet->StatementBuffer[mStatementIndex];
94 @param FormSet The FormSet.
106 IN CONST FORM_BROWSER_FORMSET *FormSet,
118 Id = HiiSetString (FormSet->HiiHandle, 0, Str, NULL);
163 @param FormSet Pointer of the current FormSet.
172 IN OUT FORM_BROWSER_FORMSET *FormSet,
32 CreateStatement( IN UINT8 *OpCodeData, IN OUT FORM_BROWSER_FORMSET *FormSet, IN OUT FORM_BROWSER_FORM *Form ) argument
105 UpdateCheckBoxStringToken( IN CONST FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_STATEMENT *Statement ) argument
170 CreateQuestion( IN UINT8 *OpCodeData, IN OUT FORM_BROWSER_FORMSET *FormSet, IN OUT FORM_BROWSER_FORM *Form ) argument
320 InitializeConfigHdr( IN FORM_BROWSER_FORMSET *FormSet, IN OUT FORMSET_STORAGE *Storage ) argument
363 InitializeRequestElement( IN OUT FORM_BROWSER_FORMSET *FormSet, IN OUT FORM_BROWSER_STATEMENT *Question, IN OUT FORM_BROWSER_FORM *Form ) argument
600 DestroyStatement( IN FORM_BROWSER_FORMSET *FormSet, IN OUT FORM_BROWSER_STATEMENT *Statement ) argument
684 DestroyForm( IN FORM_BROWSER_FORMSET *FormSet, IN OUT FORM_BROWSER_FORM *Form ) argument
869 CountOpCodes( IN FORM_BROWSER_FORMSET *FormSet, IN OUT UINT16 *NumberOfStatement, IN OUT UINT16 *NumberOfExpression ) argument
[all...]
H A DSetup.c145 // BMM FormSet.
166 // BMM File Explorer FormSet.
228 FORM_BROWSER_FORMSET *FormSet; local
326 FormSet = AllocateZeroPool (sizeof (FORM_BROWSER_FORMSET));
327 ASSERT (FormSet != NULL);
330 // Initialize internal data structures of FormSet
332 Status = InitializeFormSet (Selection->Handle, &Selection->FormSetGuid, FormSet, TRUE);
333 if (EFI_ERROR (Status) || IsListEmpty (&FormSet->FormListHead)) {
334 DestroyFormSet (FormSet);
337 Selection->FormSet
436 FORM_BROWSER_FORMSET *FormSet; local
598 FORM_BROWSER_FORMSET *FormSet; local
1192 GetQuestionValue( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN OUT FORM_BROWSER_STATEMENT *Question, IN BOOLEAN Cached ) argument
1606 SetQuestionValue( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN OUT FORM_BROWSER_STATEMENT *Question, IN BOOLEAN Cached ) argument
1919 ValidateQuestion( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN FORM_BROWSER_STATEMENT *Question, IN UINTN Type ) argument
1986 NoSubmitCheck( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *CurrentForm ) argument
2036 SynchronizeStorageForForm( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_CONFIG_REQUEST *ConfigInfo, IN BOOLEAN SyncOrRestore ) argument
2131 DiscardForm( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN BROWSER_SETTING_SCOPE SettingScope ) argument
2236 SubmitForm( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN BROWSER_SETTING_SCOPE SettingScope ) argument
2516 GetDefaultValueFromAltCfg( IN FORM_BROWSER_FORMSET *FormSet, IN OUT FORM_BROWSER_STATEMENT *Question, IN UINT16 DefaultId ) argument
2742 GetQuestionDefault( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN FORM_BROWSER_STATEMENT *Question, IN UINT16 DefaultId ) argument
2983 ExtractDefault( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN UINT16 DefaultId, IN BROWSER_SETTING_SCOPE SettingScope ) argument
3142 LoadFormConfig( IN OUT UI_MENU_SELECTION *Selection, IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form ) argument
3269 LoadStorage( IN FORM_BROWSER_FORMSET *FormSet, IN FORMSET_STORAGE *Storage ) argument
3671 InitializeFormSet( IN EFI_HII_HANDLE Handle, IN OUT EFI_GUID *FormSetGuid, OUT FORM_BROWSER_FORMSET *FormSet, IN BOOLEAN UpdateGlobalVar ) argument
3934 FORM_BROWSER_FORMSET *FormSet; local
4180 FORM_BROWSER_FORMSET *FormSet; local
[all...]
H A DPresentation.c384 @param FormSet FormSet this Form belongs to.
392 IN FORM_BROWSER_FORMSET *FormSet,
415 Status = EvaluateExpression (FormSet, Form, Expression);
513 Status = EvaluateFormExpressions (Selection->FormSet, Selection->Form);
921 @param FormSet FormSet data structure.
928 IN FORM_BROWSER_FORMSET *FormSet
934 Link = GetFirstNode (&FormSet->FormListHead);
935 while (!IsNull (&FormSet
391 EvaluateFormExpressions( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form ) argument
956 UpdateNvInfoInForm( IN FORM_BROWSER_FORMSET *FormSet, IN BOOLEAN SetValue ) argument
[all...]
H A DExpression.c779 @param FormSet The formset which contains this form.
788 IN FORM_BROWSER_FORMSET *FormSet,
795 Link = GetFirstNode (&FormSet->FormListHead);
796 while (!IsNull (&FormSet->FormListHead, Link)) {
803 Link = GetNextNode (&FormSet->FormListHead, Link);
854 @param FormSet The formset which contains this form.
864 IN FORM_BROWSER_FORMSET *FormSet,
883 Link = GetFirstNode (&FormSet->FormListHead);
884 while (!IsNull (&FormSet->FormListHead, Link)) {
894 GetQuestionValue (FormSet, For
787 IdToForm( IN FORM_BROWSER_FORMSET *FormSet, IN UINT16 FormId ) argument
863 IdToQuestion( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN UINT16 QuestionId ) argument
1004 IfrToString( IN FORM_BROWSER_FORMSET *FormSet, IN UINT8 Format, OUT EFI_HII_VALUE *Result ) argument
1102 IfrToUint( IN FORM_BROWSER_FORMSET *FormSet, OUT EFI_HII_VALUE *Result ) argument
1171 IfrCatenate( IN FORM_BROWSER_FORMSET *FormSet, OUT EFI_HII_VALUE *Result ) argument
1270 IfrMatch( IN FORM_BROWSER_FORMSET *FormSet, OUT EFI_HII_VALUE *Result ) argument
1340 IfrFind( IN FORM_BROWSER_FORMSET *FormSet, IN UINT8 Format, OUT EFI_HII_VALUE *Result ) argument
1438 IfrMid( IN FORM_BROWSER_FORMSET *FormSet, OUT EFI_HII_VALUE *Result ) argument
1537 IfrToken( IN FORM_BROWSER_FORMSET *FormSet, OUT EFI_HII_VALUE *Result ) argument
1651 IfrSpan( IN FORM_BROWSER_FORMSET *FormSet, IN UINT8 Flags, OUT EFI_HII_VALUE *Result ) argument
2047 FORM_BROWSER_FORMSET *FormSet; local
2183 EvaluateExpression( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN OUT FORM_EXPRESSION *Expression ) argument
3278 EvaluateExpressionList( IN FORM_EXPRESSION_LIST *ExpList, IN BOOLEAN Evaluate, IN FORM_BROWSER_FORMSET *FormSet, OPTIONAL IN FORM_BROWSER_FORM *Form OPTIONAL ) argument
[all...]
H A DSetup.h740 @param FormSet Pointer of the FormSet data structure.
748 IN FORM_BROWSER_FORMSET *FormSet
752 Free resources allocated for a FormSet.
754 @param FormSet Pointer of the FormSet
759 IN OUT FORM_BROWSER_FORMSET *FormSet
915 @param FormSet FormSet data structure.
926 IN FORM_BROWSER_FORMSET *FormSet,
[all...]
H A DProcessOptions.c47 ConfigResp = GetToken (Question->QuestionConfig, Selection->FormSet->HiiHandle);
55 ConfigAccess = Selection->FormSet->ConfigAccess;
308 ConfigAccess = Selection->FormSet->ConfigAccess;
317 IfrTypeValue.string = NewString (String, Selection->FormSet->HiiHandle);
338 DeleteString (IfrTypeValue.string, Selection->FormSet->HiiHandle);
436 GetQuestionDefault (Selection->FormSet, Selection->Form, Question, 0);
485 Status = SetQuestionValue (Selection->FormSet, Selection->Form, Question, TRUE);
554 SetQuestionValue (Selection->FormSet, Selection->Form, Question, TRUE);
590 SetQuestionValue (Selection->FormSet, Selection->Form, Question, TRUE);
629 Status = ValidateQuestion (Selection->FormSet, Selectio
[all...]
H A DUi.h108 FORM_BROWSER_FORMSET *FormSet; member in struct:__anon11290
912 @param FormSet The formset which contains this form.
921 IN FORM_BROWSER_FORMSET *FormSet,
928 @param FormSet The formset which contains this form.
938 IN FORM_BROWSER_FORMSET *FormSet,
982 @param FormSet FormSet associated with this expression.
997 IN FORM_BROWSER_FORMSET *FormSet,
1009 @param FormSet FormSet associate
[all...]
H A DInputHandler.c379 FORM_BROWSER_FORMSET *FormSet; local
389 FormSet = Selection->FormSet;
797 Status = ValidateQuestion (FormSet, Form, Question, EFI_HII_EXPRESSION_INCONSISTENT_IF);
802 GetQuestionValue (FormSet, Form, Question, TRUE);
804 SetQuestionValue (FormSet, Form, Question, TRUE);
1349 Status = ValidateQuestion (Selection->FormSet, Selection->Form, Question, EFI_HII_EXPRESSION_INCONSISTENT_IF);
1354 GetQuestionValue (Selection->FormSet, Selection->Form, Question, TRUE);
1356 SetQuestionValue (Selection->FormSet, Selection->Form, Question, TRUE);
H A DUi.c442 Status = GetQuestionValue (Selection->FormSet, Selection->Form, Question, FALSE);
1197 if (Selection == NULL || IsNvUpdateRequired (Selection->FormSet)) {
1776 @param ComparingGuid FormSet Guid associated with the HII package list
1841 // Search FormSet in this Form Package
1919 StringPtr = GetToken (Statement->HiiValue.Value.ref.DevicePath, Selection->FormSet->HiiHandle);
2002 RefForm = IdToForm (Selection->FormSet, Statement->HiiValue.Value.ref.FormId);
2005 if (EvaluateExpressionList(RefForm->SuppressExpression, TRUE, Selection->FormSet, RefForm) != ExpressFalse) {
3667 Status = DiscardForm (Selection->FormSet, Selection->Form, gBrowserSettingScope);
3690 Status = ExtractDefault (Selection->FormSet, Selection->Form, HotKey->DefaultId, gBrowserSettingScope);
3713 Status = SubmitForm (Selection->FormSet, Selectio
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi_hii.h22 EFI_IFR_FORM_SET FormSet; \
39 .FormSet = { \
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_snp.c805 EFI_IFR_FORM_SET_TYPE(1) FormSet; member in struct:efi_snp_formset
820 .FormSet = EFI_IFR_FORM_SET ( EFI_SNP_FORMSET_GUID_BASE,
823 typeof ( efi_snp_formset.FormSet ),
998 efi_snp_formset.FormSet.FormSet.Guid.Data1++;
1002 &efi_snp_formset.FormSet.FormSet.Guid,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g122 #token FormSet("formset") "formset"
498 L:FormSet

Completed in 128 milliseconds