Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c97 struct sun_sas_port *port_ptr; in add_hba_port_info() local
130 S_FREE(port_ptr); in add_hba_port_info()
150 S_FREE(port_ptr); in add_hba_port_info()
179 port_ptr->cntlNumber = -1; in add_hba_port_info()
200 S_FREE(port_ptr); in add_hba_port_info()
228 S_FREE(port_ptr); in add_hba_port_info()
260 S_FREE(port_ptr); in add_hba_port_info()
276 S_FREE(port_ptr); in add_hba_port_info()
290 S_FREE(port_ptr); in add_hba_port_info()
294 fillDomainPortWWN(port_ptr); in add_hba_port_info()
[all …]
H A Ddevtree_device_disco.c241 if (port_ptr == NULL) { in get_attached_devices_info()
358 free_attached_port(port_ptr); in get_attached_devices_info()
366 free_attached_port(port_ptr); in get_attached_devices_info()
414 free_attached_port(port_ptr); in get_attached_devices_info()
423 free_attached_port(port_ptr); in get_attached_devices_info()
530 free_attached_port(port_ptr); in get_attached_devices_info()
562 free_attached_port(port_ptr); in get_attached_devices_info()
666 if (port_ptr == NULL) { in get_attached_paths_info()
809 free_attached_port(port_ptr); in get_attached_paths_info()
942 free_attached_port(port_ptr); in get_attached_paths_info()
[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()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c263 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 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()
/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_rmt.h68 rpcport_t *port_ptr; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2043 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()