| /freebsd/contrib/llvm-project/lldb/include/ |
| H A D | module.modulemap | 14 // Because we have OS-specific headers in Host, we just list 17 module ConnectionFileDescriptor { header "lldb/Host/ConnectionFileDescriptor.h" export * } 18 module Debug { header "lldb/Host/Debug.h" export * } 19 module Editline { header "lldb/Host/Editline.h" export * } 20 module FileCache { header "lldb/Host/FileCache.h" export * } 21 module File { header "lldb/Host/File.h" export * } 22 module FileAction { header "lldb/Host/FileAction.h" export * } 23 module FileSystem { header "lldb/Host/FileSystem.h" export * } 24 module HostGetOpt { header "lldb/Host/HostGetOpt.h" export * } 25 module Host { header "lldb/Host/Host.h" export * } [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | mvebu-gated-clock.txt | 20 15 sata0 SATA Host 0 21 17 sdio SDHCI Host 25 30 sata1 SATA Host 0 39 16 usb3 USB3 Host 40 17 sdio SDHCI Host 41 18 usb USB Host 65 9 usb3h0 USB3 Host 0 66 10 usb3h1 USB3 Host 1 88 9 usb3h0 USB3 Host 0 89 10 usb3h1 USB3 Host 1 [all …]
|
| /freebsd/crypto/openssh/regress/ |
| H A D | cfginclude.sh | 24 Host d 27 Host e 31 Host f 35 Host n 53 Host d # comment 56 Host e 59 Host f 73 Host d 76 Host e 79 Host f [all …]
|
| H A D | servcfginclude.sh | 21 Match Host d 24 Match Host e 28 Match Host=f 32 Match Host n 50 Match Host=d 53 Match Host e 56 Match Host=f 70 Match Host=d 73 Match Host e 76 Match Host f
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 90 void Host::SystemLog(Severity severity, llvm::StringRef message) {} in SystemLog() 112 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() 116 Host::MonitorChildProcessCallback callback); 118 llvm::Expected<HostThread> Host::StartMonitoringChildProcess( in StartMonitoringChildProcess() 119 const Host::MonitorChildProcessCallback &callback, lldb::pid_t pid) { in StartMonitoringChildProcess() 173 Host::MonitorChildProcessCallback callback) { in MonitorChildProcessThreadFunction() 238 lldb::pid_t Host::GetCurrentProcessID() { return ::getpid(); } in GetCurrentProcessID() 242 lldb::thread_t Host::GetCurrentThread() { in GetCurrentThread() 246 const char *Host::GetSignalAsCString(int signo) { in GetSignalAsCString() 336 bool Host::GetBundleDirectory(const FileSpec &file, FileSpec &bundle) { in GetBundleDirectory() [all …]
|
| H A D | HostInfoBase.cpp | 126 Log *log = GetLog(LLDBLog::Host); in GetShlibDir() 136 Log *log = GetLog(LLDBLog::Host); in GetSupportExeDir() 146 Log *log = GetLog(LLDBLog::Host); in GetHeaderDir() 157 Log *log = GetLog(LLDBLog::Host); in GetSystemPluginDir() 169 Log *log = GetLog(LLDBLog::Host); in GetUserPluginDir() 180 Log *log = GetLog(LLDBLog::Host); in GetProcessTempDir() 193 Log *log = GetLog(LLDBLog::Host); in GetGlobalTempDir() 223 Log *log = GetLog(LLDBLog::Host); in ComputePathRelativeToLibrary() 253 FileSpec lldb_file_spec(Host::GetModuleFileSpecForHostAddress( in ComputeSharedLibraryDirectory() 275 std::string pid_str{llvm::to_string(Host::GetCurrentProcessID())}; in ComputeProcessTempFileDirectory()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_settings.h | 50 __kmp_str_buf_print(buffer, " %s %s", KMP_I18N_STR(Host), name) 52 __kmp_str_buf_print(buffer, " %s %s='", KMP_I18N_STR(Host), x) 54 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Host), n, \ 59 __kmp_str_buf_print(buffer, " %s %s='%d'\n", KMP_I18N_STR(Host), name, value) 62 KMP_I18N_STR(Host), name, value); 64 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Host), name, value)
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 255 SRCS+= Host/common/Editline.cpp 256 SRCS+= Host/common/File.cpp 257 SRCS+= Host/common/FileAction.cpp 258 SRCS+= Host/common/FileCache.cpp 259 SRCS+= Host/common/FileSystem.cpp 260 SRCS+= Host/common/Host.cpp 261 SRCS+= Host/common/HostInfoBase.cpp 262 SRCS+= Host/common/HostNativeThreadBase.cpp 263 SRCS+= Host/common/HostProcess.cpp 264 SRCS+= Host/common/HostThread.cpp [all …]
|
| /freebsd/sbin/setkey/ |
| H A D | sample.cf | 36 # Host-A and Host-B. Encryption algorithm is aes-cbc whose key 42 # Host-A Host-B 45 # At Host-A and Host-B, 133 # ESP tunnel mode is required between Host-A and Gateway-A. 136 # ESP transport mode is recommended between Host-A and Host-B. 143 # Host-A Gateway-A Host-B 146 # At Host-A:
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | RemoteJITUtils.cpp | 179 static Expected<int> connectTCPSocketImpl(std::string Host, in connectTCPSocketImpl() argument 187 if (int EC = getaddrinfo(Host.c_str(), PortStr.c_str(), &Hints, &AI)) in connectTCPSocketImpl() 243 StringRef Host, PortStr; in connectTCPSocket() 244 std::tie(Host, PortStr) = NetworkAddress.split(':'); in connectTCPSocket() 245 if (Host.empty()) in connectTCPSocket() 253 Expected<int> SockFD = connectTCPSocketImpl(Host.str(), PortStr.str()); in connectTCPSocket()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 105 return CUDAFunctionTarget::Host; in IdentifyTarget() 123 auto Target = CUDAFunctionTarget::Host; in CUDATargetContextRAII() 151 return CUDAFunctionTarget::Host; in IdentifyTarget() 159 return CUDAFunctionTarget::Host; in IdentifyTarget() 259 (CallerTarget == CUDAFunctionTarget::Host && in IdentifyPreference() 272 CalleeTarget == CUDAFunctionTarget::Host) in IdentifyPreference() 281 (CalleeTarget == CUDAFunctionTarget::Host || in IdentifyPreference() 293 if ((CallerTarget == CUDAFunctionTarget::Host && in IdentifyPreference() 296 CalleeTarget == CUDAFunctionTarget::Host) || in IdentifyPreference() 298 CalleeTarget == CUDAFunctionTarget::Host)) in IdentifyPreference() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 101 void SetMonitorProcessCallback(Host::MonitorChildProcessCallback callback) { in SetMonitorProcessCallback() 105 const Host::MonitorChildProcessCallback &GetMonitorProcessCallback() const { in GetMonitorProcessCallback() 141 Host::MonitorChildProcessCallback m_monitor_callback;
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
| H A D | akebono.txt | 14 1.a) The Secure Digital Host Controller Interface (SDHCI) node 16 Represent the Secure Digital Host Controller Interfaces. 24 1.b) The Advanced Host Controller Interface (AHCI) SATA node
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | aspeed-lpc.txt | 16 * An LPC Host Controller: Manages LPC functions such as host vs slave mode, the 20 * An LPC Host Interface Controller: Manages functions exposed to the host such 72 LPC Host Interface Controller 75 The LPC Host Interface Controller manages functions exposed to the host such as 110 LPC Host Controller 113 The Aspeed LPC Host Controller configures the Low Pin Count (LPC) bus behaviour
|
| /freebsd/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 99 Log *log = GetLog(LLDBLog::Host); in GetNetBSDProcessCPUType() 175 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl() 252 bool Host::GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessInfo() 265 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
|
| /freebsd/contrib/ntp/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));
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangHost.cpp | 34 Log *log = GetLog(LLDBLog::Host); in VerifyClangPath() 52 Log *log = GetLog(LLDBLog::Host); in DefaultComputeClangResourceDirectory() 166 Log *log = GetLog(LLDBLog::Host); in GetClangResourceDir()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | Support.cpp | 16 Log *log = GetLog(LLDBLog::Host); in getProcFile() 26 Log *log = GetLog(LLDBLog::Host); in getProcFile()
|
| H A D | HostProcessPosix.cpp | 63 const Host::MonitorChildProcessCallback &callback) { in StartMonitoring() 64 return Host::StartMonitoringChildProcess(callback, m_process); in StartMonitoring()
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | socfpga-dw-mshc.txt | 2 Storage Host Controller 8 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
| H A D | img-dw-mshc.txt | 2 Host Controller 8 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
| H A D | bluefield-dw-mshc.txt | 2 Mobile Storage Host Controller 10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
|
| /freebsd/contrib/llvm-project/lldb/source/Host/aix/ |
| H A D | Host.cpp | 135 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl() 177 bool Host::GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessInfo() 182 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
|
| /freebsd/sys/netgraph/bluetooth/hci/ |
| H A D | TODO | 21 HCI testing commands is one example. Also might implement Host to 22 Host Controller flow control (not sure if it is required).
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/Windows/ |
| H A D | Host.inc | 1 //===- llvm/TargetParser/Win32/Host.inc -------------------------*- C++ -*-===// 9 // This file implements the Win32 Host support.
|