Lines Matching refs:bitmap

107 	char fbitmap[NSC_MAXPATH];	/* Primary bitmap device */
111 char tbitmap[NSC_MAXPATH]; /* Secondary bitmap device */
181 return (gettext("bitmap failed"));
583 * Local bitmap must also have same ctag.
591 * Assure that if the primary has a device group, so must the bitmap
595 rdc_warn(NULL, gettext("bitmap %s is not in disk group \"%s\""),
601 * Assure that if the if there is a ctag, it must match the bitmap
607 "match disk group name \"%s\" of bitmap %s"), ctag,
804 char bitmap[NSC_MAXPATH];
811 bzero(&bitmap, sizeof (bitmap));
814 (void) sscanf(buf, "%s %s %s", master, shadow, bitmap);
819 if (strcmp(bitmap, bm) != 0)
831 char *bitmap;
855 bitmap = argv[++optind];
888 "ndr_ii.set%d.bitmap",
892 if (strcmp(buf, bitmap) != 0)
907 master, shadow, bitmap);
912 master, shadow, bitmap);
921 "entry for %s %s %s"), master, shadow, bitmap);
933 bitmap = argv[++optind];
959 * check to see if this is using a sndr bitmap.
990 if ((strcmp(buf, bitmap) == 0) ||
995 "as a Remote Mirror bitmap"), buf);
998 if (!ii_set_exists(cfg, master, shadow, bitmap)) {
1004 master, shadow, bitmap);
1010 master, shadow, bitmap);
1014 master, shadow, bitmap);
1028 cfg_dgname(bitmap, bmp_dg, sizeof (bmp_dg))))
1031 master, shadow, bitmap);
1036 master, shadow, bitmap);
1041 master, shadow, bitmap, shd_dg);
1045 master, shadow, bitmap);
1090 bit = strtok(NULL, " "); /* bitmap */
1095 * got master, shadow, overflow, and bitmap, now compare
1102 gettext("bitmap %s is in use by"
1142 gettext("bitmap %s is already "
1150 gettext("bitmap %s is already "
1168 gettext("bitmap %s is already "
1177 gettext("bitmap %s is already "
1189 gettext("bitmap %s is already "
1199 gettext("bitmap %s is already "
1666 rdc_warn(NULL, gettext("Failed to remove bitmap "
2267 "for bitmap reconfiguration"));
2271 "for bitmap set command"));
2794 (void) strncpy(orig_fbmp, parms.rdc_set->primary.bitmap,
2797 parms.rdc_set->secondary.bitmap, NSC_MAXPATH);
2808 * the bitmap is being used elsewhere
2814 * specified the same vol and bitmap
3158 "Mirror volume or bitmap"),
3846 (void) strncpy(orig_fbmp, parms.rdc_set->primary.bitmap,
3848 (void) strncpy(orig_tbmp, parms.rdc_set->secondary.bitmap,
3959 (void) strncpy(parms.rdc_set->primary.bitmap, frombitmap, NSC_MAXPATH);
3964 (void) strncpy(parms.rdc_set->secondary.bitmap, tobitmap, NSC_MAXPATH);
4354 parms.rdc_set->primary.bitmap, NSC_MAXPATH);
4363 parms.rdc_set->secondary.bitmap, NSC_MAXPATH);
4682 "remove bitmap [%s] from "
4778 "remove bitmap [%s] from "
5214 "enable with bits in bitmap set\n"), program);
5218 "enable with bits in bitmap clear\n"), program);
5236 gettext("\t%s -I a <master> <shadow> <bitmap>\t"
5240 gettext("\t%s -I d <master> <shadow> <bitmap>\t"
5272 gettext("\t%s [opts] -R b p <bitmap> [set]\t"
5273 "reconfig primary bitmap\n"), program);
5276 gettext("\t%s [opts] -R b s <bitmap> [set]\t"
5277 "reconfig secondary bitmap\n"), program);
5495 /* bitmap ought to be only used once */
5555 gettext("primary bitmap"), frombitmap);
5558 gettext("secondary bitmap"), tobitmap);
5604 * load and send the contents of the bitmap file to the kernel.
5607 rdc_bitmapset(char *tohost, char *tofile, char *bitmap, int op,
5618 * open bitmap file for reading.
5620 if ((fd = open(bitmap, O_RDONLY)) < 0) {
5621 rdc_warn(NULL, gettext("Unable to open bitmap file %s"),
5622 bitmap);
5629 bitmap);
5646 "for bitmap file %s"), buffersz, bitmap);
5653 rdc_warn(NULL, gettext("Unable to read the bitmap file, "
5668 rdc_warn(NULL, gettext("Setting bitmap ioctl failed for set "