Searched defs:port_ptr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dpmap_rmt.h43 u_long *port_ptr; member in struct:rmtcallres
/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_rmt.h70 rpcport_t *port_ptr; member in struct:rmtcallres
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_phy_disco.c49 free_phy_info(struct sun_sas_port *port_ptr) argument
53 phy_ptr = port_ptr->first_phy;
60 port_ptr->first_phy = NULL;
71 get_phy_info(di_node_t node, struct sun_sas_port *port_ptr) argument
168 free_phy_info(port_ptr);
183 if (port_ptr->first_phy == NULL) {
184 port_ptr->first_phy = phy_ptr;
186 phy_ptr->next = port_ptr->first_phy;
187 port_ptr->first_phy = phy_ptr;
H A Ddevtree_device_disco.c85 free_attached_port(struct sun_sas_port *port_ptr) argument
90 tgt_port = port_ptr->first_attached_port;
106 port_ptr->first_attached_port = NULL;
107 port_ptr->port_attributes.PortSpecificAttribute.\
116 fillDomainPortWWN(struct sun_sas_port *port_ptr) argument
124 for (disco_port_ptr = port_ptr->first_attached_port;
131 wwnConversion(port_ptr->port_attributes.
143 if (port_ptr->first_attached_port) {
151 if (wwnConversion(port_ptr->port_attributes.
154 wwnConversion(port_ptr
217 get_attached_devices_info(di_node_t node, struct sun_sas_port *port_ptr) argument
639 get_attached_paths_info(di_path_t path, struct sun_sas_port *port_ptr) argument
1062 devtree_attached_devices(di_node_t node, struct sun_sas_port *port_ptr) argument
[all...]
H A Ddevtree_hba_disco.c92 struct sun_sas_port *port_ptr; local
108 if ((port_ptr = (struct sun_sas_port *)calloc(1,
114 if ((port_ptr->port_attributes.PortSpecificAttribute.SASPort =
124 S_FREE(port_ptr->port_attributes.PortSpecificAttribute.SASPort);
125 S_FREE(port_ptr);
144 S_FREE(port_ptr->port_attributes.PortSpecificAttribute.SASPort);
145 S_FREE(port_ptr);
155 port_ptr->port_attributes.PortState = HBA_PORTSTATE_OFFLINE;
157 port_ptr->port_attributes.PortState = HBA_PORTSTATE_ONLINE;
160 port_ptr
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c197 caddr_t resp, struct timeval tout, rpcport_t *port_ptr)
225 *port_ptr = r.port;
195 pmap_rmtcall(struct sockaddr_in *addr, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, struct timeval tout, rpcport_t *port_ptr) argument
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c265 caddr_t port_ptr; local
267 port_ptr = (caddr_t)crp->port_ptr;
268 if (xdr_reference(xdrs, &port_ptr, sizeof (uint_t), xdr_u_int) &&
270 crp->port_ptr = (rpcport_t *)port_ptr;
360 pmap_r.port_ptr = &port;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1980 pmap_res.port_ptr = &port;
2070 caddr_t port_ptr; local
2072 port_ptr = (caddr_t)crp->port_ptr;
2073 if (xdr_reference(xdrs, &port_ptr, sizeof (uint_t), xdr_u_int) &&
2075 crp->port_ptr = (rpcport_t *)port_ptr;

Completed in 86 milliseconds