Searched refs:portattrs (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fcinfo/ |
H A D | fcadm-list.c | 427 HBA_PORTATTRIBUTES portattrs; in retrieveNPIVAttrs() local 451 memset(&portattrs, 0, sizeof (HBA_PORTATTRIBUTES)); in retrieveNPIVAttrs() 454 portCtr, &portattrs); in retrieveNPIVAttrs() 460 portCtr, &portattrs); in retrieveNPIVAttrs() 471 if (memcmp(portWWN.wwn, portattrs.PortWWN.wwn, in retrieveNPIVAttrs() 472 sizeof (portattrs.PortWWN.wwn)) == 0) { in retrieveNPIVAttrs()
|
H A D | fcinfo-list.c | 285 HBA_PORTNPIVATTRIBUTES portattrs; in printHBANPIVPortInfo() local 291 status = Sun_HBA_GetPortNPIVAttributes(handle, portindex, &portattrs); in printHBANPIVPortInfo() 296 handle, portindex, &portattrs); in printHBANPIVPortInfo() 315 if (portattrs.MaxNumberOfNPIVPorts) { in printHBANPIVPortInfo() 317 portattrs.MaxNumberOfNPIVPorts); in printHBANPIVPortInfo() 323 for (index = 0; index < portattrs.NumberOfNPIVPorts; index++) { in printHBANPIVPortInfo()
|