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

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

Completed in 78 milliseconds