Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasFreeLibrary.c78 struct phy_info *last_phy = NULL; in FreeHBA() local
107 last_phy = phy_ptr; in FreeHBA()
109 free(last_phy); in FreeHBA()
H A Ddevtree_phy_disco.c51 struct phy_info *phy_ptr, *last_phy; in free_phy_info() local
55 last_phy = phy_ptr; in free_phy_info()
57 free(last_phy); in free_phy_info()
H A Ddevtree_hba_disco.c49 struct phy_info *last_phy = NULL; in free_hba_port() local
74 last_phy = phy_ptr; in free_hba_port()
76 free(last_phy); in free_hba_port()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h247 pmcs_phy_t *last_phy; member
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c929 wp->last_htag, last_state, wp->last_phy, wp->last_xp, in display_one_work()
1544 _phy = (uintptr_t)wp->last_phy; in get_devid_from_ob_iomb()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c4785 p->last_phy = p->phy; in pmcs_pwork()