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()
1010 struct r3964_client_info *pClient, *pNext; in r3964_close() local1026 pNext = pClient->next; in r3964_close()1037 pClient = pNext; in r3964_close()
829 adpt_hba *pHba, *pNext; in adpt_i2o_sys_shutdown() local838 for (pHba = hba_chain; pHba; pHba = pNext) { in adpt_i2o_sys_shutdown()839 pNext = pHba->next; in adpt_i2o_sys_shutdown()1039 struct adpt_device* pNext; in adpt_i2o_delete_hba() local1094 for(pDev = pHba->channel[i].device[j]; pDev; pDev = pNext){ in adpt_i2o_delete_hba()1095 pNext = pDev->next_lun; in adpt_i2o_delete_hba()
5623 struct inactive_raid_component_info *component_info, *pNext; in mpt_inactive_raid_list_free() local5629 list_for_each_entry_safe(component_info, pNext, in mpt_inactive_raid_list_free()