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

<<11121314151617181920>>

/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_getmap.c54 * be able to specify the source host explicitly since ypxfr may
61 ypxfr_get_map(char *map, char *domain, char *host, argument
73 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) {
/freebsd-11-stable/usr.bin/clang/lld/
H A DMakefile.depend19 usr.bin/clang/llvm-tblgen.host \
/freebsd-11-stable/usr.bin/rsh/
H A Drsh.c100 char *args, *host, *p, *user; local
105 host = user = NULL;
107 /* if called as something other than "rsh", use it as the host name */
113 host = p;
117 /* handle "rsh host flags" */
118 if (!host && argc > 2 && argv[1][0] != '-') {
119 host = argv[1];
162 /* if haven't gotten a host yet, do so */
163 if (!host && !(host
[all...]
/freebsd-11-stable/share/mk/
H A Dlocal.gendirdeps.mk9 Nbin/cat.host \
22 GENDIRDEPS_FILTER.host+= \
42 .if ${MACHINE} != "host"
43 GENDIRDEPS_FILTER+= ${GENDIRDEPS_FILTER_HOST_TOOLS:C,$,.host,}
/freebsd-11-stable/etc/periodic/security/
H A D520.pfdenied53 check_diff new_only pf ${TMP} "${host} pf denied packets:"
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_expat.sh21 if ! ./configure --build="$AUTOTOOLS_BUILD" --host="$AUTOTOOLS_HOST" --prefix="$ANDROID_PREFIX"; then
/freebsd-11-stable/usr.sbin/ypserv/
H A Dypinit.sh18 amd.host mail.aliases ypservers protocols.byname protocols.bynumber \
99 The local host's YP domain name has not been set. Please set it with
110 The local host's hostname has not been set. Please set it with the
308 echo -n " verify host : [${node}] "
317 echo -n " next host to add: "
321 echo -n " next host to add: "
350 for host in ${HOST_LIST};
352 echo "${host} ${host}" >> ${YP_DIR}/ypservers
353 echo "${host}
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dhostfile.c120 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) argument
134 /* Extract salt from known host entry */
142 ssh_hmac_update(ctx, host, strlen(host)) < 0 ||
231 const char *host; member in struct:load_callback_ctx
258 hostkeys->entries[hostkeys->num_entries].host = xstrdup(ctx->host);
271 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path) argument
276 ctx.host = host;
418 write_host_entry(FILE *f, const char *host, const char *ip, const struct sshkey *key, int store_hash) argument
453 add_host_to_hostfile(const char *filename, const char *host, const struct sshkey *key, int store_hash) argument
472 const char *host; member in struct:host_delete_ctx
536 hostfile_replace_entries(const char *filename, const char *host, const char *ip, struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg) argument
656 match_maybe_hashed(const char *host, const char *names, int *was_hashed) argument
674 hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx, const char *host, const char *ip, u_int options) argument
[all...]
/freebsd-11-stable/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-11-stable/sys/dev/mmc/host/
H A Ddwmmc.c37 __FBSDID("$FreeBSD: stable/11/sys/dev/mmc/host/dwmmc.c 318197 2017-05-11 20:55:11Z marius $");
59 #include <dev/mmc/host/dwmmc_reg.h>
60 #include <dev/mmc/host/dwmmc_var.h>
567 dwmmc_setup_bus(sc, sc->host.f_min);
608 sc->host.f_min = 400000;
609 sc->host.f_max = min(200000000, sc->bus_hz);
610 sc->host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340;
611 sc->host.caps = MMC_CAP_4_BIT_DATA;
678 ios = &sc->host.ios;
886 dwmmc_setup_bus(sc, sc->host
[all...]
/freebsd-11-stable/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-11-stable/contrib/gdb/gdb/
H A Dcharset.c41 - The `current host character set' is the character set GDB should
50 character sets that it can use as its host or target character
57 (mostly target->host conversions),
60 characters the user enters in expressions (mostly host->target
66 host/target character set pair. If GDB supports N character sets,
72 pairing of host and target character set, while still allowing
84 translations: when the host and target character sets are the
104 /* Non-zero iff this character set can be used as a host character
105 set. At present, GDB basically assumes that the host character
537 /* Translate TARGET_CHAR into the host characte
940 set_host_and_target_charsets(struct charset *host, struct charset *target) argument
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_host.c41 * NFS host file system.
42 * Mounts all exported filesystems from a given host.
65 "host",
143 * the host filesystem. If we don't do this, the standard
220 * Call the mount daemon on the remote host to
311 char *host; local
346 host = mf->mf_server->fs_host;
370 client = get_mount_client(host, &sin, &tv, &sock, mnt_version);
374 host, clnt_spcreateerror(""));
376 plog(XLOG_ERROR, "get_mount_client failed for %s", host);
634 char *host; local
[all...]
/freebsd-11-stable/lib/libbluetooth/
H A Dbluetooth.c45 static struct hostent host; variable in typeref:struct:hostent
128 host.h_addr_list = host_addr_ptrs;
129 host.h_length = sizeof(host_addr);
130 host.h_addrtype = AF_BLUETOOTH;
133 host.h_name = cp;
134 q = host.h_aliases = host_aliases;
150 return (&host);
/freebsd-11-stable/usr.bin/ypwhich/
H A Dypwhich.c76 "usage: ypwhich [-t] [-d domain] [[-h] host]\n"
77 " ypwhich [-t] [-d domain] [-h host] -m [mname]\n"
84 * Like yp_bind except can query a specific host
102 warnx("host is not bound to a ypmaster");
142 char *domain, *master, *map = NULL, *host = NULL; local
162 host = optarg;
195 errx(1, "host %s unknown",
211 if (host != NULL)
212 client = yp_bind_host(host, YPPROG, YPVERS, 0, 1);
222 if (host !
[all...]
/freebsd-11-stable/libexec/bootpd/
H A Dreadfile.c245 eval_symbol(char **, struct host *);
247 fill_defaults(struct host *, char **);
269 process_entry(struct host *, char *);
323 struct host *hp;
392 hp = (struct host *) smalloc(sizeof(struct host));
454 /* Just inserted the host struct in a new hash list. */
467 /* Just inserted the host struct in a new hash list. */
485 * Read an entire host entry from the file pointed to by "fp" and insert it
635 * Parse out all the various tags and parameters in the host entr
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/usr.sbin/lpr/filters/
H A Dlpf.c72 static char *host; /* user's machine name */ variable
95 host = *++argv;
215 printf("%7.2f\t%s:%s\n", (float)npages, host, name);
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsinfo.h67 extern host *new_host(void);
79 extern void compute_automount_point(char *, size_t, host *, char *);
121 extern void set_host(host *hp, int k, char *v);
/freebsd-11-stable/sys/netgraph/
H A Dng_bridge.c49 * seconds when a host is seen to have jumped from one link to
52 * We keep a hashtable that maps Ethernet addresses to host info,
54 * tell us on which link the host may be found. A host's entry will
116 /* Information about a host, stored in a hash table entry */
118 struct ng_bridge_host host; /* actual host info */ member in struct:ng_bridge_hent
498 ary->hosts[i++] = hent->host;
531 struct ng_bridge_host *host; local
587 if ((host
[all...]
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_mmc.c28 * Amlogic aml8726 MMC host controller driver.
80 struct mmc_host host; member in struct:aml8726_mmc_softc
217 struct mmc_ios *ios = &sc->host.ios;
748 sc->host.f_min = aml8726_mmc_freq(sc, aml8726_mmc_div(sc, 200000));
749 sc->host.f_max = aml8726_mmc_freq(sc, aml8726_mmc_div(sc, 50000000));
750 sc->host.host_ocr = sc->voltages[0] | sc->voltages[1];
751 sc->host.caps = MMC_CAP_4_BIT_DATA | MMC_CAP_HSPEED;
849 struct mmc_ios *ios = &sc->host.ios;
940 *(int *)result = sc->host.ios.bus_mode;
943 *(int *)result = sc->host
[all...]
H A Daml8726_sdxc-m8.c28 * Amlogic aml8726-m8 (and later) SDXC host controller driver.
129 struct mmc_host host; member in struct:aml8726_sdxc_softc
926 sc->host.f_min = 200000;
927 sc->host.f_max = 100000000;
928 sc->host.host_ocr = sc->voltages[0] | sc->voltages[1];
929 sc->host.caps = MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA |
1033 struct mmc_ios *ios = &sc->host.ios;
1220 *(int *)result = sc->host.ios.bus_mode;
1223 *(int *)result = sc->host.ios.bus_width;
1226 *(int *)result = sc->host
[all...]
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c140 * block all clnt_create's if we are trying to connect to a host that's down,
146 * cache of rpcbind addresses for (host, netid).
150 check_cache(host, netid)
151 const char *host, *netid;
158 if (!strcmp(cptr->ac_host, host) &&
162 host, netid);
198 add_cache(host, netid, taddr, uaddr)
199 const char *host, *netid;
210 ad_cache->ac_host = strdup(host);
235 fprintf(stderr, "Added to cache: %s : %s\n", host, neti
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Drpcb_clnt.c141 * block all clnt_create's if we are trying to connect to a host that's down,
147 * cache of rpcbind addresses for (host, netid).
151 check_cache(const char *host, const char *netid) argument
158 if (!strcmp(cptr->ac_host, host) &&
162 host, netid);
196 add_cache(const char *host, const char *netid, struct netbuf *taddr, argument
206 ad_cache->ac_host = strdup(host);
227 fprintf(stderr, "Added to cache: %s : %s\n", host, netid);
272 * host will be stored in *targaddr; the caller is responsible for
277 getclnthandle(const char *host, cons argument
706 __rpcb_findaddr_timed(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf, const char *host, CLIENT **clpp, struct timeval *tp) argument
1015 rpcb_getaddr(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf, struct netbuf *address, const char *host) argument
1047 rpcb_getmaps(const struct netconfig *nconf, const char *host) argument
1105 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
1179 rpcb_gettime(const char *host, time_t *timep) argument
[all...]

Completed in 503 milliseconds

<<11121314151617181920>>