Searched refs:port_ptr (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | devtree_hba_disco.c | 97 struct sun_sas_port *port_ptr; in add_hba_port_info() local 113 if ((port_ptr = (struct sun_sas_port *)calloc(1, in add_hba_port_info() 119 if ((port_ptr->port_attributes.PortSpecificAttribute.SASPort = in add_hba_port_info() 129 S_FREE(port_ptr->port_attributes.PortSpecificAttribute.SASPort); in add_hba_port_info() 130 S_FREE(port_ptr); in add_hba_port_info() 149 S_FREE(port_ptr->port_attributes.PortSpecificAttribute.SASPort); in add_hba_port_info() 150 S_FREE(port_ptr); in add_hba_port_info() 160 port_ptr->port_attributes.PortState = HBA_PORTSTATE_OFFLINE; in add_hba_port_info() 162 port_ptr->port_attributes.PortState = HBA_PORTSTATE_ONLINE; in add_hba_port_info() 165 port_ptr->port_attributes.PortType = HBA_PORTTYPE_SASDEVICE; in add_hba_port_info() [all …]
|
H A D | devtree_device_disco.c | 86 free_attached_port(struct sun_sas_port *port_ptr) in free_attached_port() argument 91 tgt_port = port_ptr->first_attached_port; in free_attached_port() 107 port_ptr->first_attached_port = NULL; in free_attached_port() 108 port_ptr->port_attributes.PortSpecificAttribute.\ in free_attached_port() 117 fillDomainPortWWN(struct sun_sas_port *port_ptr) in fillDomainPortWWN() argument 125 for (disco_port_ptr = port_ptr->first_attached_port; in fillDomainPortWWN() 132 wwnConversion(port_ptr->port_attributes. in fillDomainPortWWN() 144 if (port_ptr->first_attached_port) { in fillDomainPortWWN() 152 if (wwnConversion(port_ptr->port_attributes. in fillDomainPortWWN() 155 wwnConversion(port_ptr->first_attached_port-> in fillDomainPortWWN() [all …]
|
H A D | devtree_phy_disco.c | 49 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()
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 263 caddr_t port_ptr; in xdr_rmtcallres() local 265 port_ptr = (caddr_t)crp->port_ptr; in xdr_rmtcallres() 266 if (xdr_reference(xdrs, &port_ptr, sizeof (uint_t), xdr_u_int) && in xdr_rmtcallres() 268 crp->port_ptr = (rpcport_t *)port_ptr; in xdr_rmtcallres() 358 pmap_r.port_ptr = &port; in bpmap_rmtcall()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | pmap_clnt.c | 197 caddr_t resp, struct timeval tout, rpcport_t *port_ptr) in pmap_rmtcall() argument 225 *port_ptr = r.port; in pmap_rmtcall()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | pmap_rmt.h | 68 rpcport_t *port_ptr; member
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2043 pmap_res.port_ptr = &port; in pmap_rmt_call() 2133 caddr_t port_ptr; in myxdr_rmtcallres() local 2135 port_ptr = (caddr_t)crp->port_ptr; in myxdr_rmtcallres() 2136 if (xdr_reference(xdrs, &port_ptr, sizeof (uint_t), xdr_u_int) && in myxdr_rmtcallres() 2138 crp->port_ptr = (rpcport_t *)port_ptr; in myxdr_rmtcallres()
|