| /src/lib/libwrap/ |
| tcpd.h | 15 struct host_info { struct 30 struct host_info client[1]; /* client endpoint info */ 31 struct host_info server[1]; /* server endpoint info */ 33 void (*hostname)(struct host_info *); /* address to printable hostname */ 34 void (*hostaddr)(struct host_info *); /* address to printable address */ 128 * host_info structures serve as caches for the lookup results. 134 (struct host_info *); 136 (struct host_info *); 138 (struct host_info *); 151 (struct host_info *); [all...] |
| eval.c | 6 * the sockets or TLI programming interfaces. The request_info and host_info 66 eval_hostaddr(struct host_info *host) 79 eval_hostname(struct host_info *host) 92 eval_hostinfo(struct host_info *host)
|
| hosts_access.c | 93 static int host_match(char *, struct host_info *); 94 static int hostfile_match(char *, struct host_info *); 293 host_match(char *tok, struct host_info *host) 337 hostfile_match(char *path, struct host_info *host)
|
| socket.c | 138 sock_hostaddr(struct host_info *host) 152 sock_hostname(struct host_info *host)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| valgrind.exp | 80 set board [host_info name]
|
| future.exp | 220 set host [host_info name] 609 if {[host_info exists use_at]} {
|
| gdb.exp | 2514 set res [remote_spawn host "$GDB $INTERNAL_GDBFLAGS [host_info gdb_opts] $GDBFLAGS"] 3445 set board [host_info name] 3456 set board [host_info name]
|
| /src/external/mit/libuv/dist/src/unix/ |
| hurd.c | 101 err = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t) &hbi, &cnt); 141 err = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t) &hbi, &cnt);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| valgrind.exp | 80 set board [host_info name]
|
| future.exp | 220 set host [host_info name] 609 if {[host_info exists use_at]} {
|
| gdb.exp | 2743 set res [remote_spawn host "$GDB $INTERNAL_GDBFLAGS [host_info gdb_opts] $GDBFLAGS"] 3714 set board [host_info name] 3725 set board [host_info name]
|
| /src/usr.sbin/ypserv/ypserv/ |
| ypserv.c | 95 void ypserv_sock_hostname(struct host_info *host); 109 void ypserv_sock_hostname(struct host_info *host)
|
| /src/sys/dev/pci/ |
| if_ena.c | 2488 ena_update_host_info(struct ena_admin_host_info *host_info, struct ifnet *ifp) 2491 host_info->supported_network_features[0] = 3192 struct ena_admin_host_info *host_info; local 3202 host_info = ena_dev->host_attr.host_info; 3204 host_info->os_type = ENA_ADMIN_OS_FREEBSD; 3205 host_info->kernel_ver = osreldate; 3207 snprintf(host_info->kernel_ver_str, sizeof(host_info->kernel_ver_str), 3209 host_info->os_dist = 0 3564 struct ena_admin_host_info *host_info = local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Host.cpp | 41 #include <mach/host_info.h> 1177 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo, 1243 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo,
|
| /src/sys/external/bsd/ena-com/ |
| ena_com.h | 337 struct ena_admin_host_info *host_info; member in struct:ena_host_attribute
|
| ena_com.c | 2683 host_attr->host_info, 2686 if (unlikely(!host_attr->host_info)) 2716 if (host_attr->host_info) { 2719 host_attr->host_info, 2722 host_attr->host_info = NULL;
|
| /src/external/bsd/top/dist/machine/ |
| m_macosx.c | 74 #include <mach/host_info.h>
|
| /src/external/bsd/unbound/dist/compat/ |
| getentropy_osx.c | 48 #include <mach/host_info.h>
|