Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c179 dbmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */ member
219 bmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */ member
391 hp = &bmp->bm_hash[h]; in bm_chunk_setup()
521 hp = &bmp->bm_hash[h]; in bm_chunk_find()
677 hash_init(bmp->bm_hash); in bm_alloc()
698 bm_chunks_free(bmp->bm_hash); in bm_free()
999 hp = &bmp->bm_hash[h]; in dbm_chunk_load()
1066 hp = &bmp->bm_hash[h]; in dbm_chunk_alloc()
1136 hp = &bmp->bm_hash[h]; in dbm_chunk_find()
1417 hash_init((bmap_list_t *)bmp->bm_hash); in dbm_alloc()
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c826 ascii = (const char *)(uintptr_t)modules[midx].bm_hash; in check_image_hash()
876 modules[i].bm_hash == NULL) { in check_images()
881 (void *)(uintptr_t)modules[i].bm_hash, in check_images()
940 modules[midx].bm_hash = NULL; in process_module()
980 modules[midx].bm_hash = in process_module()
1010 if (modules[0].bm_hash != NULL || in fixup_modules()
1011 modules_used > 1 && modules[1].bm_hash != NULL) { in fixup_modules()
1035 modules[i].bm_hash != NULL) { in assign_module_hashes()
1051 modules[i].bm_hash = modules[j].bm_addr; in assign_module_hashes()
/titanic_41/usr/src/uts/intel/sys/
H A Dbootinfo.h80 native_ptr_t bm_hash; member