Searched defs:portList (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h83 } portList; typedef in typeref:struct:_portList
89 portList *HBAPortList;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5489 fc_local_port_t **portList; local
5504 portList = kmem_zalloc(sizeof (fc_local_port_t *) * maxPorts, KM_SLEEP);
5517 if (portList[check] == NULL) {
5521 if (portList[check] == fca_port->port_handle) {
5528 stored_port = portList[check];
5553 portList[check] = new_port;
5574 portList[out++] = fca_port->port_handle;
5581 (void) ddi_pathname(portList[in]->fp_port_dip,
5586 kmem_free(portList, sizeof (*portList) * maxPort
[all...]

Completed in 54 milliseconds