Searched defs:port_ptr (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | devtree_phy_disco.c | 49 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 D | devtree_device_disco.c | 84 free_attached_port(struct sun_sas_port *port_ptr) argument 89 tgt_port = port_ptr->first_attached_port; 105 port_ptr->first_attached_port = NULL; 106 port_ptr->port_attributes.PortSpecificAttribute.\ 115 fillDomainPortWWN(struct sun_sas_port *port_ptr) argument 123 for (disco_port_ptr = port_ptr->first_attached_port; 130 wwnConversion(port_ptr->port_attributes. 142 if (port_ptr->first_attached_port) { 150 if (wwnConversion(port_ptr->port_attributes. 153 wwnConversion(port_ptr 216 get_attached_devices_info(di_node_t node, struct sun_sas_port *port_ptr) argument 635 get_attached_paths_info(di_path_t path, struct sun_sas_port *port_ptr) argument 1056 devtree_attached_devices(di_node_t node, struct sun_sas_port *port_ptr) argument [all...] |
H A D | devtree_hba_disco.c | 92 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...] |
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | pmap_clnt.c | 197 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
|
Completed in 757 milliseconds