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

/opensolaris-onvv-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h83 } portList; typedef in typeref:struct:_portList
89 portList *HBAPortList;
H A Dsasinfo-list.c2181 portList *portElem, *newPort, *prevElem;
2240 newPort = (portList *)calloc(1, sizeof (portList));
2337 newDevice->HBAPortList = (portList *)calloc(1,
2338 sizeof (portList));
H A DprintAttrs.c525 portList *portElem;
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5485 fc_local_port_t **portList; local
5500 portList = kmem_zalloc(sizeof (fc_local_port_t *) * maxPorts, KM_SLEEP);
5513 if (portList[check] == NULL) {
5517 if (portList[check] == fca_port->port_handle) {
5524 stored_port = portList[check];
5549 portList[check] = new_port;
5570 portList[out++] = fca_port->port_handle;
5577 (void) ddi_pathname(portList[in]->fp_port_dip,
5582 kmem_free(portList, sizeof (*portList) * maxPort
[all...]

Completed in 125 milliseconds