HomeSort by: relevance | last modified time | path
    Searched defs:wwn (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc64/include/
bootinfo.h 140 uint64_t wwn; /* zero for non FC-AL drives */ member in struct:btinfo_bootdev_unit
  /src/sys/dev/ic/
isp_netbsd.h 100 uint64_t wwn; member in struct:isposinfo
272 #define DEFAULT_NODEWWN(isp, chan) (isp)->isp_osinfo.wwn
273 #define DEFAULT_PORTWWN(isp, chan) (isp)->isp_osinfo.wwn
275 ((isp)->isp_osinfo.wwn? (isp)->isp_osinfo.wwn : \
279 ((isp)->isp_osinfo.wwn? (isp)->isp_osinfo.wwn : \
isp.c 2397 uint64_t wwn = INI_NONE; local
2403 return (wwn);
2424 return (wwn);
2427 wwn =
2437 wwn =
2447 return (wwn);
3050 * for the same Port and Node WWN.
3676 isp_prt(isp, ISP_LOGWARN, "changed WWN"
3845 * Revive it. We know that WWN and WWPN
8179 uint64_t wwn; local
8257 uint64_t wwn; local
    [all...]
  /src/sys/arch/sparc64/sparc64/
autoconf.c 922 uint64_t wwn, int lun)
928 "target %d wwn %016" PRIx64 " lun %d\n", device_xname(dev),
929 ctrlnode, target, wwn, lun));
972 if (wwn)
974 name, wwn, lun);
1055 * Match a device_t against the controller/target/lun/wwn
1062 uint64_t wwn, int lun)
1077 dev_path_drive_match(dev, ctrlnode, target, wwn, lun);
1083 "target %d wwn %016" PRIx64 " lun %d\n", device_xname(dev),
1084 ctrlnode, target, wwn, lun))
1483 uint64_t wwn = 0; local
    [all...]

Completed in 29 milliseconds