/netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
H A D | dnsbl_ttl_127.0.0.1_bind_plain.ref | 2 ./test_dns_lookup: dns_query: 1.0.0.127.zen.spamhaus.org (A): Host not found 3 …/test_dns_lookup: warning: Host or domain name not found. Name service error for name=1.0.0.127.ze… 5 ./test_dns_lookup: dns_query: 1.0.0.127.bl.spamcop.net (A): Host not found 6 ./test_dns_lookup: warning: Host or domain name not found. Name service error for name=1.0.0.127.bl…
|
H A D | dnsbl_ttl_127.0.0.1_bind_ncache.ref | 2 ./test_dns_lookup: dns_query: 1.0.0.127.zen.spamhaus.org (A): Host not found 4 …/test_dns_lookup: warning: Host or domain name not found. Name service error for name=1.0.0.127.ze… 8 ./test_dns_lookup: dns_query: 1.0.0.127.bl.spamcop.net (A): Host not found 10 ./test_dns_lookup: warning: Host or domain name not found. Name service error for name=1.0.0.127.bl…
|
H A D | nxdomain_test.ref | 2 ./test_dns_lookup: dns_query: nxdomain.porcupine.org (MX): Host not found 4 ./test_dns_lookup: dns_query: nxdomain.porcupine.org (A): Host not found 5 ./test_dns_lookup: warning: Host or domain name not found. Name service error for name=nxdomain.por…
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
H A D | llvm-jitlink-executor.cpp | 52 int openListener(std::string Host, std::string PortStr) { in openListener() argument 93 outs() << "Listening at " << Host << ":" << PortStr << "\n"; in openListener() 127 StringRef Host, PortStr; in main() local 128 std::tie(Host, PortStr) = Specifier.split(':'); in main() 135 InFD = OutFD = openListener(Host.str(), PortStr.str()); in main()
|
/netbsd-src/external/mpl/dhcp/dist/doc/ |
H A D | References.txt | 653 [RFC2131] Droms, R., "Dynamic Host Configuration Protocol", 711 (Dynamic Host Configuration Protocol) Relay Agent 714 [RFC3361] Schulzrinne, H., "Dynamic Host Configuration Protocol 719 Dynamic Host Configuration Protocol (DHCPv4)", RFC 3396, 722 [RFC3397] Aboba, B. and S. Cheshire, "Dynamic Host Configuration 735 Static Route Option for Dynamic Host Configuration 739 Host Configuration Protocol (DHCPv4) Configuration of 742 [RFC3495] Beser, B. and P. Duffy, "Dynamic Host Configuration 756 for the Dynamic Host Configuration Protocol (DHCP) 760 [RFC3679] Droms, R., "Unused Dynamic Host Configuration Protocol [all …]
|
/netbsd-src/crypto/dist/ipsec-tools/src/setkey/ |
H A D | sample.cf | 35 # Host-A and Host-B. Encryption algorithm is blowfish-cbc whose key 41 # Host-A Host-B 44 # At Host-A and Host-B, 132 # ESP tunnel mode is required between Host-A and Gateway-A. 135 # ESP transport mode is recommended between Host-A and Host-B. 142 # Host-A Gateway-A Host-B 145 # At Host-A:
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | hostconfig.texi | 5 @node Host Config 6 @chapter Host Configuration 24 * Host Common:: Things every host probably needs implemented. 26 * Host Misc:: Rare configuration options for hosts. 29 @node Host Common 30 @section Host Common 39 @deftypefn {Host Hook} void HOST_HOOKS_EXTRA_SIGNALS (void) 44 @deftypefn {Host Hook} {void *} HOST_HOOKS_GT_PCH_GET_ADDRESS (size_t @ 54 @deftypefn {Host Hook} int HOST_HOOKS_GT_PCH_USE_ADDRESS (void * @var{address}, @ 75 @deftypefn {Host Hook} size_t HOST_HOOKS_GT_PCH_ALLOC_GRANULARITY (void); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | hostconfig.texi | 5 @node Host Config 6 @chapter Host Configuration 24 * Host Common:: Things every host probably needs implemented. 26 * Host Misc:: Rare configuration options for hosts. 29 @node Host Common 30 @section Host Common 39 @deftypefn {Host Hook} void HOST_HOOKS_EXTRA_SIGNALS (void) 44 @deftypefn {Host Hook} {void *} HOST_HOOKS_GT_PCH_GET_ADDRESS (size_t @ 54 @deftypefn {Host Hook} int HOST_HOOKS_GT_PCH_USE_ADDRESS (void * @var{address}, @ 75 @deftypefn {Host Hook} size_t HOST_HOOKS_GT_PCH_ALLOC_GRANULARITY (void); [all …]
|
/netbsd-src/sys/dev/pci/ |
H A D | pcidevs | 829 product ALI M1451 0x1451 M1451 Host-PCI Bridge 830 product ALI M1461 0x1461 M1461 Host-PCI Bridge 831 product ALI M1531 0x1531 M1531 Host-PCI Bridge 833 product ALI M1541 0x1541 M1541 Host-PCI Bridge 836 product ALI M1647 0x1647 M1647 Host-PCI Bridge 837 product ALI M1689 0x1689 M1689 Host-PCI Bridge 841 product ALI M5237 0x5237 M5237 USB 1.1 Host Controller 842 product ALI M5239 0x5239 M5239 USB 2.0 Host Controller 921 product ADMTEK ADM5120 0x5120 Infineon ADM5120 PCI Host Bridge 1017 product AMD F15_30_HB 0x1424 Family15h Host Bridg [all...] |
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | RemoteJITUtils.cpp | 267 static Expected<int> connectTCPSocketImpl(std::string Host, in connectTCPSocketImpl() argument 275 if (int EC = getaddrinfo(Host.c_str(), PortStr.c_str(), &Hints, &AI)) in connectTCPSocketImpl() 316 StringRef Host, PortStr; in ConnectTCPSocket() local 317 std::tie(Host, PortStr) = NetworkAddress.split(':'); in ConnectTCPSocket() 318 if (Host.empty()) in ConnectTCPSocket() 326 Expected<int> SockFD = connectTCPSocketImpl(Host.str(), PortStr.str()); in ConnectTCPSocket()
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | CheckCompilerVersion.cmake | 38 …message(FATAL_ERROR "Host ${NICE_NAME} version must be at least ${MINIMUM_VERSION}, your version i… 41 …message(WARNING "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LLVM w… 43 …message(FATAL_ERROR "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LL… 60 message(WARNING "Host Visual Studio version 16.4 is known to miscompile part of LLVM") 62 …message(FATAL_ERROR "Host Visual Studio version 16.4 is known to miscompile part of LLVM, please u… 70 …message(FATAL_ERROR "Host Clang must have at least -fms-compatibility-version=${MSVC_MIN}, your ve…
|
H A D | CheckAtomic.cmake | 56 message(FATAL_ERROR "Host compiler must support std::atomic!") 59 message(FATAL_ERROR "Host compiler appears to require libatomic, but cannot find it.") 77 message(FATAL_ERROR "Host compiler must support 64-bit std::atomic!") 80 …message(FATAL_ERROR "Host compiler appears to require libatomic for 64-bit operations, but cannot …
|
/netbsd-src/libexec/httpd/testsuite/ |
H A D | t15.in | 2 Host: 3 Host:
|
/netbsd-src/etc/ |
H A D | bootptab | 20 # ha Host hardware address 23 # ht Host hardware type (see Assigned Numbers RFC) 25 # ip Host IP address 34 # sm Host subnet mask
|
/netbsd-src/external/bsd/ntp/dist/scripts/monitoring/ |
H A D | ntptrap | 109 &ntp'send(S,31,0,"",pack("Sna4x8",&AF_INET,$ntp_port,$Host{$_})); #'; 154 next if defined($Host{$name}); 155 $Host{$name} = $addr; 156 $Host{$_} = $addr; 177 grep(&debug(" - ".$_),keys(%Host));
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_dns_filter.ref | 25 …st[127.0.0.1]: 450 4.7.1 <nxdomain.porcupine.org>: Helo command rejected: Host not found; proto=SM… 26 450 4.7.1 <nxdomain.porcupine.org>: Helo command rejected: Host not found 54 …lhost[127.0.0.1]: 450 4.7.1 <spike.porcupine.org>: Helo command rejected: Host not found; from=<us… 55 450 4.7.1 <spike.porcupine.org>: Helo command rejected: Host not found 63 …host[127.0.0.1]: 450 4.7.1 <nullmx.porcupine.org>: Helo command rejected: Host not found; from=<us… 64 450 4.7.1 <nullmx.porcupine.org>: Helo command rejected: Host not found 67 …st[127.0.0.1]: 450 4.7.1 <nxdomain.porcupine.org>: Helo command rejected: Host not found; from=<us… 68 450 4.7.1 <nxdomain.porcupine.org>: Helo command rejected: Host not found
|
/netbsd-src/etc/iscsi/ |
H A D | volumes | 6 # Host - the iSCSI server name, optionally followed by :port number 17 # Host Target Digest Auth User Alias
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Host.inc | 1 //===- llvm/Support/Win32/Host.inc ------------------------------*- C++ -*-===// 9 // This file implements the Win32 Host support.
|
/netbsd-src/sys/dev/mca/ |
H A D | mcadevs | 63 product 0x004E "NCR 53C700 SCSI Host Adapter" [6] 64 product 0x004F "NCR 53C710 SCSI Host Adapter" [6] 75 product 0x01BA "NCR 53C710 SCSI Host Adapter" [6] 76 product 0x01BB "NCR 3360 SCSI Host Adapter" [6] 79 product 0x0280 "Systech 6280 Host Adapter" [6] 80 product 0x0300 "NCR SIMPL SCSI Host Adapter" [6] 85 product 0x0708 BT640A "BusTek BT-640A SCSI Host Adapter" [6] 132 product 0x6127 "Future Domain MCS-600/700 SCSI Host Adapter" [7] 308 product 0x7F4C "NCR 53C94 SCSI Host Adapter" [6] 309 product 0x7F4D "NCR 3421 SCSI Host Adapter" [6] [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | krb-version.m4 | 19 Host=`(hostname || uname -n) 2>/dev/null | sed 1q` 22 …sed -e "s/@USER@/$User/" -e "s/@HOST@/$Host/" -e "s/@DATE@/$Date/" include/version.h.in > include/…
|
/netbsd-src/sys/dev/usb/ |
H A D | usbdevices.config | 10 #ehci* at pci? dev ? function ? # Enhanced Host Controller 11 #ohci* at pci? dev ? function ? # Open Host Controller 12 #uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 15 #ehci* at cardbus? function ? # Enhanced Host Controller 16 #ohci* at cardbus? function ? # Open Host Controller 17 #uhci* at cardbus? function ? # Universal Host Controller (Intel)
|
/netbsd-src/sys/arch/arm/samsung/ |
H A D | files.exynos | 73 # USB2 Host Controller (OHCI) 77 # USB 2 Host Controller (EHCI) 81 # SD/MMC Host Controller
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | dump | 24 >824 string >\0 Host %s, 43 >824 string >\0 Host %s, 62 >824 string >\0 Host %s,
|
/netbsd-src/sys/arch/mips/conf/ |
H A D | files.ralink | 28 # USB OHCI Host Controller 32 # USB EHCI Host Controller
|
/netbsd-src/sys/arch/evbmips/conf/ |
H A D | OMSAL400 | 38 ehci* at pci? dev ? function ? # Enhanced Host Controller 39 ohci* at pci? dev ? function ? # Open Host Controller
|