Home
last modified time | relevance | path

Searched refs:Host (Results 1 – 25 of 254) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap14 // 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 Dmvebu-gated-clock.txt20 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 Dcfginclude.sh24 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 Dservcfginclude.sh21 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 DHost.cpp94 void Host::SystemLog(Severity severity, llvm::StringRef message) { in SystemLog()
114 void Host::SystemLog(Severity severity, llvm::StringRef message) { in SystemLog()
131 Host::MonitorChildProcessCallback callback);
133 llvm::Expected<HostThread> Host::StartMonitoringChildProcess( in StartMonitoringChildProcess()
134 const Host::MonitorChildProcessCallback &callback, lldb::pid_t pid) { in StartMonitoringChildProcess()
188 Host::MonitorChildProcessCallback callback) { in MonitorChildProcessThreadFunction()
253 lldb::pid_t Host::GetCurrentProcessID() { return ::getpid(); } in GetCurrentProcessID()
257 lldb::thread_t Host::GetCurrentThread() { in GetCurrentThread()
261 const char *Host::GetSignalAsCString(int signo) { in GetSignalAsCString()
351 bool Host::GetBundleDirectory(const FileSpec &file, FileSpec &bundle) { in GetBundleDirectory()
[all …]
H A DHostInfoBase.cpp124 Log *log = GetLog(LLDBLog::Host); in GetShlibDir()
134 Log *log = GetLog(LLDBLog::Host); in GetSupportExeDir()
144 Log *log = GetLog(LLDBLog::Host); in GetHeaderDir()
155 Log *log = GetLog(LLDBLog::Host); in GetSystemPluginDir()
167 Log *log = GetLog(LLDBLog::Host); in GetUserPluginDir()
178 Log *log = GetLog(LLDBLog::Host); in GetProcessTempDir()
191 Log *log = GetLog(LLDBLog::Host); in GetGlobalTempDir()
221 Log *log = GetLog(LLDBLog::Host); in ComputePathRelativeToLibrary()
251 FileSpec lldb_file_spec(Host::GetModuleFileSpecForHostAddress( in ComputeSharedLibraryDirectory()
273 std::string pid_str{llvm::to_string(Host::GetCurrentProcessID())}; in ComputeProcessTempFileDirectory()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.h50 __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 DMakefile246 SRCS+= Host/common/Alarm.cpp
247 SRCS+= Host/common/Editline.cpp
248 SRCS+= Host/common/File.cpp
249 SRCS+= Host/common/FileAction.cpp
250 SRCS+= Host/common/FileCache.cpp
251 SRCS+= Host/common/FileSystem.cpp
252 SRCS+= Host/common/Host.cpp
253 SRCS+= Host/common/HostInfoBase.cpp
254 SRCS+= Host/common/HostNativeThreadBase.cpp
255 SRCS+= Host/common/HostProcess.cpp
[all …]
/freebsd/sbin/setkey/
H A Dsample.cf36 # 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/Sema/
H A DSemaCUDA.cpp107 return CUDAFunctionTarget::Host; in IdentifyTarget()
125 auto Target = CUDAFunctionTarget::Host; in CUDATargetContextRAII()
153 return CUDAFunctionTarget::Host; in IdentifyTarget()
161 return CUDAFunctionTarget::Host; in IdentifyTarget()
261 (CallerTarget == CUDAFunctionTarget::Host && in IdentifyPreference()
274 CalleeTarget == CUDAFunctionTarget::Host) in IdentifyPreference()
283 (CalleeTarget == CUDAFunctionTarget::Host || in IdentifyPreference()
295 if ((CallerTarget == CUDAFunctionTarget::Host && in IdentifyPreference()
298 CalleeTarget == CUDAFunctionTarget::Host) || in IdentifyPreference()
300 CalleeTarget == CUDAFunctionTarget::Host)) in IdentifyPreference()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp1 //===-- source/Host/netbsd/HostNetBSD.cpp ---------------------------------===//
22 #include "lldb/Host/FileSystem.h"
23 #include "lldb/Host/Host.h"
24 #include "lldb/Host/HostInfo.h"
36 #include "llvm/TargetParser/Host.h"
49 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment()
105 Log *log = GetLog(LLDBLog::Host); in GetNetBSDProcessCPUType()
181 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
258 bool Host in GetProcessInfo()
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h101 void SetMonitorProcessCallback(Host::MonitorChildProcessCallback callback) { in SetMonitorProcessCallback()
105 const Host::MonitorChildProcessCallback &GetMonitorProcessCallback() const { in GetMonitorProcessCallback()
141 Host::MonitorChildProcessCallback m_monitor_callback;
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp44 Environment Host::GetEnvironment() { in GetEnvironment()
143 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
203 bool Host::GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessInfo()
217 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/
H A Dakebono.txt14 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 Daspeed-lpc.txt16 * 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/freebsd/
H A DHost.cpp153 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
230 bool Host::GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessInfo()
244 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment()
246 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntptrap109 &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 DClangHost.cpp34 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 DHostProcessPosix.cpp64 const Host::MonitorChildProcessCallback &callback) { in StartMonitoring()
65 return Host::StartMonitoringChildProcess(callback, m_process); in StartMonitoring()
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsocfpga-dw-mshc.txt2 Storage Host Controller
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
H A Dimg-dw-mshc.txt2 Host Controller
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
H A Dbluefield-dw-mshc.txt2 Mobile Storage Host Controller
10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
H A Dzx-dw-mshc.txt2 Host Controller
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
/freebsd/sys/netgraph/bluetooth/hci/
H A DTODO21 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 DHost.inc1 //===- llvm/TargetParser/Win32/Host.inc -------------------------*- C++ -*-===//
9 // This file implements the Win32 Host support.

1234567891011