Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h57 uint8_t lkb_type; member
H A Dleaky.c480 nlkb->lkb_type = type; in leaky_add_leak()
503 if (lkb->lkb_type != type || lkb->lkb_depth != depth || in leaky_add_leak()
578 if (lkb->lkb_type == type) in leaky_sort()
H A Dleaky_subr.c674 switch (lkb->lkb_type) { in leaky_subr_dump()
900 switch (lkb->lkb_type) { in leaky_subr_invoke_callback()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c891 uint8_t type = lkb->lkb_type; in leaky_subr_dump()
903 switch (lkb->lkb_type) { in leaky_subr_dump()
906 nm = (lkb->lkb_type == TYPE_MMAP) ? "MMAP" : "SBRK"; in leaky_subr_dump()
907 nm_lc = (lkb->lkb_type == TYPE_MMAP) ? "mmap(2)" : "sbrk(2)"; in leaky_subr_dump()
1128 switch (lkb->lkb_type) { in leaky_subr_invoke_callback()