Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c2644 pmcs_phy_t *cphyp, *pnext; in pmcs_find_phy_needing_work() local
2656 cphyp = pptr->children; in pmcs_find_phy_needing_work()
2658 cphyp = pmcs_find_phy_needing_work(pwp, cphyp); in pmcs_find_phy_needing_work()
2659 if (cphyp) { in pmcs_find_phy_needing_work()
2660 return (cphyp); in pmcs_find_phy_needing_work()
5798 pmcs_phy_t *matched_phy, *cphyp, *nphyp; in pmcs_find_phy_by_wwn_impl() local
5812 cphyp = phyp->children; in pmcs_find_phy_by_wwn_impl()
7502 pmcs_phy_t *tphyp, *nphyp, *cphyp; in pmcs_free_all_phys() local
7510 cphyp = tphyp->children; in pmcs_free_all_phys()
7512 if (cphyp) { in pmcs_free_all_phys()
[all …]