Searched refs:pList (Results 1 – 4 of 4) sorted by relevance
66 struct DATASLListParams *pList = list->next; in RemoveListNode() local67 while (pList != NULL && pList != list) { in RemoveListNode()68 …if (CompareUdid(&(pList->callbackParams->queryParams), &(callbackParams->queryParams)) == DEVSL_SU… in RemoveListNode()69 pList->prev->next = pList->next; in RemoveListNode()70 pList->next->prev = pList->prev; in RemoveListNode()71 if (pList->callbackParams != NULL) { in RemoveListNode()72 free(pList->callbackParams); in RemoveListNode()74 if (pList != NULL) { in RemoveListNode()75 free(pList); in RemoveListNode()79 pList = pList->next; in RemoveListNode()[all …]
43 void CmFreePathList(struct CmMutableBlob *pList, uint32_t pathCount);
44 void CmFreePathList(struct CmMutableBlob *pList, uint32_t pathCount) in CmFreePathList() argument46 if (pList == NULL) { in CmFreePathList()51 pList[i].size = 0; in CmFreePathList()52 CM_FREE_PTR(pList[i].data); in CmFreePathList()54 CMFree(pList); in CmFreePathList()
313 PartitonList pList = disk.partList; in RemovePartitions() local314 for (const auto &it : pList) { in RemovePartitions()