Searched refs:pNext (Results 1 – 4 of 4) sorted by relevance
399 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_; in RemoveNode() local405 pPrevNode->next_ = pNext; in RemoveNode()414 return pNext; in RemoveNode()430 struct MT2063_ExclZone_t *pNext = NULL; in MT2063_AddExclZone() local465 pNext = pNode->next_; in MT2063_AddExclZone()466 while ((pNext != NULL) && (pNext->min_ < pNode->max_)) { in MT2063_AddExclZone()467 if (pNext->max_ > pNode->max_) in MT2063_AddExclZone()468 pNode->max_ = pNext->max_; in MT2063_AddExclZone()470 pNext = RemoveNode(pAS_Info, pNode, pNext); in MT2063_AddExclZone()
1011 struct r3964_client_info *pClient, *pNext; in r3964_close() local1027 pNext = pClient->next; in r3964_close()1038 pClient = pNext; in r3964_close()
832 adpt_hba *pHba, *pNext; in adpt_i2o_sys_shutdown() local841 for (pHba = hba_chain; pHba; pHba = pNext) { in adpt_i2o_sys_shutdown()842 pNext = pHba->next; in adpt_i2o_sys_shutdown()1042 struct adpt_device* pNext; in adpt_i2o_delete_hba() local1097 for(pDev = pHba->channel[i].device[j]; pDev; pDev = pNext){ in adpt_i2o_delete_hba()1098 pNext = pDev->next_lun; in adpt_i2o_delete_hba()
5622 struct inactive_raid_component_info *component_info, *pNext; in mpt_inactive_raid_list_free() local5628 list_for_each_entry_safe(component_info, pNext, in mpt_inactive_raid_list_free()