Searched refs:portCtr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c428 int portCtr; local
452 for (portCtr = 0; portCtr < attrs.NumberOfPorts; portCtr++) {
454 portCtr, &portattrs);
460 portCtr, &portattrs);
476 if (portCtr >= attrs.NumberOfPorts) {
480 *portIndex = portCtr;
482 status = Sun_HBA_GetPortNPIVAttributes(handle, portCtr, npivattrs);
488 portCtr, npivattr
[all...]
H A Dfcinfo-list.c88 int portCtr; local
124 for (portCtr = 0; portCtr < attrs->NumberOfPorts; portCtr++) {
126 portCtr, port)) != HBA_STATUS_OK) {
129 "attributes reason: "), portCtr);
139 if (portCtr >= attrs->NumberOfPorts) {
147 *portIndex = portCtr;

Completed in 61 milliseconds