Searched refs:tphyp (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c298 pmcs_phy_t *pptr, *subphy, *tphyp; local
639 tphyp = (pmcs_phy_t *)(pwp->root_phys + phynum);
643 mutex_enter(&tphyp->phy_lock);
644 tphyp->spinup_hold = 1;
645 pmcs_spinup_release(pwp, tphyp);
646 mutex_exit(&tphyp->phy_lock);
741 tphyp = pptr;
742 pptr = pmcs_promote_next_phy(tphyp);
1054 tphyp = pwp->root_phys + phynum;
1055 mutex_enter(&tphyp
[all...]
H A Dpmcs_subr.c5975 pmcs_phy_t *tphyp; local
6009 tphyp = pwp->root_phys;
6010 while (tphyp) {
6011 pmcs_lock_phy(tphyp);
6012 if (tphyp->spinup_hold == 0) {
6013 pmcs_unlock_phy(tphyp);
6014 tphyp = tphyp->sibling;
6018 pmcs_prt(pwp, PMCS_PRT_DEBUG_CONFIG, tphyp, NULL,
6020 tphyp
7262 pmcs_phy_t *tphyp; local
7498 pmcs_phy_t *tphyp, *nphyp, *cphyp; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2185 uintptr_t tphyp = (uintptr_t)phyp; local
2195 (tphyp + offsetof(struct pmcs_phy,
2202 (tphyp + offsetof(struct pmcs_phy,

Completed in 346 milliseconds