Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2512 pmcs_phy_t *phyp, *nphyp; in phy_walk_s() local
2538 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()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c5798 pmcs_phy_t *matched_phy, *cphyp, *nphyp; in pmcs_find_phy_by_wwn_impl() local
5829 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() local
7509 nphyp = tphyp->sibling; 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() local
7731 nphyp = phyp->dead_next; in pmcs_handle_dead_phys()
7760 pwp->dead_phys = nphyp; in pmcs_handle_dead_phys()
7762 pphyp->dead_next = nphyp; in pmcs_handle_dead_phys()
[all …]