Searched refs:host (Results 276 - 300 of 879) sorted by relevance

<<11121314151617181920>>

/freebsd-current/usr.bin/clang/lld/
H A DMakefile.depend18 usr.bin/clang/llvm-tblgen.host \
/freebsd-current/sys/dev/mmc/
H A Dmmc_fdt_helpers.c49 struct mmc_host *host)
55 mmc_parse(dev, &mmc_helper, host);
76 host->caps |= MMC_CAP_SIGNALING_120;
78 host->caps &= ~( MMC_CAP_MMC_HS400_120 |
82 host->caps |= MMC_CAP_SIGNALING_180;
84 host->caps &= ~(MMC_CAP_MMC_HS400_180 |
92 host->caps |= MMC_CAP_SIGNALING_330;
94 host->caps |= MMC_CAP_SIGNALING_330;
48 mmc_fdt_parse(device_t dev, phandle_t node, struct mmc_helper *helper, struct mmc_host *host) argument
/freebsd-current/crypto/openssh/
H A Dssh-keysign.c65 valid_request(struct passwd *pw, char *host, struct sshkey **ret, char **pkalgp, argument
131 /* client host name, handle trailing dot */
134 debug2_f("check expect chost %s got %s", host, p);
135 if (strlen(host) != len - 1)
139 else if (strncasecmp(host, p, len - 1) != 0)
185 char *host, *fp, *pkalg; local
240 fatal("could not open any host key");
273 if ((host = get_local_name(fd)) == NULL)
278 if (valid_request(pw, host, &key, &pkalg, data, dlen) < 0)
280 free(host);
[all...]
H A Dssh-keyscan.c319 keyprint_one(const char *host, struct sshkey *key) argument
328 export_dns_rr(host, key, stdout, 0, hashalg);
332 hostport = put_host_port(host, ssh_port);
349 char *host, *ohosts; local
358 while ((host = strsep(&hosts, ",")) != NULL)
359 keyprint_one(host, key);
364 tcpconnect(char *host) argument
374 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) {
375 error("getaddrinfo %s: %s", host, ssh_gai_strerror(gaierr));
388 error("connect (`%s'): %s", host, strerro
644 do_one_host(char *host) argument
661 do_host(char *host) argument
[all...]
/freebsd-current/usr.sbin/periodic/etc/security/
H A D100.chksetuid55 check_diff setuid - "${host} setuid diffs:"
H A D200.chkmounts56 check_diff mount - "${host} changes in mounted filesystems:"
H A D520.pfdenied50 check_diff new_only pf ${TMP} "${host} pf denied packets:"
H A D610.ipf6denied45 check_diff new_only ipf6 ${TMP} "${host} ipf6 denied packets:"
/freebsd-current/usr.sbin/ypserv/
H A Dypinit.sh17 amd.host mail.aliases ypservers protocols.byname protocols.bynumber \
98 The local host's YP domain name has not been set. Please set it with
109 The local host's hostname has not been set. Please set it with the
307 echo -n " verify host : [${node}] "
316 echo -n " next host to add: "
320 echo -n " next host to add: "
349 for host in ${HOST_LIST};
351 echo "${host} ${host}" >> ${YP_DIR}/ypservers
352 echo "${host}
[all...]
/freebsd-current/usr.sbin/arp/
H A Darp_netlink.c179 const char *host; local
191 host = hp->h_name;
193 host = "?";
197 xo_emit("{:hostname/%s} ({:ip-address/%s}) at ", host,
312 /* filter results based on host if provided */
330 delete_nl(uint32_t ifindex, char *host) argument
336 dst = getaddr(host);
344 xo_warnx("delete: cannot locate %s", host);
367 xo_warnx("delete %s: %s (%s)", host, strerror(e.error), e.error_str);
369 xo_warnx("delete %s: %s", host, strerro
379 set_nl(uint32_t ifindex, struct sockaddr_in *dst, struct sockaddr_dl *sdl, char *host) argument
[all...]
/freebsd-current/contrib/netcat/
H A Dsocks.c126 socks_connect(const char *host, const char *port, argument
160 if (decode_addrport(host, port, (struct sockaddr *)&addr,
184 hlen = strlen(host);
186 errx(1, "host name too long for SOCKS5");
192 memcpy(buf + 5, host, hlen);
246 decode_addrport(host, port, (struct sockaddr *)&addr,
270 if (strcspn(host, "\r\n\t []:") != strlen(host))
274 if (strchr(host, ':') != NULL) {
277 host, ntoh
[all...]
/freebsd-current/sys/dev/mmc/host/
H A Ddwmmc.c65 #include <dev/mmc/host/dwmmc_reg.h>
66 #include <dev/mmc/host/dwmmc_var.h>
524 sc->host.f_min = 400000;
525 sc->host.f_max = 200000000;
526 sc->host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340;
527 sc->host.caps = MMC_CAP_HSPEED | MMC_CAP_SIGNALING_330;
528 mmc_fdt_parse(sc->dev, node, &sc->mmc_helper, &sc->host);
711 dwmmc_setup_bus(sc, sc->host.f_min);
879 ios = &sc->host.ios;
1320 *(int *)result = sc->host
[all...]
/freebsd-current/crypto/heimdal/appl/rcp/
H A Drcp.c54 int do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout);
140 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
143 tolocal(argc, argv); /* Dest is local host. */
154 char *bp, *host, *src, *suser, *thost, *tuser; local
161 /* user@host */
181 host = strchr(argv[i], '@');
182 if (host) {
183 *host++ = '\0';
184 host = unbracket(host);
231 char *bp, *host, *src, *suser; local
714 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout) argument
[all...]
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_addr.c191 * addr_strings - helper function to get host and service names
196 * host name or numeric representation. Unused if NULL.
212 char host[NI_MAXHOST] = "", serv[NI_MAXSERV] = ""; local
220 host, sizeof(host), serv, sizeof(serv),
246 *hostname = OPENSSL_strdup(host);
464 * host:service => *host = "host", *service = "service"
465 * host
480 BIO_parse_hostserv(const char *hostserv, char **host, char **service, enum BIO_hostserv_priorities hostserv_prio) argument
623 BIO_lookup(const char *host, const char *service, enum BIO_lookup_type lookup_type, int family, int socktype, BIO_ADDRINFO **res) argument
652 BIO_lookup_ex(const char *host, const char *service, int lookup_type, int family, int socktype, int protocol, BIO_ADDRINFO **res) argument
[all...]
H A Dbio_sock.c69 ERR_add_error_data(2, "host=", str);
97 ERR_add_error_data(2, "host=", str);
215 int BIO_get_accept_socket(char *host, int bind_mode) argument
221 if (!BIO_parse_hostserv(host, &h, &p, BIO_PARSE_PRIO_SERV))
268 char *host = BIO_ADDR_hostname_string(&res, 1); local
270 if (host != NULL && port != NULL)
271 *ip_port = OPENSSL_zalloc(strlen(host) + strlen(port) + 2);
280 strcpy(*ip_port, host);
284 OPENSSL_free(host);
/freebsd-current/lib/libbluetooth/
H A Dbluetooth.c46 static struct hostent host; variable in typeref:struct:hostent
129 host.h_addr_list = host_addr_ptrs;
130 host.h_length = sizeof(host_addr);
131 host.h_addrtype = AF_BLUETOOTH;
134 host.h_name = cp;
135 q = host.h_aliases = host_aliases;
151 return (&host);
/freebsd-current/usr.bin/ypwhich/
H A Dypwhich.c73 "usage: ypwhich [-t] [-d domain] [[-h] host]\n"
74 " ypwhich [-t] [-d domain] [-h host] -m [mname]\n"
81 * Like yp_bind except can query a specific host
99 warnx("host is not bound to a ypmaster");
139 char *domain, *master, *map = NULL, *host = NULL; local
159 host = optarg;
192 errx(1, "host %s unknown",
208 if (host != NULL)
209 client = yp_bind_host(host, YPPROG, YPVERS, 0, 1);
219 if (host !
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp124 // preserving the host environment, as it may contain entries (LD_LIBRARY_PATH,
127 Environment host) {
130 // If the host value differs from the target (or is unset), then set it
132 auto host_it = host.find(KV.first());
133 if (host_it == host.end() || host_it->second != KV.second)
139 for (const auto &KV : host) {
140 // If the target is missing some host entries, then unset them through
150 host["QEMU_SET_ENV"] = llvm::join(set_env, ",");
155 host["QEMU_UNSET_ENV"] = llvm::join(unset_env, ",");
157 return host;
126 ComputeLaunchEnvironment(Environment target, Environment host) argument
[all...]
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h119 void startslave (const char *host, const char *, int autologin, char *autoname);
121 void start_login (const char *host, int autologin, char *name);
145 void edithost (char *pat, char *host);
/freebsd-current/sys/dev/hptmv/
H A Draid5n.h44 #define dataxfer_add_item(handle, host, cache, bytes, tocache) \
45 if (tocache) memcpy((PUCHAR)(cache), (PUCHAR)(host), bytes); \
46 else memcpy((PUCHAR)(host), (PUCHAR)(cache), bytes)
/freebsd-current/usr.sbin/lpr/filters/
H A Dlpf.c60 static char *host; /* user's machine name */ variable
83 host = *++argv;
203 printf("%7.2f\t%s:%s\n", (float)npages, host, name);
/freebsd-current/libexec/bootpd/
H A Dreadfile.c234 eval_symbol(char **, struct host *);
236 fill_defaults(struct host *, char **);
258 process_entry(struct host *, char *);
311 struct host *hp;
380 hp = (struct host *) smalloc(sizeof(struct host));
442 /* Just inserted the host struct in a new hash list. */
455 /* Just inserted the host struct in a new hash list. */
473 * Read an entire host entry from the file pointed to by "fp" and insert it
620 * Parse out all the various tags and parameters in the host entr
625 process_entry(struct host *host, char *src) argument
[all...]
/freebsd-current/lib/libc/rpc/
H A Drpcb_clnt.c134 * block all clnt_create's if we are trying to connect to a host that's down,
140 * cache of rpcbind addresses for (host, netid).
144 check_cache(const char *host, const char *netid) argument
151 if (!strcmp(cptr->ac_host, host) &&
155 host, netid);
189 add_cache(const char *host, const char *netid, struct netbuf *taddr, argument
199 ad_cache->ac_host = strdup(host);
220 fprintf(stderr, "Added to cache: %s : %s\n", host, netid);
265 * host will be stored in *targaddr; the caller is responsible for
270 getclnthandle(const char *host, cons argument
699 __rpcb_findaddr_timed(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf, const char *host, CLIENT **clpp, struct timeval *tp) argument
1018 rpcb_getaddr(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf, struct netbuf *address, const char *host) argument
1050 rpcb_getmaps(const struct netconfig *nconf, const char *host) argument
1108 rpcb_rmtcall(const struct netconfig *nconf, const char *host, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, struct timeval tout, const struct netbuf *addr_ptr) argument
1182 rpcb_gettime(const char *host, time_t *timep) argument
[all...]
/freebsd-current/contrib/ldns/compat/
H A Dfake-rfc2553.c48 int getnameinfo(const struct sockaddr *sa, size_t ATTR_UNUSED(salen), char *host, argument
61 if (host != NULL) {
63 if (strlcpy(host, inet_ntoa(sin->sin_addr),
74 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.c47 int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, argument
62 if (host != NULL) {
64 if (strlcpy(host, inet_ntoa(sin->sin_addr),
75 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)

Completed in 317 milliseconds

<<11121314151617181920>>