Searched refs:HostInfo (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.h82 } HostInfo; typedef in typeref:struct:__anon14132
92 HostInfo hosts[1]; /* vector of monitored hosts */
95 #define HEADER_LEN (sizeof(FileLayout) - sizeof(HostInfo))
107 extern HostInfo *find_host(char * /*hostname*/, int /*create*/);
H A Dfile.c77 HostInfo *find_host(char *hostname, int create)
79 HostInfo *hp;
80 HostInfo *spare_slot = NULL;
81 HostInfo *result = NULL;
136 desired_size = ((char*)spare_slot - (char*)status_info) + sizeof(HostInfo);
154 memset(spare_slot, 0, sizeof(HostInfo));
203 < (HEADER_LEN + sizeof(HostInfo) * status_info->noOfHosts)) )
231 HostInfo *this_host = &status_info->hosts[i];
301 HostInfo *hp;
H A Dprocs.c155 HostInfo *hp;
222 static int do_unmon(HostInfo *hp, my_id *idp)
263 HostInfo *hp;
301 HostInfo *hp;
339 HostInfo *hp;
372 Note that the main HostInfo structure is in a mmap()
374 monList pointed to by the HostInfo is in normal memory.
387 HostInfo *hp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp15 #include "lldb/Host/HostInfo.h"
37 sb_filespec.SetFileSpec(HostInfo::GetProgramFileSpec());
55 fspec = HostInfo::GetShlibDir();
58 fspec = HostInfo::GetSupportExeDir();
61 fspec = HostInfo::GetHeaderDir();
69 fspec = HostInfo::GetSystemPluginDir();
72 fspec = HostInfo::GetUserPluginDir();
75 fspec = HostInfo::GetProcessTempDir();
78 fspec = HostInfo::GetGlobalTempDir();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfo.h1 //===-- HostInfo.h ----------------------------------------------*- C++ -*-===//
12 /// \class HostInfo HostInfo.h "lldb/Host/HostInfo.h"
15 /// HostInfo is a class that answers information about the host operating
16 /// system. Note that HostInfo is NOT intended to be used to manipulate or
19 /// HostInfo is implemented in an OS-specific class (for example
20 /// HostInfoWindows) in a separate file, and then typedefed to HostInfo here.
21 /// Users of the class reference it as HostInfo::method().
29 /// HostInfoBase with a default implementation. This way, users of HostInfo
64 typedef HOST_INFO_TYPE HostInfo; typedef in namespace:lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp13 #include "lldb/Host/HostInfo.h"
88 HostInfo::GetArchitecture().GetTriple();
95 HostInfo::ComputeHostArchitectureSupport(g_fields->m_host_arch_32,
120 if (!HostInfo::ComputeSharedLibraryDirectory(g_fields->m_lldb_so_dir))
130 if (!HostInfo::ComputeSupportExeDirectory(g_fields->m_lldb_support_exe_dir))
140 if (!HostInfo::ComputeHeaderDirectory(g_fields->m_lldb_headers_dir))
150 if (!HostInfo::ComputeSystemPluginsDirectory(g_fields->m_lldb_system_plugin_dir))
161 if (!HostInfo::ComputeUserPluginsDirectory(g_fields->m_lldb_user_plugin_dir))
171 if (!HostInfo::ComputeProcessTempFileDirectory( g_fields->m_lldb_process_tmp_dir))
182 if (!HostInfo
[all...]
H A DHost.cpp52 #include "lldb/Host/HostInfo.h"
488 launch_info.SetArchitecture(HostInfo::GetArchitecture());
491 launch_info.SetShell(HostInfo::GetDefaultShell());
512 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) {
H A DProcessLaunchInfo.cpp14 #include "lldb/Host/HostInfo.h"
289 if (HostInfo::GetEnvironmentVar("PATH", curr_path)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp19 #include "lldb/Host/HostInfo.h"
93 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture());
123 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
132 arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp21 #include "lldb/Host/HostInfo.h"
101 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture());
131 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
140 arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp19 #include "lldb/Host/HostInfo.h"
99 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture());
129 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp14 #include "lldb/Host/HostInfo.h"
102 HostInfo::Initialize();
132 HostInfo::Terminate();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp18 #include "lldb/Host/HostInfo.h"
80 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize();
H A DPlatform.cpp27 #include "lldb/Host/HostInfo.h"
375 return HostInfo::GetAugmentedArchSpec(triple);
454 m_os_version = HostInfo::GetOSVersion();
495 return HostInfo::GetOSBuildString(s);
506 return HostInfo::GetOSKernelDescription(s);
829 // should be able to figure it out by calling HostInfo::GetOSVersion(...).
902 m_system_arch = HostInfo::GetArchitecture();
939 if (auto kind = HostInfo::ParseArchitectureKind(triple))
940 return HostInfo::GetArchitecture(*kind);
H A DUnixSignals.cpp14 #include "lldb/Host/HostInfo.h"
56 Create(HostInfo::GetArchitecture());
H A DRemoteAwarePlatform.cpp13 #include "lldb/Host/HostInfo.h"
210 return HostInfo::GetUserIDResolver();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp26 #include "lldb/Host/HostInfo.h"
187 ArchSpec host_arch(HostInfo::GetArchitecture());
258 llvm::VersionTuple version = HostInfo::GetOSVersion();
265 llvm::VersionTuple maccatalyst_version = HostInfo::GetMacCatalystVersion();
274 if (HostInfo::GetOSBuildString(s)) {
279 if (HostInfo::GetOSKernelDescription(s)) {
295 if (HostInfo::GetHostname(s)) {
303 if (HostInfo::GetHostname(s)) {
398 HostInfo::GetAugmentedArchSpec(value);
441 HostInfo
[all...]
H A DGDBRemoteCommunicationServerPlatform.cpp28 #include "lldb/Host/HostInfo.h"
520 g_domainsocket_dir = HostInfo::GetProcessTempDir();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp25 #include "lldb/Host/HostInfo.h"
110 HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp21 #include "lldb/Host/HostInfo.h"
108 HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp24 #include "lldb/Host/HostInfo.h"
105 HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp21 #include "lldb/Host/HostInfo.h"
159 if (FileSpec lldb_file_spec = HostInfo::GetShlibDir())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp19 #include "lldb/Host/HostInfo.h"
164 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp10 #include "lldb/Host/HostInfo.h"
131 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp41 #include "lldb/Host/HostInfo.h"
577 ArchSpec arch = HostInfo::GetArchitecture();
604 ArchSpec arch = HostInfo::GetArchitecture();

Completed in 293 milliseconds

12