Searched refs:freedby (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.h90 extern int freedby(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dkmem.c2069 freedby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
2071 return (allocdby_common(addr, flags, "freedby"));
H A Dgenunix.c4078 { "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 Dumem.h109 extern int freedby(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dlibumem.c505 { "freedby", ":", "given a thread, print its freed buffers", freedby },
550 { "freedby", "given a thread, walk its freed bufctls",
H A Dumem.c2006 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