Home
last modified time | relevance | path

Searched refs:hba_port (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasFreeLibrary.c71 struct sun_sas_port *hba_port = NULL; in FreeHBA() local
86 hba_port = hba_ptr->first_port; in FreeHBA()
87 while (hba_port != NULL) { in FreeHBA()
89 tgt_port = hba_port->first_attached_port; in FreeHBA()
105 phy_ptr = hba_port->first_phy; in FreeHBA()
112 last_hba_port = hba_port; in FreeHBA()
113 hba_port = hba_port->next; in FreeHBA()
H A Ddevtree_hba_disco.c42 struct sun_sas_port *hba_port = NULL; in free_hba_port() local
52 hba_port = hba_ptr->first_port; in free_hba_port()
53 while (hba_port != NULL) { in free_hba_port()
55 tgt_port = hba_port->first_attached_port; in free_hba_port()
70 hba_port->first_attached_port = NULL; in free_hba_port()
72 phy_ptr = hba_port->first_phy; in free_hba_port()
78 hba_port->first_phy = NULL; in free_hba_port()
80 last_hba_port = hba_port; in free_hba_port()
81 hba_port = hba_port->next; in free_hba_port()
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c6398 fc_port_dev_t hba_port; in get_host_controller_pwwn() local
6431 my_hba_path, &hba_port, 0)) != 0) { in get_host_controller_pwwn()
6434 (void) memcpy(pwwn, &hba_port.dev_pwwn.raw_wwn[0], in get_host_controller_pwwn()