Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1111 modules[bi->bi_module_cnt].bm_hash = in dboot_find_console_modules()
1187 ascii = (const char *)(uintptr_t)modules[midx].bm_hash; in check_image_hash()
1241 modules[i].bm_hash == (native_ptr_t)(uintptr_t)NULL) { in check_images()
1246 (void *)(uintptr_t)modules[i].bm_hash, in check_images()
1307 modules[midx].bm_hash = (native_ptr_t)(uintptr_t)NULL; in process_module()
1351 modules[midx].bm_hash = in process_module()
1381 if (modules[0].bm_hash != (native_ptr_t)(uintptr_t)NULL || in fixup_modules()
1383 modules[1].bm_hash != (native_ptr_t)(uintptr_t)NULL)) { in fixup_modules()
1407 modules[i].bm_hash != (native_ptr_t)(uintptr_t)NULL) { in assign_module_hashes()
1423 modules[i].bm_hash = modules[j].bm_addr; in assign_module_hashes()
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootinfo.h86 native_ptr_t bm_hash; member