Lines Matching defs:fromhost

222 	char *fromhost = pair.fhost;
332 fromhost, fromfile, frombitmap,
501 ctag_check(char *fromhost, char *fromfile, char *frombitmap, char *tohost,
518 hp = gethost_byname(fromhost);
531 fromhost, fromfile, tohost, tofile);
1709 char fromhost[MAX_RDC_HOST_SIZE];
2288 * fromhost fromfile frombitmap tohost tofile tobitmap ip sync
2359 (void) cfg_get_cstring(cfg, key, fromhost,
2360 sizeof (fromhost));
2425 (void) strncpy(fromhost, argv[optind],
2435 if ((fromhost[MAX_RDC_HOST_SIZE - 1] != '\0') ||
2443 if ((inet_addr(fromhost) != (in_addr_t)(-1)) ||
2612 if (gethost_netaddrs(fromhost, tohost,
2617 fromhost, tohost);
2628 if (!self_check(fromhost) && !self_check(tohost)) {
2632 "%s or host %s"), fromhost, tohost);
2659 check_rdcbitmap(flag, fromhost, frombitmap);
2683 if (ctag_check(fromhost, fromfile, frombitmap,
2715 (void) strncpy(fromhost,
2779 (void) strncpy(parms.rdc_set->primary.intf, fromhost,
2800 check_rdcbitmap(flag, fromhost, frombitmap);
2820 if (self_check(fromhost)) {
2821 check_rdcbitmap(flag, fromhost, frombitmap);
2896 fromhost, fromfile, frombitmap, tohost, tofile,
2921 if (self_check(fromhost)) {
2923 key, "lghn", fromhost) < 0) {
2928 fromhost, cfg_error(&sev));
2937 fromhost, cfg_error(&sev));
2977 checkgfields(cfg, setnumber, fromhost,
3039 rdc_force_disable(cfg, fromhost, fromfile,
3130 fromhost, fromfile, frombitmap,
3151 if (self_check(fromhost)) {
3191 enable_autosync(fromhost, fromfile,
3196 rdc_alloc_config(fromhost, fromfile,
3210 rdc_alloc_config(fromhost, fromfile,
3226 if (rdc_operation(cfg, fromhost, fromfile, frombitmap,
3250 (void) strncpy(tmphost, fromhost,
3257 (void) strncpy(fromhost, tohost,
3278 fromhost, fromfile, frombitmap,
3794 rdc_operation(CFGFILE *cfg, char *fromhost, char *fromfile, char *frombitmap,
3816 hp = gethost_byname(fromhost);
3823 fromhost, tohost);
3831 (void) strncpy(parms.rdc_set->primary.intf, fromhost,
3942 fromhost, tohost);
3952 fromhost, fromfile, tohost, tofile);
3956 (void) strncpy(parms.rdc_set->primary.intf, fromhost,
4085 fromhost, fromfile, frombitmap,
4170 fromhost, fromfile,
4177 fromhost, fromfile, frombitmap,
4188 fromhost, fromfile, frombitmap,
4387 fromhost, fromfile, frombitmap,
4400 fromhost, fromfile,
4414 fromhost, fromfile, frombitmap,
4426 fromhost, fromfile,
4434 fromhost, fromfile, frombitmap,
4499 fromhost, fromfile,
4507 fromhost,
4545 fromhost, fromfile,
4553 fromhost,
4603 fromhost, fromfile,
4611 fromhost,
4706 fromhost, fromfile,
4714 fromhost,
4754 fromhost, fromfile,
4762 fromhost,
4803 fromhost, fromfile,
4811 fromhost, fromfile, frombitmap,
4836 * fromhost fromfile frombitmap tohost tofile tobitmap
4839 * fromhost subsystem, tofile is the secondary device which is
4860 char fromhost[MAX_RDC_HOST_SIZE];
4895 (void) strncpy(fromhost, tmp, (MAX_RDC_HOST_SIZE - 1));
4896 fromhost[(MAX_RDC_HOST_SIZE - 1)] = '\0';
5017 (void) strncpy(pair_list[i].fhost, fromhost, MAX_RDC_HOST_SIZE);
5027 if (gethost_netaddrs(fromhost, tohost,
5032 "addresses for hosts %s, %s"), fromhost, tohost);
5042 if (ctag_check(fromhost, fromfile, frombitmap,
5543 checkgfields(CFGFILE *cfg, int setnumber, char *fromhost, char *fromfile,
5547 if (fromhost[0])
5549 gettext("primary host"), fromhost);