Searched defs:tofile (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dutils.c88 char tofile[MAXNAMLEN + 1]; local
101 (void) strcpy(tofile, to);
102 (void) strcat(tofile, dbm_pag);
104 if (rename(fromfile, tofile)) {
106 tofile);
110 (void) strcpy(savefile, tofile);
113 (void) strcpy(tofile, to);
114 (void) strcat(tofile, dbm_dir);
116 if (rename(fromfile, tofile)) {
118 tofile);
[all...]
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcrules.c281 char *fromfile, *tofile; local
296 tofile = rdc->sfile;
326 fromhost, fromfile, tohost, tofile);
340 localfile = tofile;
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c267 * tofile - secondary volume
273 find_setnumber_in_libcfg(CFGFILE *cfg, char *ctag, char *tohost, char *tofile) argument
316 if (strcmp(secondary, tofile) != 0) {
364 get_cfg_setid(CFGFILE *cfg, char *ctag, char *tohost, char *tofile) argument
381 setnum = find_setnumber_in_libcfg(cfg, ctag, tohost, tofile);
393 "for %s:%s"), program, tohost, tofile);
H A Dsndrboot.c127 char tofile[NSC_MAXPATH]; local
218 (void) strncpy(tofile,
240 tohost, tofile, tobitmap, flag, directfile, group,
255 rdc_operation(fromhost, fromfile, frombitmap, tohost, tofile,
259 char *tohost, *tofile, *tobitmap;
419 (void) strncpy(parms.rdc_set->secondary.file, tofile, NSC_MAXPATH);
497 frombitmap, tohost, tofile, tobitmap);
504 tohost, tofile, tobitmap,
515 tohost, tofile, tobitmap);
523 fromhost, fromfile, frombitmap, tohost, tofile, tobitma
663 char tofile[NSC_MAXPATH]; local
[all...]
H A Dsndradm.c137 static int autosync_is_on(char *tohost, char *tofile);
218 char *tohost, *tofile; local
289 tofile = urdc->secondary.file;
304 if (strcmp(tmptofile, tofile) != 0)
333 tohost, tofile, tobitmap,
502 char *tofile, char *tobitmap, char *ctag, char *diskq)
531 fromhost, fromfile, tohost, tofile);
541 localfile = is_primary ? fromfile : tofile;
1712 char tofile[NSC_MAXPATH]; local
2284 * tohost:tofile
501 ctag_check(char *fromhost, char *fromfile, char *frombitmap, char *tohost, char *tofile, char *tobitmap, char *ctag, char *diskq) argument
3466 set_autosync(int autosync_val, char *tohost, char *tofile, char *ctag) argument
3718 autosync_is_on(char *tohost, char *tofile) argument
3794 rdc_operation(CFGFILE *cfg, char *fromhost, char *fromfile, char *frombitmap, char *tohost, char *tofile, char *tobitmap, int flag, int iflag, char *directfile, char *group, char *ctag, char *diskqueue, int *doasync, int reverse) argument
4864 char tofile[NSC_MAXPATH]; local
5607 rdc_bitmapset(char *tohost, char *tofile, char *bitmap, int op, nsc_off_t offset) argument
[all...]

Completed in 85 milliseconds