Lines Matching refs:portAttrs
278 HBA_PORTATTRIBUTES portAttrs; in fchba_display_port() local
315 &portAttrs)) { in fchba_display_port()
319 portAttrs.OSDeviceName, in fchba_display_port()
335 (void) printf("%-65s ", portAttrs.OSDeviceName); in fchba_display_port()
337 if (portAttrs.NumberofDiscoveredPorts > 0) { in fchba_display_port()
519 HBA_PORTATTRIBUTES portAttrs; in fchba_non_encl_probe() local
564 &portAttrs)) { in fchba_non_encl_probe()
568 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_non_encl_probe()
613 portAttrs.PortWWN, in fchba_non_encl_probe()
681 HBA_PORTATTRIBUTES portAttrs; in fchba_inquiry() local
757 &portAttrs)) { in fchba_inquiry()
761 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_inquiry()
792 portAttrs.PortWWN, in fchba_inquiry()
806 portAttrs.PortWWN, in fchba_inquiry()
810 portAttrs.PortWWN, in fchba_inquiry()
887 HBA_PORTATTRIBUTES portAttrs; in fchba_dump_map() local
953 &portAttrs)) { in fchba_dump_map()
961 portAttrs.NodeWWN.wwn) || in fchba_dump_map()
963 portAttrs.PortWWN.wwn)) { in fchba_dump_map()
972 portAttrs.OSDeviceName, in fchba_dump_map()
997 if (!fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_dump_map()
1012 discIndex < portAttrs.NumberofDiscoveredPorts; in fchba_dump_map()
1035 portAttrs.PortWWN, in fchba_dump_map()
1055 portAttrs.PortWWN, in fchba_dump_map()
1064 print_fabric_dtype_prop(portAttrs.PortWWN.wwn, in fchba_dump_map()
1071 portAttrs.PortFcId, 0, in fchba_dump_map()
1072 wwnConversion(portAttrs.PortWWN.wwn), in fchba_dump_map()
1073 wwnConversion(portAttrs.NodeWWN.wwn)); in fchba_dump_map()
1074 print_fabric_dtype_prop(portAttrs.PortWWN.wwn, in fchba_dump_map()
1075 portAttrs.PortWWN.wwn, 0x1f); in fchba_dump_map()
1097 HBA_PORTATTRIBUTES portAttrs; in fchba_display_link_status() local
1154 &portAttrs)) { in fchba_display_link_status()
1161 portAttrs.NodeWWN.wwn) || in fchba_display_link_status()
1163 portAttrs.PortWWN.wwn)) { in fchba_display_link_status()
1172 portAttrs.OSDeviceName, in fchba_display_link_status()
1198 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_display_link_status()
1213 discIndex < portAttrs.NumberofDiscoveredPorts; in fchba_display_link_status()
1222 status = HBA_SendRLS(handle, portAttrs.PortWWN, in fchba_display_link_status()
1259 status = HBA_SendRLS(handle, portAttrs.PortWWN, in fchba_display_link_status()
1260 portAttrs.PortWWN, in fchba_display_link_status()
1274 portAttrs.PortFcId, in fchba_display_link_status()
1284 portAttrs.PortFcId, in fchba_display_link_status()
1508 HBA_PORTATTRIBUTES portAttrs; in fchba_display_config() local
1602 &portAttrs)) { in fchba_display_config()
1606 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_display_config()
1638 (void) memcpy(&head->hba_pwwn, &portAttrs.PortWWN, in fchba_display_config()
1641 portAttrs.OSDeviceName); in fchba_display_config()
1646 portAttrs.PortWWN, portAttrs.OSDeviceName); in fchba_display_config()
1685 &portAttrs)) { in fchba_display_config()
1689 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_display_config()
1720 (void) memcpy(&head->hba_pwwn, &portAttrs.PortWWN, in fchba_display_config()
1723 portAttrs.OSDeviceName); in fchba_display_config()
1728 portAttrs.PortWWN, portAttrs.OSDeviceName); in fchba_display_config()