Searched defs:pphy (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_smhba.c | 131 pmcs_phy_t *pphy; local 133 pphy = pptr->parent; 135 if (pphy != NULL) { 137 pwwn = pmcs_barray2wwn(pphy->sas_address); 149 if (pphy->dtype == EXPANDER) {
|
H A D | pmcs_ds.c | 824 pmcs_phy_t *pphy; local 842 pphy = tgt->phy; 846 if ((pphy == NULL) || (er_flag == 0)) { 850 pmcs_lock_phy(pphy); 851 pmcs_prt(pwp, PMCS_PRT_DEBUG, pphy, tgt, 871 pmcs_prt(pwp, PMCS_PRT_DEBUG, pphy, tgt, 880 pmcs_unlock_phy(pphy); 889 pmcs_prt(pwp, PMCS_PRT_DEBUG, pphy, tgt, 893 pmcs_unlock_phy(pphy);
|
H A D | pmcs_scsa.c | 1214 pmcs_phy_t *phy, *pphy; local 1279 pphy = phy->parent; 1282 pmcs_lock_phy(pphy); 1283 wwn = pmcs_barray2wwn(pphy->sas_address); 1284 pmcs_unlock_phy(pphy);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 2109 pmcs_phy_t *pphy = parent; local 2114 pphy = (pmcs_phy_t *)ss.root_phys; 2116 pphy = (pmcs_phy_t *)parent; 2144 while (pphy) { 2145 if (MDB_RD(&phy, sizeof (phy), (uintptr_t)pphy) == -1) { 2150 display_phy(phy, pphy, verbose, totals_only); 2160 pphy = phy.sibling;
|
Completed in 90 milliseconds