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

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h62 } leak_bufctl_t; typedef in typeref:struct:leak_bufctl
63 #define LEAK_BUFCTL_SIZE(d) (OFFSETOF(leak_bufctl_t, lkb_stack[(d)]))
106 * leak_bufctl_t. That will be used in subsequent target invocations
162 * invoke cb for the passed in leak_bufctl_t.
171 extern int leaky_subr_bufctl_cmp(const leak_bufctl_t *, const leak_bufctl_t *);
174 extern void leaky_subr_dump(const leak_bufctl_t *, int verbose);
177 extern int leaky_subr_invoke_callback(const leak_bufctl_t *, mdb_walk_cb_t,
H A Dleaky.c79 leak_bufctl_t **lt_sorted;
84 leak_bufctl_t *lkw_current;
85 leak_bufctl_t *lkw_hash_next;
95 static leak_bufctl_t *lk_bufctl[LK_BUFCTLHSIZE];
471 leak_bufctl_t *nlkb, *lkb;
520 ((volatile leak_bufctl_t *)nlkb)->lkb_next = lkb->lkb_next;
521 ((volatile leak_bufctl_t *)lkb)->lkb_next = nlkb;
554 const leak_bufctl_t *lhs = *((const leak_bufctl_t **)l);
555 const leak_bufctl_t *rh
[all...]
H A Dleaky_subr.c566 mdb_warn("internal error: invalid leak_bufctl_t\n");
603 leaky_subr_bufctl_cmp(const leak_bufctl_t *lhs, const leak_bufctl_t *rhs)
662 leaky_subr_dump(const leak_bufctl_t *lkb, int verbose)
664 const leak_bufctl_t *cur;
896 leaky_subr_invoke_callback(const leak_bufctl_t *lkb, mdb_walk_cb_t cb,
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c677 leaky_subr_bufctl_cmp(const leak_bufctl_t *lhs, const leak_bufctl_t *rhs)
844 mdb_warn("internal error: invalid leak_bufctl_t\n");
884 leaky_subr_dump(const leak_bufctl_t *lkb, int verbose)
886 const leak_bufctl_t *cur;
1123 leaky_subr_invoke_callback(const leak_bufctl_t *lkb, mdb_walk_cb_t cb,

Completed in 49 milliseconds