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

/opensolaris-onvv-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c427 HBA_PORTATTRIBUTES portattrs; local
451 memset(&portattrs, 0, sizeof (HBA_PORTATTRIBUTES));
454 portCtr, &portattrs);
460 portCtr, &portattrs);
471 if (memcmp(portWWN.wwn, portattrs.PortWWN.wwn,
472 sizeof (portattrs.PortWWN.wwn)) == 0) {
H A Dfcinfo-list.c285 HBA_PORTNPIVATTRIBUTES portattrs; local
291 status = Sun_HBA_GetPortNPIVAttributes(handle, portindex, &portattrs);
296 handle, portindex, &portattrs);
315 if (portattrs.MaxNumberOfNPIVPorts) {
317 portattrs.MaxNumberOfNPIVPorts);
323 for (index = 0; index < portattrs.NumberOfNPIVPorts; index++) {

Completed in 45 milliseconds