Home
last modified time | relevance | path

Searched refs:A_BITMAP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c803 case A_BITMAP:
817 if (addr_type != A_BITMAP)
959 case A_BITMAP:
973 addr_type == A_BITMAP || addr_type == A_HEADER);
1031 if (__new_page(hashp, pnum, A_BITMAP) != 0)
1033 if (!(ip = (u_int32_t *)__get_page(hashp, pnum, A_BITMAP)))
1340 hashp->hdr.bitmaps[ndx], A_BITMAP);
H A Dpage.h167 #define A_BITMAP 2 macro
H A Dhash.c624 (PAGE16 *)hashp->mapp[i], A_BITMAP, 1))