HomeSort by: relevance | last modified time | path
    Searched defs:host (Results 1 - 25 of 228) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/usr.sbin/lpr/common_source/
common_vars.c 47 char host[MAXHOSTNAMELEN+1]; /* host machine name */ variable in typeref:typename:char[]
48 char *from = host; /* client's machine name */
common_vars.c 47 char host[MAXHOSTNAMELEN+1]; /* host machine name */ variable in typeref:typename:char[]
48 char *from = host; /* client's machine name */
  /src/sys/arch/mips/sibyte/pci/
sbpcihb.c 37 * Driver for SB-1250 PCI Host Bridge.
82 bool host; local in function:sbpcihb_attach
84 /* Tell the user whether it's host or device mode. */
86 host = (regval & M_SYS_PCI_HOST) != 0;
88 aprint_normal(": %s mode\n", host ? "host" : "device");
sbpcihb.c 37 * Driver for SB-1250 PCI Host Bridge.
82 bool host; local in function:sbpcihb_attach
84 /* Tell the user whether it's host or device mode. */
86 host = (regval & M_SYS_PCI_HOST) != 0;
88 aprint_normal(": %s mode\n", host ? "host" : "device");
sbbrz.c 174 bool host; local in function:sbbrz_attach
176 /* Tell the user whether it's host or device mode. */
178 host = (regval & M_SYS_PCI_HOST) != 0;
180 aprint_normal(": %s pci mode\n", host ? "host" : "device");
  /src/tests/lib/libc/gen/
t_sethostname.c 41 static char host[MAXHOSTNAMELEN]; variable in typeref:typename:char[]
71 (void)sethostname(host, sizeof(host));
76 (void)sethostname(host, sizeof(host));
82 atf_tc_set_md_var(tc, "descr", "Too long host name errors out?");
97 (void)sethostname(host, sizeof(host));
103 atf_tc_set_md_var(tc, "descr", "Can normal user set the host name?");
112 ATF_REQUIRE_ERRNO(EPERM, sethostname(host, sizeof(host)) == -1)
    [all...]
t_sethostname.c 41 static char host[MAXHOSTNAMELEN]; variable in typeref:typename:char[]
71 (void)sethostname(host, sizeof(host));
76 (void)sethostname(host, sizeof(host));
82 atf_tc_set_md_var(tc, "descr", "Too long host name errors out?");
97 (void)sethostname(host, sizeof(host));
103 atf_tc_set_md_var(tc, "descr", "Can normal user set the host name?");
112 ATF_REQUIRE_ERRNO(EPERM, sethostname(host, sizeof(host)) == -1)
    [all...]
  /src/tools/llvm-clang/
Makefile 7 .include "${.CURDIR}/../Makefile.host"
9 install.host: ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang++
10 install.host: ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang-cpp
Makefile 7 .include "${.CURDIR}/../Makefile.host"
9 install.host: ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang++
10 install.host: ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang-cpp
  /src/usr.bin/innetgr/
innetgr.c 45 "usage: %s [-v] [-d domain] [-h host] [-u user] netgroup\n",
55 char *host = NULL; local in function:main
64 host = optarg;
80 ok = innetgr(argv[optind], host, user, domain);
innetgr.c 45 "usage: %s [-v] [-d domain] [-h host] [-u user] netgroup\n",
55 char *host = NULL; local in function:main
64 host = optarg;
80 ok = innetgr(argv[optind], host, user, domain);
  /src/tools/host-mkdep/
Makefile 5 HOSTPROG= host-mkdep
6 HOSTPROGNAME= ${_TOOL_PREFIX}host-mkdep
11 CLEANFILES+= config.cache config.log config.status host-mkdep
17 # available at the time that host-mkdep is built. The configure script
27 realall: host-mkdep
28 host-mkdep: configure host-mkdep.in
37 # Install rule, copied from src/tools/Makefile.host.
38 # We can't include Makefile.host because there is no HOST_SRCDIR
39 # corresponding to host-mkdep
    [all...]
Makefile 5 HOSTPROG= host-mkdep
6 HOSTPROGNAME= ${_TOOL_PREFIX}host-mkdep
11 CLEANFILES+= config.cache config.log config.status host-mkdep
17 # available at the time that host-mkdep is built. The configure script
27 realall: host-mkdep
28 host-mkdep: configure host-mkdep.in
37 # Install rule, copied from src/tools/Makefile.host.
38 # We can't include Makefile.host because there is no HOST_SRCDIR
39 # corresponding to host-mkdep
    [all...]
  /src/lib/libwrap/
eval.c 4 * Routines for controlled evaluation of host names, user names, and so on.
44 * host name has the value STRING_PARANOID it means there was a name/address
66 eval_hostaddr(struct host_info *host)
68 if (host->addr[0] == 0) {
69 (void)strlcpy(host->addr, unknown, sizeof(host->addr));
70 if (host->request->hostaddr != 0)
71 host->request->hostaddr(host);
73 return (host->addr)
134 char *host = eval_hostinfo(request->server); local in function:eval_server
    [all...]
eval.c 4 * Routines for controlled evaluation of host names, user names, and so on.
44 * host name has the value STRING_PARANOID it means there was a name/address
66 eval_hostaddr(struct host_info *host)
68 if (host->addr[0] == 0) {
69 (void)strlcpy(host->addr, unknown, sizeof(host->addr));
70 if (host->request->hostaddr != 0)
71 host->request->hostaddr(host);
73 return (host->addr)
134 char *host = eval_hostinfo(request->server); local in function:eval_server
    [all...]
  /src/libexec/rexecd/unit-tests/
rexec.c 50 char *host = __UNCONST("localhost"); local in function:main
59 host = optarg;
77 if ((s = rexec(&host, sv->s_port, user, pass, cmd, NULL)) == -1)
rexec.c 50 char *host = __UNCONST("localhost"); local in function:main
59 host = optarg;
77 if ((s = rexec(&host, sv->s_port, user, pass, cmd, NULL)) == -1)
  /src/sbin/mount_portal/
pt_tcp.c 59 * Key will be tcp/host/port[/"priv"]
61 * requested host and port.
68 char host[MAXHOSTNAMELEN]; local in function:portal_tcp
78 if (q == 0 || (size_t)(q - p) >= sizeof(host))
81 if (strlcpy(host, p, sizeof(host)) >= sizeof(host))
106 if (getaddrinfo(host, port, &hints, &res) != 0)
pt_tcp.c 59 * Key will be tcp/host/port[/"priv"]
61 * requested host and port.
68 char host[MAXHOSTNAMELEN]; local in function:portal_tcp
78 if (q == 0 || (size_t)(q - p) >= sizeof(host))
81 if (strlcpy(host, p, sizeof(host)) >= sizeof(host))
106 if (getaddrinfo(host, port, &hints, &res) != 0)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsi.c 89 struct intel_dsi_host *host; local in function:intel_dsi_host_init
92 host = kzalloc(sizeof(*host), GFP_KERNEL);
93 if (!host)
96 host->base.ops = funcs;
97 host->intel_dsi = intel_dsi;
98 host->port = port;
101 * We should call mipi_dsi_host_register(&host->base) here, but we don't
102 * have a host->dev, and we don't have OF stuff either. So just use the
109 kfree(host);
    [all...]
  /src/usr.bin/finger/
net.c 72 char *host; local in function:netfinger
78 if (!(host = strrchr(name, '@')))
80 *host++ = '\0';
85 error = getaddrinfo(host, "finger", &hints, &res0);
87 warnx("%s: %s", gai_strerror(error), host);
114 /* have network connection; identify the host connected with */
115 (void)printf("[%s]\n", res0->ai_canonname ? res0->ai_canonname : host);
  /src/usr.bin/who/
utmpentry.h 50 char host[WHO_HOST_LEN + 1]; member in struct:utmpentry
  /src/usr.sbin/ldpd/
label.h 54 bool host; /* change routes using RTF_HOST */ member in struct:label
  /src/tools/libctf/
Makefile 58 realinstall: install.host
59 install.host: ${TOOLDIR}/lib/libctf.a
  /src/tools/libmopcopy/
Makefile 34 realinstall: install.host
35 install.host: ${TOOLDIR}/lib/libmopcopy.a

Completed in 65 milliseconds

1 2 3 4 5 6 7 8 910