Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_buf.c59 bhp->bh_hashlen = fmd.d_str_buckets; in fmd_buf_hash_create()
60 bhp->bh_hash = fmd_zalloc(sizeof (void *) * bhp->bh_hashlen, FMD_SLEEP); in fmd_buf_hash_create()
71 for (i = 0; i < bhp->bh_hashlen; i++) { in fmd_buf_hash_destroy()
79 fmd_free(bhp->bh_hash, sizeof (void *) * bhp->bh_hashlen); in fmd_buf_hash_destroy()
90 for (i = 0; i < bhp->bh_hashlen; i++) { in fmd_buf_hash_apply()
102 for (i = 0; i < bhp->bh_hashlen; i++) { in fmd_buf_hash_commit()
117 uint_t h = fmd_strhash(name) % bhp->bh_hashlen; in fmd_buf_insert()
130 uint_t h = fmd_strhash(name) % bhp->bh_hashlen; in fmd_buf_lookup()
144 uint_t h = fmd_strhash(name) % bhp->bh_hashlen; in fmd_buf_delete()
H A Dfmd_buf.h51 uint_t bh_hashlen; /* length of hash bucket array */ member
H A Dfmd_mdb.c914 return (hash_walk_init(wsp, (uintptr_t)bh.bh_hash, bh.bh_hashlen, in buf_walk_init()