Searched refs:freedby (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.h | 90 extern int freedby(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | kmem.c | 2069 freedby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in freedby() function
|
H A D | genunix.c | 3993 { "freedby", ":", "given a thread, print its freed buffers", freedby },
|
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.h | 109 extern int freedby(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | libumem.c | 505 { "freedby", ":", "given a thread, print its freed buffers", freedby },
|
H A D | umem.c | 2005 freedby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in freedby() function
|