Home
last modified time | relevance | path

Searched refs:FormSet (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DUefiIfrParser.c39 IN CONST FORM_BROWSER_FORMSET *FormSet, in GetOneOfOptionMapEntryListHead() argument
46 Link = GetFirstNode (&FormSet->OneOfOptionMapListHead); in GetOneOfOptionMapEntryListHead()
48 while (!IsNull (&FormSet->OneOfOptionMapListHead, Link)) { in GetOneOfOptionMapEntryListHead()
53 Link = GetNextNode (&FormSet->OneOfOptionMapListHead, Link); in GetOneOfOptionMapEntryListHead()
109 IN OUT FORM_BROWSER_FORMSET *FormSet, in CreateStatement() argument
123 Statement = &FormSet->StatementBuffer[mStatementIndex]; in CreateStatement()
160 IN OUT FORM_BROWSER_FORMSET *FormSet, in CreateQuestion() argument
169 Statement = CreateStatement (OpCodeData, FormSet, Form); in CreateQuestion()
179 if (FormSet->MaxQuestionId < QuestionHdr->QuestionId) { in CreateQuestion()
180 FormSet->MaxQuestionId = QuestionHdr->QuestionId; in CreateQuestion()
[all …]
DUtility.c526 EFI_IFR_FORM_SET *FormSet; in GetFormSetGuid() local
534 FormSet = (EFI_IFR_FORM_SET *) OpCode; in GetFormSetGuid()
535 CopyGuid (FormSetGuid, (EFI_GUID *)(VOID *)&FormSet->Guid); in GetFormSetGuid()
606 if (ThunkContext->FormSet != NULL) { in DestroyThunkContext()
607 DestroyFormSet (ThunkContext->FormSet); in DestroyThunkContext()
625 IN OUT FORM_BROWSER_FORMSET * FormSet in GetFormsetDefaultVarstoreId() argument
634 FormSet->DefaultVarStoreId = 0; in GetFormsetDefaultVarstoreId()
635 StorageList = GetFirstNode (&FormSet->StorageListHead); in GetFormsetDefaultVarstoreId()
637 while (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetFormsetDefaultVarstoreId()
640 …DEBUG ((EFI_D_INFO, "FormSet %g: Found Varstore ID %x Name %s Size 0x%x\n", &FormSet->Guid, Storag… in GetFormsetDefaultVarstoreId()
[all …]
DOpcodeCreation.c78 IN CONST FORM_BROWSER_FORMSET *FormSet, in FwQIdToUefiQId() argument
96 FormList = GetFirstNode (&FormSet->FormListHead); in FwQIdToUefiQId()
98 while (!IsNull (&FormSet->FormListHead, FormList)) { in FwQIdToUefiQId()
110 … if ((UefiOp == Statement->Operand) && (FormSet->DefaultVarStoreId == Statement->VarStoreId)) { in FwQIdToUefiQId()
135 FormList = GetNextNode (&FormSet->FormListHead, FormList); in FwQIdToUefiQId()
163 IN FORM_BROWSER_FORMSET *FormSet in AssignQuestionId() argument
167 FormSet->MaxQuestionId++; in AssignQuestionId()
168 return FormSet->MaxQuestionId; in AssignQuestionId()
383 UOpcode.Question.VarStoreId = ThunkContext->FormSet->DefaultVarStoreId; in F2UCreateOneOfOpCode()
398 …Status = FwQIdToUefiQId (ThunkContext->FormSet, FwOpcode->Header.OpCode, FwOpcode->QuestionId, &UO… in F2UCreateOneOfOpCode()
[all …]
DConfigAccess.c69 IN CONST FORM_BROWSER_FORMSET * FormSet in GetFirstStorageOfFormSet() argument
75 StorageList = GetFirstNode (&FormSet->StorageListHead); in GetFirstStorageOfFormSet()
77 while (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetFirstStorageOfFormSet()
82 StorageList = GetNextNode (&FormSet->StorageListHead, StorageList); in GetFirstStorageOfFormSet()
99 IN CONST FORM_BROWSER_FORMSET * FormSet, in GetStorageFromQuestionId() argument
108 FormList = GetFirstNode (&FormSet->FormListHead); in GetStorageFromQuestionId()
110 while (!IsNull (&FormSet->FormListHead, FormList)) { in GetStorageFromQuestionId()
127 FormList = GetNextNode (&FormSet->FormListHead, FormList); in GetStorageFromQuestionId()
145 IN CONST FORM_BROWSER_FORMSET *FormSet, in GetStorageFromConfigString() argument
157 StorageList = GetFirstNode (&FormSet->StorageListHead); in GetStorageFromConfigString()
[all …]
DUefiIfrDefault.c256 IN FORM_BROWSER_FORMSET *FormSet, in GetBufferTypeDefaultIdAndStorageId() argument
278 Link = GetFirstNode (&FormSet->FormListHead); in GetBufferTypeDefaultIdAndStorageId()
279 while (!IsNull (&FormSet->FormListHead, Link)) { in GetBufferTypeDefaultIdAndStorageId()
285 Link = GetNextNode (&FormSet->FormListHead, Link); in GetBufferTypeDefaultIdAndStorageId()
311 IN FORM_BROWSER_FORMSET *FormSet, in GetBufferTypeDefaultId() argument
319 StorageLink = GetFirstNode (&FormSet->StorageListHead); in GetBufferTypeDefaultId()
321 while (!IsNull (&FormSet->StorageListHead, StorageLink)) { in GetBufferTypeDefaultId()
325 …Status = GetBufferTypeDefaultIdAndStorageId (DefaultStore, Storage, FormSet, UefiDefaultsListHead); in GetBufferTypeDefaultId()
329 StorageLink = GetNextNode (&FormSet->StorageListHead, StorageLink); in GetBufferTypeDefaultId()
364 DefaultLink = GetFirstNode (&ThunkContext->FormSet->DefaultStoreListHead); in UefiIfrGetBufferTypeDefaults()
[all …]
DForms.c25 FRAMEWORK_EFI_IFR_FORM_SET FormSet; member
146 CopyMem (&OutputFormSet->FormSet.Guid, &ThunkContext->TagGuid, sizeof (EFI_GUID)); in HiiGetForms()
148 if (ThunkContext->FormSet != NULL) { in HiiGetForms()
149 OutputFormSet->FormSet.Class = ThunkContext->FormSet->Class; in HiiGetForms()
150 OutputFormSet->FormSet.SubClass = ThunkContext->FormSet->SubClass; in HiiGetForms()
151 OutputFormSet->FormSet.Help = ThunkContext->FormSet->Help; in HiiGetForms()
152 OutputFormSet->FormSet.FormSetTitle = ThunkContext->FormSet->FormSetTitle; in HiiGetForms()
206 …Status = UefiDefaultsToFwDefaults (UefiDefaults, DefaultMask, ThunkContext->FormSet->DefaultVarSto… in HiiGetDefaultImage()
DPackage.c618 ThunkContext->FormSet = ParseFormSet (ThunkContext->UefiHiiHandle); in UefiRegisterPackageList()
619 ASSERT (ThunkContext->FormSet != NULL); in UefiRegisterPackageList()
806 if (ThunkContext->FormSet != NULL) { in NewOrAddPackNotify()
807 DestroyFormSet (ThunkContext->FormSet); in NewOrAddPackNotify()
813 ThunkContext->FormSet = ParseFormSet (ThunkContext->UefiHiiHandle); in NewOrAddPackNotify()
DUefiIfrParser.h325 IN FORM_BROWSER_FORMSET *FormSet
338 IN OUT FORM_BROWSER_FORMSET *FormSet
DHiiDatabase.h168 FORM_BROWSER_FORMSET *FormSet; member
DSetupBrowser.c456 …if (CompareGuid (&gFrameworkBdsFrontPageFormsetGuid, &ThunkContext->FormSet->Guid) && !mFrontPageD… in ThunkSendForm()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DIfrParse.c34 IN OUT FORM_BROWSER_FORMSET *FormSet, in CreateStatement() argument
49 Statement = &FormSet->StatementBuffer[mStatementIndex]; in CreateStatement()
85 InsertTailList (&FormSet->StatementListOSF, &Statement->Link); in CreateStatement()
109 IN CONST FORM_BROWSER_FORMSET *FormSet, in UpdateCheckBoxStringToken() argument
121 Id = HiiSetString (FormSet->HiiHandle, 0, Str, NULL); in UpdateCheckBoxStringToken()
175 IN OUT FORM_BROWSER_FORMSET *FormSet, in CreateQuestion() argument
187 Statement = CreateStatement (OpCodeData, FormSet, Form); in CreateQuestion()
212 Status = UpdateCheckBoxStringToken (FormSet, Statement); in CreateQuestion()
222 Link = GetFirstNode (&FormSet->StorageListHead); in CreateQuestion()
223 while (!IsNull (&FormSet->StorageListHead, Link)) { in CreateQuestion()
[all …]
DSetup.c136 Link = GetFirstNode (&gCurrentSelection->FormSet->FormListHead); in GetFirstFormId()
484 FORM_BROWSER_FORMSET *FormSet; in SendForm() local
522 FormSet = AllocateZeroPool (sizeof (FORM_BROWSER_FORMSET)); in SendForm()
523 ASSERT (FormSet != NULL); in SendForm()
536 Status = InitializeFormSet (Selection->Handle, &Selection->FormSetGuid, FormSet); in SendForm()
537 if (EFI_ERROR (Status) || IsListEmpty (&FormSet->FormListHead)) { in SendForm()
538 DestroyFormSet (FormSet); in SendForm()
541 Selection->FormSet = FormSet; in SendForm()
542 mSystemLevelFormSet = FormSet; in SendForm()
555 RetVal = ReconnectController (FormSet->DriverHandle); in SendForm()
[all …]
DPresentation.c40 IN FORM_BROWSER_FORMSET *FormSet, in EvaluateFormExpressions() argument
64 Status = EvaluateExpression (FormSet, Form, Expression); in EvaluateFormExpressions()
153 …GetQuestionValue (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithH… in UpdateStatement()
163 …ProcessCallBackFunction (gCurrentSelection, gCurrentSelection->FormSet, gCurrentSelection->Form, S… in UpdateStatement()
341 GetQuestionDefault (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, 0); in InitializeDisplayStatement()
532 Link = GetFirstNode (&gCurrentSelection->FormSet->StatementListOSF); in AddStatementToDisplayForm()
533 while (!IsNull (&gCurrentSelection->FormSet->StatementListOSF, Link)) { in AddStatementToDisplayForm()
535 Link = GetNextNode (&gCurrentSelection->FormSet->StatementListOSF, Link); in AddStatementToDisplayForm()
557 DisplayStatement->OpCode = gCurrentSelection->FormSet->OpCode; in AddStatementToDisplayForm()
686 if (IsNvUpdateRequiredForFormSet(gCurrentSelection->FormSet)) { in UpdateDataChangedFlag()
[all …]
DExpression.c788 IN FORM_BROWSER_FORMSET *FormSet, in IdToForm() argument
795 Link = GetFirstNode (&FormSet->FormListHead); in IdToForm()
796 while (!IsNull (&FormSet->FormListHead, Link)) { in IdToForm()
803 Link = GetNextNode (&FormSet->FormListHead, Link); in IdToForm()
864 IN FORM_BROWSER_FORMSET *FormSet, in IdToQuestion() argument
883 Link = GetFirstNode (&FormSet->FormListHead); in IdToQuestion()
884 while (!IsNull (&FormSet->FormListHead, Link)) { in IdToQuestion()
894 GetQuestionValue (FormSet, Form, Question, GetSetValueWithHiiDriver); in IdToQuestion()
900 Link = GetNextNode (&FormSet->FormListHead, Link); in IdToQuestion()
1128 IN FORM_BROWSER_FORMSET *FormSet, in IfrToString() argument
[all …]
DSetup.h516 FORM_BROWSER_FORMSET *FormSet; member
626 IN FORM_BROWSER_FORMSET *FormSet
637 IN OUT FORM_BROWSER_FORMSET *FormSet
744 IN FORM_BROWSER_FORMSET *FormSet,
761 FORM_BROWSER_FORMSET *FormSet
774 IN FORM_BROWSER_FORMSET *FormSet,
792 IN FORM_BROWSER_FORMSET *FormSet,
811 IN FORM_BROWSER_FORMSET *FormSet,
831 IN FORM_BROWSER_FORMSET *FormSet,
851 IN FORM_BROWSER_FORMSET *FormSet,
[all …]
DExpression.h223 IN FORM_BROWSER_FORMSET *FormSet,
245 IN FORM_BROWSER_FORMSET *FormSet, OPTIONAL
261 IN FORM_BROWSER_FORMSET *FormSet,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
DIfrOnTheFly.c65 EFI_IFR_FORM_SET FormSet; in CreateFormSet() local
111 FormSet.Header.OpCode = EFI_IFR_FORM_SET_OP; in CreateFormSet()
112 FormSet.Header.Length = sizeof (EFI_IFR_FORM_SET); in CreateFormSet()
113 FormSet.FormSetTitle = StringToken; in CreateFormSet()
114 FormSet.Class = Class; in CreateFormSet()
115 FormSet.SubClass = SubClass; in CreateFormSet()
116 EfiCopyMem (&FormSet.Guid, Guid, sizeof (EFI_GUID)); in CreateFormSet()
133 EfiCopyMem (Destination, &FormSet, sizeof (EFI_IFR_FORM_SET)); in CreateFormSet()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
DHiiPack.c504 EFI_IFR_FORM_SET *FormSet; in LoadPackage() local
544 FormSet = (EFI_IFR_FORM_SET *) (Buffer + sizeof (EFI_HII_PACKAGE_HEADER)); in LoadPackage()
545 memcpy (&mGlobals.Guid, &FormSet->Guid, sizeof (EFI_GUID)); in LoadPackage()
/device/linaro/bootloader/edk2/SecurityPkg/
DSecurityPkg.dec157 ## GUID used for FormSet guid and user profile variable.
161 ## GUID used for FormSet.
165 ## GUID used for FormSet.
169 ## GUID used for FormSet and config variable.
173 ## GUID used for FormSet.
197 ## GUID used for FormSet and config variable.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DVfrStrings.uni260 … STR_GOTO_ANOTHER_FORMSET #language en-US "Goto ABC Information Sample FormSet"
261 … #language fr-FR "Goto ABC Information Sample FormSet"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrSyntax.g125 #token FormSet("formset") "formset"
477 L:FormSet
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g724 #token FormSet("formset") "formset"
870 FS:FormSet << WriteOpByte (FS->getLine(), EFI_IFR_FORM_SET_OP); >>
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrSyntax.g122 #token FormSet("formset") "formset"
502 L:FormSet