Home
last modified time | relevance | path

Searched refs:tobitmap (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/avs/rdc/
H A Dsndrboot.c129 char tobitmap[NSC_MAXPATH]; in sndrboot_lintmain() local
226 (void) strncpy(tobitmap, in sndrboot_lintmain()
240 tohost, tofile, tobitmap, flag, directfile, group, in sndrboot_lintmain()
256 tobitmap, flag, directfile, group, diskqueue, doasync, in rdc_operation() argument
259 char *tohost, *tofile, *tobitmap;
420 (void) strncpy(parms.rdc_set->secondary.bitmap, tobitmap, NSC_MAXPATH);
497 frombitmap, tohost, tofile, tobitmap);
504 tohost, tofile, tobitmap,
515 tohost, tofile, tobitmap);
523 fromhost, fromfile, frombitmap, tohost, tofile, tobitmap);
[all …]
H A Dsndradm.c225 char *tobitmap = pair.tbitmap; in rdc_print() local
333 tohost, tofile, tobitmap, in rdc_print()
502 char *tofile, char *tobitmap, char *ctag, char *diskq) in ctag_check() argument
585 localfile = is_primary ? frombitmap : tobitmap; in ctag_check()
1714 char tobitmap[NSC_MAXPATH]; local
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,
[all …]
/titanic_41/usr/src/lib/librdc/common/
H A Drdcrules.c282 char *frombitmap, *tobitmap; in ctag_check() local
297 tobitmap = rdc->sbmp; in ctag_check()
383 localfile = tobitmap; in ctag_check()