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

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.h63 unsigned int bh_bktcnt; member in struct:__anon1739
H A Ddumpbind.c78 (void) printf("Buckets: %d - locks held:\n", bhp->bh_bktcnt);
79 for (i = 0; i < bhp->bh_bktcnt; i++) {
104 for (i = 0; i < bhp->bh_bktcnt; i++) {
117 for (i = 0; i < bhp->bh_bktcnt; i++)
217 for (i = 0; i < bhp->bh_bktcnt; i++) {
H A Dbindings.c271 bhp->bh_bktcnt = DEFBKTS;
395 bktno = ehash(sym_name) % bhp->bh_bktcnt;

Completed in 48 milliseconds