Home
last modified time | relevance | path

Searched refs:host_info (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/rusers/
Drusers.c81 struct host_info { struct
88 void print_entry(struct host_info *, int); argument
96 struct host_info *add_host(char *);
174 struct host_info *
238 struct host_info *entry; in rusers_reply()
293 struct host_info *entry; in rusers_reply_3()
632 print_entry(struct host_info *entry, int longfmt) in print_entry()
676 struct host_info *new_hostinfo, *entry; in expandhosts()
724 const struct host_info *a = (struct host_info *)aa; in hcompare()
725 const struct host_info *b = (struct host_info *)bb; in hcompare()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/lib/
Dada.exp76 set host [host_info name];
354 if [host_info exists use_at] {
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteMacOSX.cpp129 PlatformRemoteMacOSX::GetSupportedArchitectures(const ArchSpec &host_info) { in GetSupportedArchitectures() argument
DPlatformRemoteAppleWatch.cpp148 PlatformRemoteAppleWatch::GetSupportedArchitectures(const ArchSpec &host_info) { in GetSupportedArchitectures() argument
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachTask.mm305 struct host_cpu_load_info host_info;
318 (host_info_t)&host_info, &count);
379 << host_info.cpu_ticks[CPU_STATE_USER] << ';';
381 << host_info.cpu_ticks[CPU_STATE_SYSTEM] << ';';
383 << host_info.cpu_ticks[CPU_STATE_IDLE] << ';';