HomeSort by relevance Sort by last modified time
    Searched refs:FormSet (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.c 29 Find the question's OneOfOptionMap list in FormSet
32 @param FormSet FormSet context.
33 @param QuestionId Unique ID to specicy the question in FormSet.
39 IN CONST FORM_BROWSER_FORMSET *FormSet,
46 Link = GetFirstNode (&FormSet->OneOfOptionMapListHead);
48 while (!IsNull (&FormSet->OneOfOptionMapListHead, Link)) {
53 Link = GetNextNode (&FormSet->OneOfOptionMapListHead, Link);
100 @param FormSet Pointer of the current FormSet.
    [all...]
Utility.c 510 Get FormSet GUID.
512 ASSERT if no FormSet Opcode is found.
515 @param FormSetGuid Return the FormSet Guid.
526 EFI_IFR_FORM_SET *FormSet;
534 FormSet = (EFI_IFR_FORM_SET *) OpCode;
535 CopyGuid (FormSetGuid, (EFI_GUID *)(VOID *)&FormSet->Guid);
546 // A proper IFR must have a formset opcode.
555 ASSERT if no FormSet Opcode is found.
606 if (ThunkContext->FormSet != NULL) {
607 DestroyFormSet (ThunkContext->FormSet);
    [all...]
OpcodeCreation.c 68 @param FormSet FormSet context
78 IN CONST FORM_BROWSER_FORMSET *FormSet,
96 FormList = GetFirstNode (&FormSet->FormListHead);
98 while (!IsNull (&FormSet->FormListHead, FormList)) {
110 if ((UefiOp == Statement->Operand) && (FormSet->DefaultVarStoreId == Statement->VarStoreId)) {
135 FormList = GetNextNode (&FormSet->FormListHead, FormList);
150 is MaxQuestionId incremented by 1. The MaxQuestionId of FormSet is also
156 @param FormSet
163 IN FORM_BROWSER_FORMSET *FormSet
    [all...]
UefiIfrDefault.c 240 a Default Store and a Storage Store from a FormSet.
246 @param FormSet The Form Set.
256 IN FORM_BROWSER_FORMSET *FormSet,
278 Link = GetFirstNode (&FormSet->FormListHead);
279 while (!IsNull (&FormSet->FormListHead, Link)) {
285 Link = GetNextNode (&FormSet->FormListHead, Link);
296 a Default Store from a FormSet.
302 @param FormSet The Form Set.
311 IN FORM_BROWSER_FORMSET *FormSet,
319 StorageLink = GetFirstNode (&FormSet->StorageListHead);
    [all...]
Forms.c 25 FRAMEWORK_EFI_IFR_FORM_SET FormSet;
93 one Formset. Effectively, only the GUID of the Formset is updated and return
96 a String Token from a Package List known only by the Formset GUID.
146 CopyMem (&OutputFormSet->FormSet.Guid, &ThunkContext->TagGuid, sizeof (EFI_GUID));
148 if (ThunkContext->FormSet != NULL) {
149 OutputFormSet->FormSet.Class = ThunkContext->FormSet->Class;
150 OutputFormSet->FormSet.SubClass = ThunkContext->FormSet->SubClass;
    [all...]
ConfigAccess.c 60 Get the first EFI_IFR_VARSTORE from the FormSet.
62 @param FormSet The Form Set.
69 IN CONST FORM_BROWSER_FORMSET * FormSet
75 StorageList = GetFirstNode (&FormSet->StorageListHead);
77 while (!IsNull (&FormSet->StorageListHead, StorageList)) {
82 StorageList = GetNextNode (&FormSet->StorageListHead, StorageList);
91 @param FormSet The Form Set.
99 IN CONST FORM_BROWSER_FORMSET * FormSet,
108 FormList = GetFirstNode (&FormSet->FormListHead);
110 while (!IsNull (&FormSet->FormListHead, FormList)) {
    [all...]
UefiIfrParser.h 315 Parse opcodes in the formset IFR binary.
317 @param FormSet Pointer of the FormSet data structure.
325 IN FORM_BROWSER_FORMSET *FormSet
329 Free resources allocated for a FormSet
331 @param FormSet Pointer of the FormSet
338 IN OUT FORM_BROWSER_FORMSET *FormSet
Package.c 508 // not used as the name of the package list. Formset GUID is used as the Package List
615 // Parse the Formset. Must be called after FindStringPackAndUpdatePackListWithOnlyIfrPack is called so
618 ThunkContext->FormSet = ParseFormSet (ThunkContext->UefiHiiHandle);
619 ASSERT (ThunkContext->FormSet != NULL);
806 if (ThunkContext->FormSet != NULL) {
807 DestroyFormSet (ThunkContext->FormSet);
811 // Reparse the FormSet.
813 ThunkContext->FormSet = ParseFormSet (ThunkContext->UefiHiiHandle);
HiiDatabase.h 65 // In addition, the Name of Default VarStore is assumed to be L"Setup" for those storage without explicit VARSTORE declaration in the formset
168 FORM_BROWSER_FORMSET *FormSet;
612 one Formset. Effectively, only the GUID of the Formset is updated and return
615 a String Token from a Package List known only by the Formset GUID.
679 @param Handle Hii Handle associated with the Formset to modify
719 This is the Framework Setup Browser interface which displays a FormSet.
722 @param UseDatabase TRUE if the FormSet is from HII database. The Thunk implementation
739 @retval EFI_SUCCESS If the Formset is displayed correctly.
    [all...]
SetupBrowser.c 388 This is the Framework Setup Browser interface which displays a FormSet.
391 @param UseDatabase TRUE if the FormSet is from HII database. The Thunk implementation
408 @retval EFI_SUCCESS If the Formset is displayed correctly.
456 if (CompareGuid (&gFrameworkBdsFrontPageFormsetGuid, &ThunkContext->FormSet->Guid) && !mFrontPageDisplayed) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 77 Create a menu with specified formset GUID and form ID, and add it as a child
80 @param HiiHandle Hii handle related to this formset.
81 @param FormSetGuid The Formset Guid of menu to be added.
111 // If parent is not specified, it is the root Form of a Formset
119 Return the form id for the input hiihandle and formset.
121 @param HiiHandle HiiHandle for FormSet.
122 @param FormSetGuid The Formset GUID of the menu to search.
136 Link = GetFirstNode (&gCurrentSelection->FormSet->FormListHead);
145 @param HiiHandle HiiHandle for FormSet.
146 @param FormSetGuid The Formset GUID of the menu to search.
    [all...]
IfrParse.c 25 @param FormSet Pointer of the current FormSet.
34 IN OUT FORM_BROWSER_FORMSET *FormSet,
49 Statement = &FormSet->StatementBuffer[mStatementIndex];
85 InsertTailList (&FormSet->StatementListOSF, &Statement->Link);
97 @param FormSet The FormSet.
109 IN CONST FORM_BROWSER_FORMSET *FormSet,
121 Id = HiiSetString (FormSet->HiiHandle, 0, Str, NULL);
166 @param FormSet Pointer of the current FormSet.
    [all...]
Expression.h 208 @param FormSet FormSet associated with this expression.
223 IN FORM_BROWSER_FORMSET *FormSet,
234 @param FormSet FormSet associated with this expression.
245 IN FORM_BROWSER_FORMSET *FormSet, OPTIONAL
252 @param FormSet The formset which contains this form.
256 @retval NULL Specified Form is not found in the formset.
261 IN FORM_BROWSER_FORMSET *FormSet,
    [all...]
Presentation.c 32 @param FormSet FormSet this Form belongs to.
40 IN FORM_BROWSER_FORMSET *FormSet,
64 Status = EvaluateExpression (FormSet, Form, Expression);
153 GetQuestionValue (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithHiiDriver);
163 ProcessCallBackFunction (gCurrentSelection, gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, EFI_BROWSER_ACTION_RETRIEVE, FALSE);
167 // Package list is updated, force to reparse IFR binary of target Formset
341 GetQuestionDefault (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, 0);
532 Link = GetFirstNode (&gCurrentSelection->FormSet->StatementListOSF);
533 while (!IsNull (&gCurrentSelection->FormSet->StatementListOSF, Link)) {
    [all...]
Expression.c 779 @param FormSet The formset which contains this form.
783 @retval NULL Specified Form is not found in the formset.
788 IN FORM_BROWSER_FORMSET *FormSet,
795 Link = GetFirstNode (&FormSet->FormListHead);
796 while (!IsNull (&FormSet->FormListHead, Link)) {
803 Link = GetNextNode (&FormSet->FormListHead, Link);
852 Search a Question in Formset scope using its QuestionId.
854 @param FormSet The formset which contains this form.
    [all...]
Setup.h 181 CHAR16 *RestoreConfigRequest; // When submit formset fail, the element need to be restored
182 CHAR16 *SyncConfigRequest; // When submit formset fail, the element need to be synced
445 EFI_HII_HANDLE HiiHandle; // unique id for formset.
462 EFI_IFR_OP_HEADER *OpCode; //mainly for formset op to get ClassGuid
492 // Target formset/form/Question information
509 // UI_ACTION_REFRESH_FORMSET - re-parse formset IFR binary
516 FORM_BROWSER_FORMSET *FormSet;
616 Parse opcodes in the formset IFR binary.
618 @param FormSet Pointer of the FormSet data structure.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOnTheFly.c 39 Create a formset
43 FormSetTitle - Title of formset
45 Guid - Guid of formset
47 Class - Class of formset
49 SubClass - Sub class of formset
51 FormBuffer - Pointer of the formset created
59 EFI_SUCCESS - Formset successfully created
65 EFI_IFR_FORM_SET FormSet;
109 // Initialize FormSet with the appropriate information
111 FormSet.Header.OpCode = EFI_IFR_FORM_SET_OP;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 504 EFI_IFR_FORM_SET *FormSet;
544 FormSet = (EFI_IFR_FORM_SET *) (Buffer + sizeof (EFI_HII_PACKAGE_HEADER));
545 memcpy (&mGlobals.Guid, &FormSet->Guid, sizeof (EFI_GUID));
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 724 #token FormSet("formset") "formset"
870 FS:FormSet << WriteOpByte (FS->getLine(), EFI_IFR_FORM_SET_OP); >>
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 125 #token FormSet("formset") "formset"
477 L:FormSet
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 122 #token FormSet("formset") "formset"
502 L:FormSet
567 // for framework vfr to store formset guid used by varstore and efivarstore
    [all...]

Completed in 332 milliseconds