Lines Matching refs:bitmap

101 unsigned long	bm_size;		/* size in bytes of bitmap */
102 unsigned long bm_actual; /* original number of bits in bitmap */
779 (void) snprintf(key, sizeof (key), "ii.set%d.bitmap", setno);
1353 free_bitmap(unsigned char *bitmap)
1355 free(bitmap);
1406 perror(gettext("malloc bitmap"));
1412 perror(gettext("malloc bitmap"));
1428 * bitmap that contains the total set of differences between the
1466 gettext("\t-[IJ] volume_set bitmap"));
1485 "bitmap"));
1488 "bitmap"));
1492 "shadow bitmap"));
1528 gettext("\t-I v b\t\timport volume bitmap"));
1530 gettext("\t-J v b\t\tjoin volume bitmap"));
1539 gettext("\t-b v\t\tdisplay bitmap volume"));
1559 "master shadow bitmap"));
1562 "master shadow bitmap"));
1923 * Check cluster tag and bitmap disk group
2003 dsw_error(gettext("Unable to access bitmap"), NULL);
2012 "Master and bitmap are the same device"), NULL);
2016 "Shadow and bitmap are the same device"), NULL);
2332 unsigned char *bitmap;
2339 bitmap = allocate_bitmap(master_volume);
2340 if (bitmap == NULL)
2344 /* count the number of bits set in bitmap */
2346 for (j = (unsigned)bitmap[i]; j; j &= j -1)
2356 (void) printf(gettext("Percent of bitmap set: %u\n"), percent);
2358 /* distinguish between 0.0000% and 0.n% of bitmap set */
2361 gettext("bitmap dirty") : gettext("bitmap clean"));
2382 (void) printf("0x%02x, ", bitmap[i]);
2393 free_bitmap(bitmap);
2719 conf->bitmap_vol, gettext("(bitmap volume)"));
2803 (void) printf(gettext(", bitmap volume offline"));
3641 gettext("Can't open imported bitmap volume\n"));
3647 gettext("Can't read imported bitmap volume\n"));
3651 /* See if this is a bitmap header */
3653 case DSW_DIRTY: /* A copy of a enable bitmap volume */
3655 check_action(gettext("Use the never imported bitmap?"));
3657 case DSW_INVALID: /* A valid diskable secondary bitmap */
3661 gettext("Secondary bitmap is not a valid bitmap volume\n"));
3678 gettext("Can't read imported bitmap volume\n"));
4143 (void) strtok(NULL, " "); /* bitmap */