Home
last modified time | relevance | path

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.c2070 freedby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in freedby() function
H A Dgenunix.c4296 { "freedby", ":", "given a thread, print its freed buffers", freedby },
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.h107 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 },
H A Dumem.c2006 freedby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in freedby() function