Searched refs:bitmaps (Results 1 - 6 of 6) 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
H A Dsd_pcu.c292 * list - the chain of cache blocks containing the bitmaps.
321 bmap->bitmaps[i].fba_num = fba_num;
322 bmap->bitmaps[i].dirty = bits;
323 bmap->bitmaps[i].errs = (char)any_fail;
330 * containing the dirty/valid bitmaps for a set of cache blocks.
382 * In addition the bitmaps describing the validity and dirty
400 * the dirty/valid bitmaps for the cache blocks we write.
666 * iterate across all devices, flushing the data and collecting bitmaps
724 current.bitmaps = blkno;
/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 */
H A Dhash.c197 /* Read in bitmaps */
221 * For a new table, set up the bitmaps.
342 memset(hashp->hdr.bitmaps, 0, sizeof(hashp->hdr.bitmaps));
1064 P_16_COPY(srcp->bitmaps[i], destp->bitmaps[i]);
1093 M_16_SWAP(hdrp->bitmaps[i]);
H A Dhash_page.c853 if (OADDR_TO_PAGE(hashp->hdr.bitmaps[i]) == pgno)
1052 hashp->hdr.bitmaps[ndx] = (u_int16_t)pnum;
1349 hashp->hdr.bitmaps[ndx], A_BITMAP);

Completed in 68 milliseconds