Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp884 mPackStack = NULL; in CVfrVarDataTypeDB()
912 while (mPackStack != NULL) { in ~CVfrVarDataTypeDB()
913 pPack = mPackStack; in ~CVfrVarDataTypeDB()
914 mPackStack = mPackStack->mNext; in ~CVfrVarDataTypeDB()
941 pNew->mNext = mPackStack; in Pack()
942 mPackStack = pNew; in Pack()
948 if (mPackStack == NULL) { in Pack()
952 for (pNode = mPackStack; pNode != NULL; pNode = pNode->mNext) { in Pack()
955 mPackStack = pNode->mNext; in Pack()
DVfrUtilityLib.h162 SVfrPackStackNode *mPackStack; variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.cpp878 mPackStack = NULL; in CVfrVarDataTypeDB()
907 while (mPackStack != NULL) { in ~CVfrVarDataTypeDB()
908 pPack = mPackStack; in ~CVfrVarDataTypeDB()
909 mPackStack = mPackStack->mNext; in ~CVfrVarDataTypeDB()
936 pNew->mNext = mPackStack; in Pack()
937 mPackStack = pNew; in Pack()
943 if (mPackStack == NULL) { in Pack()
947 for (pNode = mPackStack; pNode != NULL; pNode = pNode->mNext) { in Pack()
950 mPackStack = pNode->mNext; in Pack()
DVfrUtilityLib.h181 SVfrPackStackNode *mPackStack; variable