Lines Matching refs:tobitmap

225 	char *tobitmap = pair.tbitmap;
333 tohost, tofile, tobitmap,
502 char *tofile, char *tobitmap, char *ctag, char *diskq)
585 localfile = is_primary ? frombitmap : tobitmap;
1714 char tobitmap[NSC_MAXPATH];
2288 * fromhost fromfile frombitmap tohost tofile tobitmap ip sync
2374 (void) cfg_get_cstring(cfg, key, tobitmap,
2375 sizeof (tobitmap));
2432 (void) strncpy(tobitmap, argv[optind+5], NSC_MAXPATH);
2453 (tobitmap[NSC_MAXPATH - 1] != '\0')) {
2662 (void) strncpy(tobitmap, reconfig_sbitmap,
2664 check_rdcbitmap(flag, tohost, tobitmap);
2684 tohost, tofile, tobitmap, ctag, diskqueue) < 0)
2719 (void) strncpy(tobitmap, pair_list[pairs].tbitmap,
2801 if (strncmp(orig_tbmp, tobitmap, NSC_MAXPATH) != 0)
2802 check_rdcbitmap(flag, tohost, tobitmap);
2817 (strcmp(tofile, tobitmap) == 0))
2833 check_rdcbitmap(flag, tohost, tobitmap);
2897 tobitmap, directfile,
2978 fromfile, frombitmap, tobitmap,
3040 frombitmap, tohost, tofile, tobitmap, ctag,
3131 tohost, tofile, tobitmap,
3171 different_devs(tofile, tobitmap);
3173 validate_name(cfg, tobitmap);
3198 tobitmap, "mode", "group", "ctag",
3211 frombitmap, tohost, tofile, tobitmap,
3227 tohost, tofile, tobitmap, flag, iflag, directfile,
3261 (void) strncpy(frombitmap, tobitmap,
3268 (void) strncpy(tobitmap, tmpbitmap,
3279 tohost, tofile, tobitmap,
3795 char *tohost, char *tofile, char *tobitmap,
3964 (void) strncpy(parms.rdc_set->secondary.bitmap, tobitmap, NSC_MAXPATH);
4086 tohost, tofile, tobitmap);
4171 frombitmap, tohost, tofile, tobitmap);
4178 tohost, tofile, tobitmap,
4189 tohost, tofile, tobitmap);
4362 (void) strncpy(tobitmap,
4367 if (cfg_put_cstring(cfg, key, tobitmap,
4368 strlen(tobitmap)) < 0)
4388 tohost, tofile, tobitmap,
4401 frombitmap, tohost, tofile, tobitmap);
4415 tohost, tofile, tobitmap,
4427 frombitmap, tohost, tofile, tobitmap);
4435 tohost, tofile, tobitmap);
4453 vol2 = tobitmap;
4501 tobitmap);
4509 tohost, tofile, tobitmap);
4547 tobitmap);
4555 tohost, tofile, tobitmap);
4605 tobitmap);
4613 tohost, tofile, tobitmap);
4708 tobitmap);
4716 tohost, tofile, tobitmap);
4756 tobitmap);
4764 tohost, tofile, tobitmap);
4772 if (strcmp(orig_tbmp, tobitmap) != 0) {
4785 if (nsc_lookup(volhash, tobitmap) == NULL) {
4786 if (cfg_vol_enable(cfg, tobitmap, ctag,
4791 tobitmap, tohost, tofile);
4795 tobitmap, tohost, tofile);
4805 tobitmap);
4812 tohost, tofile, tobitmap);
4836 * fromhost fromfile frombitmap tohost tofile tobitmap
4865 char tobitmap[NSC_MAXPATH];
4950 (void) strncpy(tobitmap, tmp, (NSC_MAXPATH - 1));
4951 tobitmap[(NSC_MAXPATH - 1)] = '\0';
5022 (void) strncpy(pair_list[i].tbitmap, tobitmap, NSC_MAXPATH);
5043 tohost, tofile, tobitmap, pair_list[i].ctag,
5544 char *frombitmap, char *tobitmap, char *type, char *mode, char *group,
5556 if (tobitmap[0])
5558 gettext("secondary bitmap"), tobitmap);