/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 in function:isp_get_wwn 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 in function:isp_parse_nvram_2100 8257 uint64_t wwn; local in function:isp_parse_nvram_2400 [all...] |
/src/sys/arch/sparc64/sparc64/ |
autoconf.c | 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)) 1472 uint64_t wwn = 0; local in function:device_register_post_config [all...] |