Home
last modified time | relevance | path

Searched refs:nphyp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2505 pmcs_phy_t *phyp, *nphyp; in phy_walk_s() local
2531 nphyp = pmcs_next_sibling(phyp); in phy_walk_s()
2533 if (nphyp == NULL) { in phy_walk_s()
2537 wsp->walk_addr = (uintptr_t)nphyp; in phy_walk_s()
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c5794 pmcs_phy_t *matched_phy, *cphyp, *nphyp; in pmcs_find_phy_by_wwn_impl() local
5825 nphyp = phyp->sibling; in pmcs_find_phy_by_wwn_impl()
5827 phyp = nphyp; in pmcs_find_phy_by_wwn_impl()
7498 pmcs_phy_t *tphyp, *nphyp, *cphyp; in pmcs_free_all_phys() local
7504 for (tphyp = phyp; tphyp; tphyp = nphyp) { in pmcs_free_all_phys()
7505 nphyp = tphyp->sibling; in pmcs_free_all_phys()
7520 for (tphyp = pwp->dead_phys; tphyp; tphyp = nphyp) { in pmcs_free_all_phys()
7521 nphyp = tphyp->dead_next; in pmcs_free_all_phys()
7705 pmcs_phy_t *phyp, *nphyp, *pphyp; in pmcs_handle_dead_phys() local
7727 nphyp = phyp->dead_next; in pmcs_handle_dead_phys()
[all …]