Searched refs:SuppressExpression (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
D | IfrParse.c | 923 if (Option->SuppressExpression != NULL) { in DestroyStatement() 924 FreePool (Option->SuppressExpression); in DestroyStatement() 1035 if (Form->SuppressExpression != NULL) { in DestroyForm() 1036 FreePool (Form->SuppressExpression); in DestroyForm() 1750 CurrentForm->SuppressExpression = (FORM_EXPRESSION_LIST *) AllocatePool( in ParseOpCodes() 1752 ASSERT (CurrentForm->SuppressExpression != NULL); in ParseOpCodes() 1753 CurrentForm->SuppressExpression->Count = (UINTN) ConditionalExprCount; in ParseOpCodes() 1754 CurrentForm->SuppressExpression->Signature = FORM_EXPRESSION_LIST_SIGNATURE; in ParseOpCodes() 1755 …CopyMem (CurrentForm->SuppressExpression->Expression, GetConditionalExpressionList(ExpressForm), (… in ParseOpCodes() 1816 CurrentForm->SuppressExpression = (FORM_EXPRESSION_LIST *) AllocatePool( in ParseOpCodes() [all …]
|
D | Presentation.c | 316 if ((Option->SuppressExpression != NULL) && in InitializeDisplayStatement() 317 … ((EvaluateExpressionList(Option->SuppressExpression, FALSE, NULL, NULL) == ExpressSuppress))) { in InitializeDisplayStatement() 1455 if ((RefForm != NULL) && (RefForm->SuppressExpression != NULL)) { in ProcessGotoOpCode() 1456 …if (EvaluateExpressionList(RefForm->SuppressExpression, TRUE, Selection->FormSet, RefForm) != Expr… in ProcessGotoOpCode() 2406 if (Selection->Form->SuppressExpression != NULL) { in SetupBrowser() 2407 …if (EvaluateExpressionList(Selection->Form->SuppressExpression, TRUE, Selection->FormSet, Selectio… in SetupBrowser()
|
D | Setup.h | 280 FORM_EXPRESSION_LIST *SuppressExpression; // Non-NULL indicates nested inside of SuppressIf member 417 FORM_EXPRESSION_LIST *SuppressExpression; // nesting inside of SuppressIf member
|
D | Setup.c | 3755 if ((Option->SuppressExpression == NULL) || in ValueToOption() 3756 … ((EvaluateExpressionList(Option->SuppressExpression, FALSE, NULL, NULL) == ExpressFalse))) { in ValueToOption() 3937 if ((Option->SuppressExpression != NULL) && in GetQuestionDefault() 3938 EvaluateExpressionList(Option->SuppressExpression, FALSE, NULL, NULL) != ExpressFalse) { in GetQuestionDefault() 4032 if ((Option->SuppressExpression != NULL) && in GetQuestionDefault() 4033 EvaluateExpressionList(Option->SuppressExpression, FALSE, NULL, NULL) != ExpressFalse) { in GetQuestionDefault() 4055 if ((Option->SuppressExpression != NULL) && in GetQuestionDefault() 4056 EvaluateExpressionList(Option->SuppressExpression, FALSE, NULL, NULL) != ExpressFalse) { in GetQuestionDefault()
|