Lines Matching defs:sync
116 int doasync; /* Device is in sync/async mode */
186 return (gettext("need sync"));
188 return (gettext("need reverse sync"));
235 char sync[16];
310 (void) strcpy(sync, "sync");
312 (void) strcpy(sync, "async");
334 directfile, sync);
371 pair.doasync ? "async" : "sync");
454 char sync[16];
460 pair->tbitmap, pair->directfile, sync, pair->group,
472 if (strcmp(sync, "sync") == 0)
474 else if (strcmp(sync, "async") == 0)
478 gettext("set %s:%s neither sync nor async"),
1002 "a sync is issued to it. The results of that "
1008 "a sync is issued to it. The results of that "
2199 if (strcmp(argv[optind], "sync") == 0)
2288 * fromhost fromfile frombitmap tohost tofile tobitmap ip sync
2406 if (strcmp(mode, "sync") == 0)
2412 gettext("set %s:%s neither sync "
2471 if (strcmp(argv[optind+7], "sync") == 0)
2579 * host a b host a b ip sync C foobar?
2898 doasync? "async" : "sync", group_p,
2980 ? "async" : "sync", group, ctag,
3089 (void) strcpy(mode, "sync");
3177 * okay, if the command is sync, just build
3860 rdc_err(NULL, gettext("cannot reconfigure sync/async, "
3862 spcs_log("sndr", NULL, gettext("cannot reconfigure sync/async, "
4048 rdc_err(NULL, gettext("can not start reverse sync"
4078 rdc_err(NULL, gettext("can not start sync"
4277 * sync as the status of an async set if it is
4293 if (cfg_put_cstring(cfg, key, "sync",
4294 strlen("sync")) < 0) {
4867 char sync[16];
4960 (void) strncpy(sync, tmp, 15);
4961 sync[15] = '\0';
5008 if (strcmp(sync, "sync") == 0)
5010 else if (strcmp(sync, "async") == 0)
5015 gettext("sync/async specification missing"));
5253 "full sync\n"), program);
5257 "full reverse sync\n"), program);
5299 gettext("\t%s [opts] -R m {sync|async} [set]\t"
5309 "update sync\n"), program);
5313 "update reverse sync\n"), program);
5347 "\\\n\t\t{sync | async} [g <group>] [q <qdev>] "
5357 "\\\n\t\t{sync | async} [g <group>] [q <qdev>]\n"));
5421 "Wait for Remote Mirror sync completion? (Y/N) [N]: "));