Searched refs:mEfiVarStoreList (Results 1 – 4 of 4) sorted by relevance
1388 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()
266 struct SVfrVarStorageNode *mEfiVarStoreList; variable
1418 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()
311 struct SVfrVarStorageNode *mEfiVarStoreList; variable338 return mEfiVarStoreList; in GetEfiVarStoreList()