Lines Matching refs:wwn
885 uint64_t wwn, int lun)
891 "target %d wwn %016" PRIx64 " lun %d\n", device_xname(dev),
892 ctrlnode, target, wwn, lun));
935 if (wwn)
937 name, wwn, lun);
1018 * Match a device_t against the controller/target/lun/wwn
1025 uint64_t wwn, int lun)
1040 dev_path_drive_match(dev, ctrlnode, target, wwn, lun);
1046 "target %d wwn %016" PRIx64 " lun %d\n", device_xname(dev),
1047 ctrlnode, target, wwn, lun));
1082 if (bi_unit->wwn != wwn || (bi_unit->target+off) != target
1084 DPRINTF(ACDB_BOOTDEV, ("mismatch: wwn %016" PRIx64 " - %016" PRIx64
1086 bi_unit->wwn, wwn, bi_unit->target, target, bi_unit->lun, lun));
1295 if (OF_getprop(ofnode, "port-wwn", &pwwn, sizeof(pwwn))
1299 prop_dictionary_set(dict, "port-wwn", pwwnd);
1303 if (OF_getprop(ofnode, "node-wwn", &nwwn, sizeof(nwwn))
1307 prop_dictionary_set(dict, "node-wwn", nwwnd);
1472 uint64_t wwn = 0;
1476 * acquired its WWN device property by now,
1480 "port-wwn", &wwn)) {
1499 wwn, periph->periph_lun);