Home
last modified time | relevance | path

Searched refs:portList (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h83 } portList; typedef
89 portList *HBAPortList;
H A Dsasinfo-list.c2181 portList *portElem, *newPort, *prevElem; in searchDevice()
2240 newPort = (portList *)calloc(1, sizeof (portList)); in searchDevice()
2334 newDevice->HBAPortList = (portList *)calloc(1, in searchDevice()
2335 sizeof (portList)); in searchDevice()
H A DprintAttrs.c527 portList *portElem; in printOSDeviceNameInfo()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5490 fc_local_port_t **portList; in fc_ulp_get_adapter_paths() local
5510 portList = kmem_zalloc(sizeof (fc_local_port_t *) * maxPorts, KM_SLEEP); in fc_ulp_get_adapter_paths()
5523 if (portList[check] == NULL) { in fc_ulp_get_adapter_paths()
5527 if (portList[check] == fca_port->port_handle) { in fc_ulp_get_adapter_paths()
5534 stored_port = portList[check]; in fc_ulp_get_adapter_paths()
5559 portList[check] = new_port; in fc_ulp_get_adapter_paths()
5580 portList[out++] = fca_port->port_handle; in fc_ulp_get_adapter_paths()
5587 (void) ddi_pathname(portList[in]->fp_port_dip, in fc_ulp_get_adapter_paths()
5592 kmem_free(portList, sizeof (*portList) * maxPorts); in fc_ulp_get_adapter_paths()