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

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_buf.c61 bhp->bh_hashlen = fmd.d_str_buckets;
62 bhp->bh_hash = fmd_zalloc(sizeof (void *) * bhp->bh_hashlen, FMD_SLEEP);
73 for (i = 0; i < bhp->bh_hashlen; i++) {
81 fmd_free(bhp->bh_hash, sizeof (void *) * bhp->bh_hashlen);
92 for (i = 0; i < bhp->bh_hashlen; i++) {
104 for (i = 0; i < bhp->bh_hashlen; i++) {
119 uint_t h = fmd_strhash(name) % bhp->bh_hashlen;
132 uint_t h = fmd_strhash(name) % bhp->bh_hashlen;
146 uint_t h = fmd_strhash(name) % bhp->bh_hashlen;
H A Dfmd_buf.h53 uint_t bh_hashlen; /* length of hash bucket array */ member in struct:fmd_buf_hash
H A Dfmd_mdb.c907 return (hash_walk_init(wsp, (uintptr_t)bh.bh_hash, bh.bh_hashlen,

Completed in 50 milliseconds