Home
last modified time | relevance | path

Searched refs:port_ptr (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c92 struct sun_sas_port *port_ptr; in add_hba_port_info() local
108 if ((port_ptr = (struct sun_sas_port *)calloc(1, in add_hba_port_info()
114 if ((port_ptr->port_attributes.PortSpecificAttribute.SASPort = in add_hba_port_info()
124 S_FREE(port_ptr->port_attributes.PortSpecificAttribute.SASPort); in add_hba_port_info()
125 S_FREE(port_ptr); in add_hba_port_info()
144 S_FREE(port_ptr->port_attributes.PortSpecificAttribute.SASPort); in add_hba_port_info()
145 S_FREE(port_ptr); in add_hba_port_info()
155 port_ptr->port_attributes.PortState = HBA_PORTSTATE_OFFLINE; in add_hba_port_info()
157 port_ptr->port_attributes.PortState = HBA_PORTSTATE_ONLINE; in add_hba_port_info()
160 port_ptr->port_attributes.PortType = HBA_PORTTYPE_SASDEVICE; in add_hba_port_info()
[all …]
H A Ddevtree_device_disco.c85 free_attached_port(struct sun_sas_port *port_ptr) in free_attached_port() argument
90 tgt_port = port_ptr->first_attached_port; in free_attached_port()
106 port_ptr->first_attached_port = NULL; in free_attached_port()
107 port_ptr->port_attributes.PortSpecificAttribute.\ in free_attached_port()
116 fillDomainPortWWN(struct sun_sas_port *port_ptr) in fillDomainPortWWN() argument
124 for (disco_port_ptr = port_ptr->first_attached_port; in fillDomainPortWWN()
131 wwnConversion(port_ptr->port_attributes. in fillDomainPortWWN()
143 if (port_ptr->first_attached_port) { in fillDomainPortWWN()
151 if (wwnConversion(port_ptr->port_attributes. in fillDomainPortWWN()
154 wwnConversion(port_ptr->first_attached_port-> in fillDomainPortWWN()
[all …]
H A Ddevtree_phy_disco.c49 free_phy_info(struct sun_sas_port *port_ptr) in free_phy_info() argument
53 phy_ptr = port_ptr->first_phy; in free_phy_info()
60 port_ptr->first_phy = NULL; in free_phy_info()
71 get_phy_info(di_node_t node, struct sun_sas_port *port_ptr) in get_phy_info() argument
168 free_phy_info(port_ptr); in get_phy_info()
183 if (port_ptr->first_phy == NULL) { in get_phy_info()
184 port_ptr->first_phy = phy_ptr; in get_phy_info()
186 phy_ptr->next = port_ptr->first_phy; in get_phy_info()
187 port_ptr->first_phy = phy_ptr; in get_phy_info()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dpmap.c265 caddr_t port_ptr; in xdr_rmtcallres() local
267 port_ptr = (caddr_t)crp->port_ptr; in xdr_rmtcallres()
268 if (xdr_reference(xdrs, &port_ptr, sizeof (uint_t), xdr_u_int) && in xdr_rmtcallres()
270 crp->port_ptr = (rpcport_t *)port_ptr; in xdr_rmtcallres()
360 pmap_r.port_ptr = &port; in bpmap_rmtcall()
/titanic_41/usr/src/lib/libbc/inc/include/rpc/
H A Dpmap_rmt.h43 u_long *port_ptr; member
/titanic_41/usr/src/uts/common/rpc/
H A Dpmap_rmt.h70 rpcport_t *port_ptr; member
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c197 caddr_t resp, struct timeval tout, rpcport_t *port_ptr) in pmap_rmtcall() argument
225 *port_ptr = r.port; in pmap_rmtcall()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1980 pmap_res.port_ptr = &port; in pmap_rmt_call()
2070 caddr_t port_ptr; in myxdr_rmtcallres() local
2072 port_ptr = (caddr_t)crp->port_ptr; in myxdr_rmtcallres()
2073 if (xdr_reference(xdrs, &port_ptr, sizeof (uint_t), xdr_u_int) && in myxdr_rmtcallres()
2075 crp->port_ptr = (rpcport_t *)port_ptr; in myxdr_rmtcallres()
/titanic_41/usr/src/lib/libnsl/common/
H A Dllib-lnsl633 struct timeval tout, rpcport_t *port_ptr);