Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiGen.c478 VAR_CHECK_HII_QUESTION_HEADER *HiiQuestion1; in MergeHiiQuestion() local
501 HiiQuestion1 = HiiVariableNode->HiiQuestionArray[HiiQuestion->VarOffset]; in MergeHiiQuestion()
504 …ASSERT ((HiiQuestion1->OpCode == HiiQuestion2->OpCode) && (HiiQuestion1->StorageWidth == HiiQuesti… in MergeHiiQuestion()
506 switch (HiiQuestion1->OpCode) { in MergeHiiQuestion()
508 …DEBUG ((EFI_D_INFO, "MergeHiiQuestion - EFI_IFR_ONE_OF_OP VarOffset = 0x%04x\n", HiiQuestion1->Var… in MergeHiiQuestion()
512 NewLength = HiiQuestion1->Length; in MergeHiiQuestion()
522 Ptr1 = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ONEOF *) HiiQuestion1 + 1); in MergeHiiQuestion()
523 while ((UINTN) Ptr1 < (UINTN) HiiQuestion1 + HiiQuestion1->Length) { in MergeHiiQuestion()
525 CopyMem (&OneValue1, Ptr1, HiiQuestion1->StorageWidth); in MergeHiiQuestion()
532 Ptr1 += HiiQuestion1->StorageWidth; in MergeHiiQuestion()
[all …]