Lines Matching refs:wwn

95 wwnConversion(uchar_t *wwn) {  in wwnConversion()  argument
97 (void) memcpy(&tmp, wwn, sizeof (uint64_t)); in wwnConversion()
354 HBA_UINT8 wwn[8]; member
441 wwnConversion(pwwn.wwn)); in fetch_mappings()
457 uint64_t wwn; in match_mappings() local
465 (void) sscanf(compare, "%016llx", &wwn); in match_mappings()
474 if (wwn == wwnConversion( in match_mappings()
475 map->entry[mapIndex].FcpId.NodeWWN.wwn) || in match_mappings()
476 wwn == wwnConversion( in match_mappings()
477 map->entry[mapIndex].FcpId.PortWWN.wwn)) { in match_mappings()
584 (void) memcpy(tmpPath->wwn, in fchba_non_encl_probe()
585 map->entry[mapIndex].FcpId.NodeWWN.wwn, in fchba_non_encl_probe()
601 (void) memcpy(tmpPath->wwn, in fchba_non_encl_probe()
602 map->entry[mapIndex].FcpId.NodeWWN.wwn, in fchba_non_encl_probe()
633 printf("%016llx ", wwnConversion(tmp->wwn)); in fchba_non_encl_probe()
677 uint64_t wwn; in fchba_inquiry() local
705 (void) sscanf(argv[path_index], "%016llx", &wwn); in fchba_inquiry()
769 if (wwn == wwnConversion( in fchba_inquiry()
770 map->entry[mapIndex].FcpId.NodeWWN.wwn) || in fchba_inquiry()
771 wwn == wwnConversion( in fchba_inquiry()
772 map->entry[mapIndex].FcpId.PortWWN.wwn)) { in fchba_inquiry()
883 uint64_t wwn; in fchba_dump_map() local
913 (void) sscanf(argv[path_index], "%016llx", &wwn); in fchba_dump_map()
960 if (wwn == wwnConversion( in fchba_dump_map()
961 portAttrs.NodeWWN.wwn) || in fchba_dump_map()
962 wwn == wwnConversion( in fchba_dump_map()
963 portAttrs.PortWWN.wwn)) { in fchba_dump_map()
1023 wwnConversion(discPortAttrs.PortWWN.wwn), in fchba_dump_map()
1024 wwnConversion(discPortAttrs.NodeWWN.wwn)); in fchba_dump_map()
1064 print_fabric_dtype_prop(portAttrs.PortWWN.wwn, in fchba_dump_map()
1065 map->entry[mapIndex].FcpId.PortWWN.wwn, 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()
1094 uint64_t wwn; in fchba_display_link_status() local
1116 (void) sscanf(argv[path_index], "%016llx", &wwn); in fchba_display_link_status()
1160 if (wwn == wwnConversion( in fchba_display_link_status()
1161 portAttrs.NodeWWN.wwn) || in fchba_display_link_status()
1162 wwn == wwnConversion( in fchba_display_link_status()
1163 portAttrs.PortWWN.wwn)) { in fchba_display_link_status()
1366 entry.FcpId.PortWWN.wwn), in scsi_vhci_details()
1504 uint64_t wwn; in fchba_display_config() local
1543 (void) sscanf(argv[path_index], "%016llx", &wwn); in fchba_display_config()
1616 if (wwn == wwnConversion( in fchba_display_config()
1617 map->entry[mapIndex].FcpId.NodeWWN.wwn) || in fchba_display_config()
1618 wwn == wwnConversion( in fchba_display_config()
1619 map->entry[mapIndex].FcpId.PortWWN.wwn)) { in fchba_display_config()
2001 path->map.FcpId.PortWWN.wwn), in fchba_display_config()
2006 wwnConversion(path->hba_pwwn.wwn)); in fchba_display_config()