Lines Matching refs:phyp
70 static pmcs_phy_t *pmcs_next_sibling(pmcs_phy_t *phyp);
1946 display_phy(struct pmcs_phy phy, struct pmcs_phy *phyp, int verbose, in display_phy() argument
2083 uintptr_t tphyp = (uintptr_t)phyp; in display_phy()
2445 pmcs_next_sibling(pmcs_phy_t *phyp) in pmcs_next_sibling() argument
2452 if (phyp->level == 0) { in pmcs_next_sibling()
2459 while (phyp->level > 0) { in pmcs_next_sibling()
2461 (uintptr_t)phyp->parent) == -1) { in pmcs_next_sibling()
2463 (void *)phyp->parent); in pmcs_next_sibling()
2479 phyp = phyp->parent; in pmcs_next_sibling()
2512 pmcs_phy_t *phyp, *nphyp; in phy_walk_s() local
2525 phyp = (pmcs_phy_t *)wsp->walk_data; in phy_walk_s()
2526 if (phyp->children) { in phy_walk_s()
2527 wsp->walk_addr = (uintptr_t)(phyp->children); in phy_walk_s()
2529 wsp->walk_addr = (uintptr_t)(phyp->sibling); in phy_walk_s()
2538 nphyp = pmcs_next_sibling(phyp); in phy_walk_s()