Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiGen.c480 VAR_CHECK_HII_QUESTION_HEADER *NewHiiQuestion; in MergeHiiQuestion() local
547 NewHiiQuestion = InternalVarCheckAllocateZeroPool (NewLength); in MergeHiiQuestion()
548 ASSERT (NewHiiQuestion != NULL); in MergeHiiQuestion()
549 CopyMem (NewHiiQuestion, HiiQuestion1, HiiQuestion1->Length); in MergeHiiQuestion()
553 NewHiiQuestion->Length = NewLength; in MergeHiiQuestion()
554 Ptr = (UINT8 *) NewHiiQuestion + HiiQuestion1->Length; in MergeHiiQuestion()
583 HiiVariableNode->HiiQuestionArray[HiiQuestion1->VarOffset] = NewHiiQuestion; in MergeHiiQuestion()
672 NewHiiQuestion = InternalVarCheckAllocateZeroPool (NewLength); in MergeHiiQuestion()
673 ASSERT (NewHiiQuestion != NULL); in MergeHiiQuestion()
674 CopyMem (NewHiiQuestion, HiiQuestion1, HiiQuestion1->Length); in MergeHiiQuestion()
[all …]