Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sun_sas/common/
H A DSun_sasFreeLibrary.c71 struct phy_info *last_phy = NULL; in FreeHBA() local
102 last_phy = phy_ptr; in FreeHBA()
104 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.c44 struct phy_info *last_phy = NULL; in free_hba_port() local
69 last_phy = phy_ptr; in free_hba_port()
71 free(last_phy); in free_hba_port()
/titanic_41/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h247 pmcs_phy_t *last_phy; member
/titanic_41/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c925 wp->last_htag, last_state, wp->last_phy, wp->last_xp, in display_one_work()
1540 _phy = (uintptr_t)wp->last_phy; in get_devid_from_ob_iomb()
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c4781 p->last_phy = p->phy; in pmcs_pwork()