Searched refs:lkb_hash_next (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h51 struct leak_bufctl *lkb_hash_next; /* internal use only */ member in struct:leak_bufctl
H A Dleaky.c542 if (lkb->lkb_hash_next == NULL) {
543 lkb->lkb_hash_next = nlkb;
547 lkb = lkb->lkb_hash_next;
579 lkb = lkb->lkb_hash_next) {
652 next = lkb->lkb_hash_next;
918 for (lkb = lk_bufctl[i]; lkb != NULL; lkb = lkb->lkb_hash_next)
924 for (lkb = lk_bufctl[i]; lkb != NULL; lkb = lkb->lkb_hash_next)
960 lw->lkw_hash_next = lk->lkb_hash_next;

Completed in 49 milliseconds