Searched refs:lkb_depth (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h60 uint8_t lkb_depth; member in struct:leak_bufctl
61 leak_pc_t lkb_stack[1]; /* actually lkb_depth */
H A Dleaky_subr.c609 leaky_subr_caller(lhs->lkb_stack, lhs->lkb_depth, lbuf, &lcaller);
610 leaky_subr_caller(rhs->lkb_stack, lhs->lkb_depth, rbuf, &rcaller);
705 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth,
762 caller = (lkb->lkb_depth == 0) ? 0 : lkb->lkb_stack[0];
812 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth,
H A Dleaky.c487 nlkb->lkb_depth = depth;
505 if (lkb->lkb_type != type || lkb->lkb_depth != depth ||
650 mdb_free(l, LEAK_BUFCTL_SIZE(l->lkb_depth));
653 mdb_free(lkb, LEAK_BUFCTL_SIZE(lkb->lkb_depth));
704 if (!leaky_filter(lkb->lkb_stack, lkb->lkb_depth,
736 if (!leaky_filter(lkb->lkb_stack, lkb->lkb_depth,
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c683 leaky_subr_caller(lhs->lkb_stack, lhs->lkb_depth, lbuf, &lcaller);
684 leaky_subr_caller(rhs->lkb_stack, lhs->lkb_depth, rbuf, &rcaller);
947 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth,
997 caller = (lkb->lkb_depth == 0) ? 0 : lkb->lkb_stack[0];
1046 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth, c,

Completed in 68 milliseconds