Home
last modified time | relevance | path

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

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