Searched refs:freedby (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/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) function 2071 return (allocdby_common(addr, flags, "freedby"));
|
H A D | genunix.c | 4078 { "freedby", ":", "given a thread, print its freed buffers", freedby }, 4440 { "freedby", "given a thread, walk its freed bufctls",
|
/illumos-gate/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 }, 550 { "freedby", "given a thread, walk its freed bufctls",
|
H A D | umem.c | 2006 freedby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 2008 return (allocdby_common(addr, flags, "freedby"));
|
Completed in 73 milliseconds