Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiGen.c479 VAR_CHECK_HII_QUESTION_HEADER *HiiQuestion2; in MergeHiiQuestion() local
502 HiiQuestion2 = HiiQuestion; in MergeHiiQuestion()
504 …ASSERT ((HiiQuestion1->OpCode == HiiQuestion2->OpCode) && (HiiQuestion1->StorageWidth == HiiQuesti… in MergeHiiQuestion()
517 Ptr2 = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ONEOF *) HiiQuestion2 + 1); in MergeHiiQuestion()
518 while ((UINTN) Ptr2 < (UINTN) HiiQuestion2 + HiiQuestion2->Length) { in MergeHiiQuestion()
520 CopyMem (&OneValue2, Ptr2, HiiQuestion2->StorageWidth); in MergeHiiQuestion()
540 Ptr2 += HiiQuestion2->StorageWidth; in MergeHiiQuestion()
556 Ptr2 = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ONEOF *) HiiQuestion2 + 1); in MergeHiiQuestion()
557 while ((UINTN) Ptr2 < (UINTN) HiiQuestion2 + HiiQuestion2->Length) { in MergeHiiQuestion()
559 CopyMem (&OneValue2, Ptr2, HiiQuestion2->StorageWidth); in MergeHiiQuestion()
[all …]