Home
last modified time | relevance | path

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

/freebsd/contrib/tcp_wrappers/
H A Dtcpd.h24 struct host_info { struct
39 struct host_info client[1]; /* client endpoint info */ argument
40 struct host_info server[1]; /* server endpoint info */
42 void (*hostname) (struct host_info *); /* address to printable hostname */
43 void (*hostaddr) (struct host_info *); /* address to printable address */
132 char *eval_hostname(struct host_info *); /* printable hostname */
133 char *eval_hostaddr(struct host_info *); /* printable host address */
134 char *eval_hostinfo(struct host_info *); /* host name or address */
143 void sock_hostname(struct host_info *); /* translate address to hostname */
144 void sock_hostaddr(struct host_info *); /* address to printable address */
H A Deval.c57 char *eval_hostaddr(struct host_info *host) in eval_hostaddr()
69 char *eval_hostname(struct host_info *host) in eval_hostname()
81 char *eval_hostinfo(struct host_info *host) in eval_hostinfo()
H A Dhosts_access.c92 static int host_match(char *tok, struct host_info *host);
265 static int hostfile_match(char *path, struct host_info *host) in hostfile_match()
283 static int host_match(char *tok, struct host_info *host) in host_match()
H A Dtli.c239 static void tli_hostaddr(struct host_info *host)
255 static void tli_hostname(struct host_info *host)
H A Dsocket.c140 void sock_hostaddr(struct host_info *host) in sock_hostaddr()
166 void sock_hostname(struct host_info *host) in sock_hostname()
/freebsd/sys/dev/ena/
H A Dena.c2800 struct ena_admin_host_info *host_info; in ena_config_host_info() local
2811 host_info = ena_dev->host_attr.host_info; in ena_config_host_info()
2814 host_info->bdf = rid; in ena_config_host_info()
2815 host_info->os_type = ENA_ADMIN_OS_FREEBSD; in ena_config_host_info()
2816 host_info->kernel_ver = osreldate; in ena_config_host_info()
2819 host_info->os_dist = 0; in ena_config_host_info()
2821 sizeof(host_info->os_dist_str) - 1); in ena_config_host_info()
2826 host_info->num_cpus = mp_ncpus; in ena_config_host_info()
2827 host_info->driver_supported_features = in ena_config_host_info()
3339 struct ena_admin_host_info *host_info = in ena_timer_service() local
[all …]
/freebsd/sys/contrib/ena-com/
H A Dena_com.c3182 host_attr->host_info, in ena_com_allocate_host_info()
3185 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info()
3188 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info()
3235 if (host_attr->host_info) { in ena_com_delete_host_info()
3238 host_attr->host_info, in ena_com_delete_host_info()
3241 host_attr->host_info = NULL; in ena_com_delete_host_info()
H A Dena_com.h370 struct ena_admin_host_info *host_info; member
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1382 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1873 rc = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&info, &num); in __kmp_get_xproc()