Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp1388 mEfiVarStoreList = NULL; in CVfrDataStorage()
1405 while (mEfiVarStoreList != NULL) { in ~CVfrDataStorage()
1406 pNode = mEfiVarStoreList; in ~CVfrDataStorage()
1407 mEfiVarStoreList = mEfiVarStoreList->mNext; in ~CVfrDataStorage()
1562 for (pNode = mEfiVarStoreList; pNode != NULL; pNode = pNode->mNext) { in DeclareEfiVarStore()
1636 for (pNode = mEfiVarStoreList; pNode != NULL; pNode = pNode->mNext) { in GetVarStoreId()
1706 for (pNode = mEfiVarStoreList; pNode != NULL; pNode = pNode->mNext) { in GetVarStoreType()
1745 for (pNode = mEfiVarStoreList; pNode != NULL; pNode = pNode->mNext) { in GetVarStoreType()
1781 for (pNode = mEfiVarStoreList; pNode != NULL; pNode = pNode->mNext) { in GetVarStoreName()
DVfrUtilityLib.h266 struct SVfrVarStorageNode *mEfiVarStoreList; variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.cpp1418 mEfiVarStoreList = NULL; in CVfrDataStorage()
1437 while (mEfiVarStoreList != NULL) { in ~CVfrDataStorage()
1438 pNode = mEfiVarStoreList; in ~CVfrDataStorage()
1439 mEfiVarStoreList = mEfiVarStoreList->mNext; in ~CVfrDataStorage()
1627 pNode->mNext = mEfiVarStoreList; in DeclareEfiVarStore()
1628 mEfiVarStoreList = pNode; in DeclareEfiVarStore()
1801 for (pNode = mEfiVarStoreList; pNode != NULL; pNode = pNode->mNext) { in GetVarStoreId()
1881 for (pNode = mEfiVarStoreList; pNode != NULL; pNode = pNode->mNext) { in GetVarStoreType()
1919 for (pNode = mEfiVarStoreList; pNode != NULL; pNode = pNode->mNext) { in GetVarStoreGuid()
1955 for (pNode = mEfiVarStoreList; pNode != NULL; pNode = pNode->mNext) { in GetVarStoreName()
DVfrUtilityLib.h311 struct SVfrVarStorageNode *mEfiVarStoreList; variable
338 return mEfiVarStoreList; in GetEfiVarStoreList()