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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.h89 extern int allocdby(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dkmem.c1952 mdb_warn("allocdby walk doesn't support global walks\n");
2062 allocdby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
2064 return (allocdby_common(addr, flags, "allocdby"));
H A Dgenunix.c4074 { "allocdby", ":", "given a thread, print its allocated buffers",
4075 allocdby },
4433 { "allocdby", "given a thread, walk its allocated bufctls",
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.h106 extern int allocdby(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dlibumem.c500 { "allocdby", ":", "given a thread, print its allocated buffers",
501 allocdby },
541 { "allocdby", "given a thread, walk its allocated bufctls",
H A Dumem.c1888 mdb_warn("allocdby walk doesn't support global walks\n");
1999 allocdby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
2001 return (allocdby_common(addr, flags, "allocdby"));

Completed in 73 milliseconds