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

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h61 leak_pc_t lkb_stack[1]; /* actually lkb_depth */ member in struct:leak_bufctl
63 #define LEAK_BUFCTL_SIZE(d) (OFFSETOF(leak_bufctl_t, lkb_stack[(d)]))
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.c493 nlkb->lkb_stack[i] = stack[i];
510 if (lkb->lkb_stack[i] != stack[i])
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 55 milliseconds