Searched refs:portList (Results 1 – 4 of 4) sorted by relevance
83 } portList; typedef89 portList *HBAPortList;
2181 portList *portElem, *newPort, *prevElem; in searchDevice()2240 newPort = (portList *)calloc(1, sizeof (portList)); in searchDevice()2337 newDevice->HBAPortList = (portList *)calloc(1, in searchDevice()2338 sizeof (portList)); in searchDevice()
525 portList *portElem; in printOSDeviceNameInfo()
5489 fc_local_port_t **portList; in fc_ulp_get_adapter_paths() local5504 portList = kmem_zalloc(sizeof (fc_local_port_t *) * maxPorts, KM_SLEEP); in fc_ulp_get_adapter_paths()5517 if (portList[check] == NULL) { in fc_ulp_get_adapter_paths()5521 if (portList[check] == fca_port->port_handle) { in fc_ulp_get_adapter_paths()5528 stored_port = portList[check]; in fc_ulp_get_adapter_paths()5553 portList[check] = new_port; in fc_ulp_get_adapter_paths()5574 portList[out++] = fca_port->port_handle; in fc_ulp_get_adapter_paths()5581 (void) ddi_pathname(portList[in]->fp_port_dip, in fc_ulp_get_adapter_paths()5586 kmem_free(portList, sizeof (*portList) * maxPorts); in fc_ulp_get_adapter_paths()