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

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h59 uint8_t lkb_type; member in struct:leak_bufctl
136 * the same lkb_type -- full display order is type (lowest-to-highest),
H A Dleaky_subr.c676 switch (lkb->lkb_type) {
902 switch (lkb->lkb_type) {
H A Dleaky.c482 nlkb->lkb_type = type;
505 if (lkb->lkb_type != type || lkb->lkb_depth != depth ||
580 if (lkb->lkb_type == type)
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c893 uint8_t type = lkb->lkb_type;
905 switch (lkb->lkb_type) {
908 nm = (lkb->lkb_type == TYPE_MMAP) ? "MMAP" : "SBRK";
909 nm_lc = (lkb->lkb_type == TYPE_MMAP) ? "mmap(2)" : "sbrk(2)";
1130 switch (lkb->lkb_type) {

Completed in 97 milliseconds