Searched defs:Form (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserCredential.h72 @retval EFI_SUCCESS Form returned successfully.
73 @retval EFI_NOT_FOUND Form not returned.
278 EFI_CREDENTIAL_FORM Form; member in struct:_EFI_USER_CREDENTIAL_PROTOCOL
H A DUserCredential2.h70 @retval EFI_SUCCESS Form returned successfully.
71 @retval EFI_NOT_FOUND Form not returned.
299 EFI_CREDENTIAL2_FORM Form; member in struct:_EFI_USER_CREDENTIAL2_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c26 @param Form Pointer of the current Form.
35 IN OUT FORM_BROWSER_FORM *Form
42 if (Form == NULL) {
44 // We are currently not in a Form Scope, so just skip this Statement
68 // Form is inside of suppressif
82 // Insert this Statement into current Form
84 InsertTailList (&Form->StatementListHead, &Statement->Link);
164 @param Form Pointer of the current Form
754 FORM_BROWSER_FORM *Form; local
[all...]
H A DInputHandler.c378 FORM_BROWSER_FORM *Form; local
390 Form = Selection->Form;
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 DPresentation.c209 if (Selection->Form->ModalForm) {
382 Evaluate all expressions in a Form.
384 @param FormSet FormSet this Form belongs to.
385 @param Form The Form.
393 IN FORM_BROWSER_FORM *Form
400 Link = GetFirstNode (&Form->ExpressionListHead);
401 while (!IsNull (&Form->ExpressionListHead, Link)) {
403 Link = GetNextNode (&Form->ExpressionListHead, Link);
408 (Expression->Type == EFI_HII_EXPRESSION_READ && Form
932 FORM_BROWSER_FORM *Form; local
962 FORM_BROWSER_FORM *Form; local
[all...]
H A DUi.h109 FORM_BROWSER_FORM *Form; member in struct:__anon11290
113 // Whether the Form is editable
239 @param FormId The Form ID of menu to be added.
257 @param FormId The Form ID of menu to search.
273 @param FormId The Form ID of menu to search.
298 @param Form The form this statement belong to.
310 IN FORM_BROWSER_FORM *Form,
748 @param Level Which type this expression belong to. Form,
764 @param Level Which type this expression belong to. Form,
779 @param Level Which type this expression belong to. Form,
[all...]
H A DExpression.c430 @param Level Which type this expression belong to. Form,
458 @param Level Which type this expression belong to. Form,
487 @param Level Which type this expression belong to. Form,
531 @param Level Which type this expression belong to. Form,
777 Get Form given its FormId.
783 @retval NULL Specified Form is not found in the formset.
793 FORM_BROWSER_FORM *Form; local
797 Form = FORM_BROWSER_FORM_FROM_LINK (Link);
799 if (Form->FormId == FormId) {
800 return Form;
821 IdToQuestion2( IN FORM_BROWSER_FORM *Form, IN UINT16 QuestionId ) argument
863 IdToQuestion( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN UINT16 QuestionId ) argument
918 RuleIdToExpression( IN FORM_BROWSER_FORM *Form, IN UINT8 RuleId ) argument
2048 FORM_BROWSER_FORM *Form; local
2183 EvaluateExpression( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN OUT FORM_EXPRESSION *Expression ) argument
[all...]
H A DSetup.c193 @param This The Form Browser protocol instanse.
608 // Remove the backup FormSet data when the Form Package is removed.
730 // Register notify for Form package remove
1183 @param Form Form data structure.
1194 IN FORM_BROWSER_FORM *Form,
1236 Status = EvaluateExpression (FormSet, Form, Question->ValueExpression);
1258 if (Question->ReadExpression != NULL && Form->FormType == STANDARD_MAP_FORM_TYPE) {
1259 Status = EvaluateExpression (FormSet, Form, Question->ReadExpression);
1597 @param Form For
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
1994 FORM_BROWSER_FORM *Form; local
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
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
3239 FORM_BROWSER_FORM *Form; local
3401 FORM_BROWSER_FORM *Form; local
[all...]
H A DUi.c180 @param FormId The Form ID of menu to be added.
210 // If parent is not specified, it is the root Form of a Formset
226 @param FormId The Form ID of menu to search.
268 @param FormId The Form ID of menu to search.
442 Status = GetQuestionValue (Selection->FormSet, Selection->Form, Question, FALSE);
670 @param Form The form this statement belong to.
682 IN FORM_BROWSER_FORM *Form,
743 if (Form->Locked || Statement->Locked) {
1193 Selection->Form->NvUpdateRequired = TRUE;
1829 // Get Form packag
679 UiAddMenuOption( IN CHAR16 *String, IN EFI_HII_HANDLE Handle, IN FORM_BROWSER_FORM *Form, IN FORM_BROWSER_STATEMENT *Statement, IN UINT16 NumberOfLines, IN UINT16 MenuItemCount ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_snp.c779 /** Form identifiers used for our EFI SNP HII */
808 EFI_IFR_FORM Form; member in struct:efi_snp_formset
827 .Form = EFI_IFR_FORM ( EFI_SNP_FORM, EFI_SNP_FORMSET_TITLE ),
1061 * @v action Form browser action
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 58 milliseconds