Home
last modified time | relevance | path

Searched refs:HostName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp98 char HostName[256]; in getHostID() local
99 HostName[255] = 0; in getHostID()
100 HostName[0] = 0; in getHostID()
101 gethostname(HostName, 255); in getHostID()
102 StringRef HostNameRef(HostName); in getHostID()
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntptrap164 return $HostName{$addr} if defined($HostName{$addr});
168 defined($name) && ($HostName{$addr} = $name) && (return $name);
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp377 const char *const HostName = HostIsX64 ? "Hostx64" : "Hostx86"; in getSubDirectoryPath() local
378 sys::path::append(Path, "bin", HostName, SubdirName); in getSubDirectoryPath()
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h2702 U8 HostName[MPI2_ETHERNET_HOST_NAME_LENGTH];/* 0x7C */ member
2755 U8 HostName[MPI2_ETHERNET_HOST_NAME_LENGTH];/* 0x7C */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h3262 U8 HostName[MPI2_ETHERNET_HOST_NAME_LENGTH];/* 0x7C */ member
3315 U8 HostName[MPI2_ETHERNET_HOST_NAME_LENGTH];/* 0x7C */ member
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in447 Servername for HostName TLS extension.
/freebsd/crypto/openssl/
H A DCHANGES.md10077 testing the HostName extension for a specific single host name ('-cert'
10078 and '-key' remain fallbacks for handshakes without HostName
10784 testing the HostName extension for a specific single host name ('-cert'
10785 and '-key' remain fallbacks for handshakes without HostName