Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c69 static u_int32_t *fetch_bitmap __P((HTAB *, int32_t));
1091 if (!(freep = fetch_bitmap(hashp, i)))
1313 freep = fetch_bitmap(hashp, free_page);
1332 fetch_bitmap(hashp, ndx) in fetch_bitmap() function