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

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootinfo.h80 native_ptr_t bm_hash; member in struct:boot_modules
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c179 dbmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */ member in struct:dbitmap
219 bmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */ member in struct:bitmap
391 hp = &bmp->bm_hash[h];
521 hp = &bmp->bm_hash[h];
677 hash_init(bmp->bm_hash);
698 bm_chunks_free(bmp->bm_hash);
999 hp = &bmp->bm_hash[h];
1066 hp = &bmp->bm_hash[h];
1136 hp = &bmp->bm_hash[h];
1417 hash_init((bmap_list_t *)bmp->bm_hash);
[all...]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c826 ascii = (const char *)(uintptr_t)modules[midx].bm_hash;
876 modules[i].bm_hash == NULL) {
881 (void *)(uintptr_t)modules[i].bm_hash,
940 modules[midx].bm_hash = NULL;
980 modules[midx].bm_hash =
1010 if (modules[0].bm_hash != NULL ||
1011 modules_used > 1 && modules[1].bm_hash != NULL) {
1024 * find the assigned hash module and set the primary module's bm_hash to point
1035 modules[i].bm_hash != NULL) {
1051 modules[i].bm_hash
[all...]

Completed in 70 milliseconds