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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_buf.c62 bhp->bh_hash = fmd_zalloc(sizeof (void *) * bhp->bh_hashlen, FMD_SLEEP);
74 for (bp = bhp->bh_hash[i]; bp != NULL; bp = np) {
81 fmd_free(bhp->bh_hash, sizeof (void *) * bhp->bh_hashlen);
93 for (bp = bhp->bh_hash[i]; bp != NULL; bp = bp->buf_next)
105 for (bp = bhp->bh_hash[i]; bp != NULL; bp = bp->buf_next)
122 bp->buf_next = bhp->bh_hash[h];
123 bhp->bh_hash[h] = bp;
135 for (bp = bhp->bh_hash[h]; bp != NULL; bp = bp->buf_next) {
147 fmd_buf_t *bp, **pp = &bhp->bh_hash[h];
H A Dfmd_buf.h52 fmd_buf_t **bh_hash; /* hash bucket array for buffers */ 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 66 milliseconds