Searched defs:frombitmap (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/librdc/common/
H A Drdcrules.c282 char *frombitmap, *tobitmap; local
294 frombitmap = rdc->pbmp;
381 localfile = frombitmap;
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c128 char frombitmap[NSC_MAXPATH]; local
220 (void) strncpy(frombitmap,
239 if (rdc_operation(fromhost, fromfile, frombitmap,
255 rdc_operation(fromhost, fromfile, frombitmap, tohost, tofile,
258 char *fromhost, *fromfile, *frombitmap;
415 (void) strncpy(parms.rdc_set->primary.bitmap, frombitmap, NSC_MAXPATH);
497 frombitmap, tohost, tofile, tobitmap);
503 fromhost, fromfile, frombitmap,
514 fromhost, fromfile, frombitmap,
523 fromhost, fromfile, frombitmap, tohos
661 char frombitmap[NSC_MAXPATH]; local
[all...]
H A Dsndradm.c224 char *frombitmap = pair.fbitmap; local
332 fromhost, fromfile, frombitmap,
501 ctag_check(char *fromhost, char *fromfile, char *frombitmap, char *tohost, argument
585 localfile = is_primary ? frombitmap : tobitmap;
1713 char frombitmap[NSC_MAXPATH]; local
2288 * fromhost fromfile frombitmap tohost tofile tobitmap ip sync
2369 (void) cfg_get_cstring(cfg, key, frombitmap,
2370 sizeof (frombitmap));
2428 (void) strncpy(frombitmap, argv[optind+2], NSC_MAXPATH);
2452 (frombitmap[NSC_MAXPAT
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
4862 char frombitmap[NSC_MAXPATH]; local
5543 checkgfields(CFGFILE *cfg, int setnumber, char *fromhost, char *fromfile, char *frombitmap, char *tobitmap, char *type, char *mode, char *group, char *ctag, char *diskq) argument
[all...]

Completed in 73 milliseconds