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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.h62 nsc_off_t bitmaps; /* offset into swap for data bitmaps */ member in struct:sdbc_pwf_desc_s
63 /* (i.e. nothing to do with rdc bitmaps */
83 sdbc_pwf_rec_t bitmaps[1]; /* dynamic array based on cache block size */ member in struct:sdbc_pwf_bitmap_s
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c1365 char **bitmaps = NULL; local
1402 bitmaps = malloc(size);
1403 if (bitmaps == NULL) {
1411 bzero(bitmaps, size);
1523 bitmaps[update_needed] = strdup(buf);
1524 if (bitmaps[update_needed] == NULL) {
1588 bitmaps[j]);
1593 masters[j], shadows[j], bitmaps[j]);
1688 if (bitmaps) {
1690 if (bitmaps[
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h97 u_int16_t bitmaps[NCACHED]; /* address of overflow page bitmaps */ member in struct:hashhdr
116 int32_t nmaps; /* Initial number of bitmaps */

Completed in 61 milliseconds