Searched refs:showbc (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 3484 showbc(uintptr_t addr, const umem_bufctl_audit_t *bcp, hrtime_t *newest) in showbc() function 3537 if (mdb_pwalk("umem_log", (mdb_walk_cb_t)showbc, &newest, addr) == -1) { in umalog()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 3856 showbc(uintptr_t addr, const kmem_bufctl_audit_t *bcp, kmalog_data_t *kma) in showbc() function 3930 if (mdb_pwalk("kmem_log", (mdb_walk_cb_t)showbc, &kma, addr) == -1) { in kmalog()
|