Searched refs:is_bitmap (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsubr_unit.c359 is_bitmap(struct unrhdr *uh, struct unr *up) function
390 if (is_bitmap(uh, uf))
401 if (is_bitmap(uh, up))
418 if (!is_bitmap(uh, us)) {
431 if (!is_bitmap(uh, uf)) {
504 if (is_bitmap(uh, up)) {
691 if (is_bitmap(uh, up)) {
807 if (is_bitmap(uh, up)) {
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_page.c518 int is_bitmap)
544 if (!is_bitmap && !bp[0]) {
550 if (is_bitmap) {
572 __put_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_bitmap) argument
584 if (is_bitmap) {
517 __get_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_disk, int is_bitmap) argument

Completed in 101 milliseconds