Home | History | Annotate | Download | only in sparc64

Lines Matching defs:wwn

884     uint64_t wwn, int lun)
890 "target %d wwn %016" PRIx64 " lun %d\n", device_xname(dev),
891 ctrlnode, target, wwn, lun));
934 if (wwn)
936 name, wwn, lun);
1017 * Match a device_t against the controller/target/lun/wwn
1024 uint64_t wwn, int lun)
1039 dev_path_drive_match(dev, ctrlnode, target, wwn, lun);
1045 "target %d wwn %016" PRIx64 " lun %d\n", device_xname(dev),
1046 ctrlnode, target, wwn, lun));
1081 if (bi_unit->wwn != wwn || (bi_unit->target+off) != target
1083 DPRINTF(ACDB_BOOTDEV, ("mismatch: wwn %016" PRIx64 " - %016" PRIx64
1085 bi_unit->wwn, wwn, bi_unit->target, target, bi_unit->lun, lun));
1289 if (OF_getprop(ofnode, "port-wwn", &pwwn, sizeof(pwwn))
1293 prop_dictionary_set(dict, "port-wwn", pwwnd);
1297 if (OF_getprop(ofnode, "node-wwn", &nwwn, sizeof(nwwn))
1301 prop_dictionary_set(dict, "node-wwn", nwwnd);
1466 uint64_t wwn = 0;
1470 * acquired its WWN device property by now,
1474 "port-wwn", &wwn)) {
1493 wwn, periph->periph_lun);