Searched refs:pNext (Results 1 – 4 of 4) sorted by relevance
408 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_; in RemoveNode() local414 pPrevNode->next_ = pNext; in RemoveNode()423 return pNext; in RemoveNode()439 struct MT2063_ExclZone_t *pNext = NULL; in MT2063_AddExclZone() local474 pNext = pNode->next_; in MT2063_AddExclZone()475 while ((pNext != NULL) && (pNext->min_ < pNode->max_)) { in MT2063_AddExclZone()476 if (pNext->max_ > pNode->max_) in MT2063_AddExclZone()477 pNode->max_ = pNext->max_; in MT2063_AddExclZone()479 pNext = RemoveNode(pAS_Info, pNode, pNext); in MT2063_AddExclZone()
1006 struct r3964_client_info *pClient, *pNext; in r3964_close() local1022 pNext = pClient->next; in r3964_close()1033 pClient = pNext; in r3964_close()
877 adpt_hba *pHba, *pNext; in adpt_i2o_sys_shutdown() local886 for (pHba = hba_chain; pHba; pHba = pNext) { in adpt_i2o_sys_shutdown()887 pNext = pHba->next; in adpt_i2o_sys_shutdown()1087 struct adpt_device* pNext; in adpt_i2o_delete_hba() local1144 for(pDev = pHba->channel[i].device[j]; pDev; pDev = pNext){ in adpt_i2o_delete_hba()1145 pNext = pDev->next_lun; in adpt_i2o_delete_hba()
5619 struct inactive_raid_component_info *component_info, *pNext; in mpt_inactive_raid_list_free() local5625 list_for_each_entry_safe(component_info, pNext, in mpt_inactive_raid_list_free()