Searched refs:frombitmap (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndrboot.c | 128 char frombitmap[NSC_MAXPATH]; in sndrboot_lintmain() local 220 (void) strncpy(frombitmap, in sndrboot_lintmain() 239 if (rdc_operation(fromhost, fromfile, frombitmap, in sndrboot_lintmain() 255 rdc_operation(fromhost, fromfile, frombitmap, tohost, tofile, in rdc_operation() argument 258 char *fromhost, *fromfile, *frombitmap; in rdc_operation() 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, tohost, tofile, tobitmap); [all …]
|
H A D | sndradm.c | 224 char *frombitmap = pair.fbitmap; in rdc_print() local 332 fromhost, fromfile, frombitmap, in rdc_print() 501 ctag_check(char *fromhost, char *fromfile, char *frombitmap, char *tohost, in ctag_check() argument 585 localfile = is_primary ? frombitmap : tobitmap; in ctag_check() 1713 char frombitmap[NSC_MAXPATH]; local 2369 (void) cfg_get_cstring(cfg, key, frombitmap, 2370 sizeof (frombitmap)); 2428 (void) strncpy(frombitmap, argv[optind+2], NSC_MAXPATH); 2452 (frombitmap[NSC_MAXPATH - 1] != '\0') || 2657 (void) strncpy(frombitmap, reconfig_pbitmap, [all …]
|
/titanic_41/usr/src/lib/librdc/common/ |
H A D | rdcrules.c | 282 char *frombitmap, *tobitmap; in ctag_check() local 294 frombitmap = rdc->pbmp; in ctag_check() 381 localfile = frombitmap; in ctag_check()
|