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 101 uint64_t wwn; member in struct:isposinfo
274 #define DEFAULT_NODEWWN(isp, chan) (isp)->isp_osinfo.wwn
275 #define DEFAULT_PORTWWN(isp, chan) (isp)->isp_osinfo.wwn
277 ((isp)->isp_osinfo.wwn? (isp)->isp_osinfo.wwn : \
281 ((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 927 uint64_t wwn, int lun)
933 "target %d wwn %016" PRIx64 " lun %d\n", device_xname(dev),
934 ctrlnode, target, wwn, lun));
977 if (wwn)
979 name, wwn, lun);
1060 * Match a device_t against the controller/target/lun/wwn
1067 uint64_t wwn, int lun)
1082 dev_path_drive_match(dev, ctrlnode, target, wwn, lun);
1088 "target %d wwn %016" PRIx64 " lun %d\n", device_xname(dev),
1089 ctrlnode, target, wwn, lun))
1493 uint64_t wwn = 0; local
    [all...]

Completed in 21 milliseconds