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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c317 int i = 0, maxPorts = 0; local
326 maxPorts ++;
330 return (maxPorts);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5488 int in = 0, out = 0, check, skip, maxPorts = 0; local
5500 maxPorts ++;
5504 portList = kmem_zalloc(sizeof (fc_local_port_t *) * maxPorts, KM_SLEEP);
5586 kmem_free(portList, sizeof (*portList) * maxPorts);

Completed in 77 milliseconds