Searched refs:nphyp (Results 1 – 2 of 2) sorted by relevance
5798 pmcs_phy_t *matched_phy, *cphyp, *nphyp; in pmcs_find_phy_by_wwn_impl() local5829 nphyp = phyp->sibling; in pmcs_find_phy_by_wwn_impl()5831 phyp = nphyp; in pmcs_find_phy_by_wwn_impl()7502 pmcs_phy_t *tphyp, *nphyp, *cphyp; in pmcs_free_all_phys() local7508 for (tphyp = phyp; tphyp; tphyp = nphyp) { in pmcs_free_all_phys()7509 nphyp = tphyp->sibling; in pmcs_free_all_phys()7524 for (tphyp = pwp->dead_phys; tphyp; tphyp = nphyp) { in pmcs_free_all_phys()7525 nphyp = tphyp->dead_next; in pmcs_free_all_phys()7709 pmcs_phy_t *phyp, *nphyp, *pphyp; in pmcs_handle_dead_phys() local7731 nphyp = phyp->dead_next; in pmcs_handle_dead_phys()[all …]
2512 pmcs_phy_t *phyp, *nphyp; in phy_walk_s() local2538 nphyp = pmcs_next_sibling(phyp); in phy_walk_s()2540 if (nphyp == NULL) { in phy_walk_s()2544 wsp->walk_addr = (uintptr_t)nphyp; in phy_walk_s()