Searched defs:hosts (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/man/man4/
H A DMakefile79 hosts.4 \
80 hosts.equiv.4 \
227 hosts.allow.4 \
228 hosts.deny.4 \
270 rhosts.4 := LINKSRC = hosts.equiv.4
272 hosts.allow.4 := LINKSRC = hosts_access.4
273 hosts.deny.4 := LINKSRC = hosts_access.4
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c81 static struct hostlist_s *hosts; variable in typeref:struct:hostlist_s
360 hosts_prev = hosts;
362 hosts = hosts_new;
363 current_host = hosts;
366 DPRINT((dfile, "Configured %d hosts.\n", num_of_hosts));
549 * - if all hosts where tried tries again for retries number of times
595 /* cycle over the hosts and possibly deliver the record */
653 current_host = hosts;
663 (void) asprintf(&ext_error, "all hosts defined "
779 *error = strdup(gettext("no hosts configure
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c208 " hosts\n"));
425 struct namelist *files, *hosts; local
449 hosts = expand(&tnl, E_ALL);
464 printf("hosts = ");
465 prnames(hosts);
467 insert(NULL, files, hosts, cmds);
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c411 int hosts = FALSE; local
445 if (meds == TRUE || hosts == TRUE)
454 hosts = TRUE;
459 if (hosts == TRUE || meds == TRUE)
472 if (hosts == TRUE || meds == TRUE)
487 if (auto_take && hosts != TRUE)
494 * Add hosts
496 if (hosts == TRUE) {
594 * can't add hosts to an existing set & enable
634 * If adding hosts t
977 int hosts = FALSE; local
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c75 char *hosts[MAXHOSTS]; member in struct:host_list_s
247 cleanup_hostlist(rdc_info); /* remove non-existent hosts */
428 if (numfound == 0) /* no matching hosts */
617 * of the thread who is looking for new hosts to spawn threads
1023 (host_list->hosts[i] == '\0')) {
1029 if (strcmp(host_list->hosts[i], host) == 0)
1036 exhost = host_list->hosts[i];
1044 host_list->hosts[k] = k < host_list->numhosts - 1 ?
1045 host_list->hosts[k+1] : NULL;
1076 if (strcmp(host, host_list->hosts[
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c2038 char **hosts, **users, **domains; local
2047 &hosts, &users, &domains,
2058 STRVAL(hosts[i]),
2066 irp_marshall_ng_next(hosts[i], users[i],
2074 if (irp_marshall_ng_next(hosts[i], users[i],
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c31 * all the Solaris frontends to lookup hosts, services, and netdir information
40 * dictates hosts/serv lookup policy.
587 /* Failover case, try hosts db for v4 address */
1021 /* Failover case, try hosts db for v4 address */
2171 int hosts, servs, i, j; local
2181 for (hn = he->h_aliases, hosts = 1; hn && *hn; hn++, hosts++) {};
2188 if ((hs = calloc(hosts * servs, sizeof (struct nd_hostserv))) == 0) {
2193 result->h_cnt = servs * hosts;
2196 for (i = 0, hn = he->h_aliases; i < hosts;
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h378 int cache_aging_ct1; /* hosts/pests - aging hits which */
404 int hosts; /* # hosts */ member in struct:_dm_process_vars

Completed in 121 milliseconds