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

/opensolaris-onvv-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 Dgenunix.c3974 { "allocdby", ":", "given a thread, print its allocated buffers",
3975 allocdby },
4321 { "allocdby", "given a thread, walk its allocated bufctls",
H A Dkmem.c1938 mdb_warn("allocdby walk doesn't support global walks\n");
2048 allocdby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
2050 return (allocdby_common(addr, flags, "allocdby"));
/opensolaris-onvv-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.c331 { "allocdby", ":", "given a thread, print its allocated buffers",
332 allocdby },
372 { "allocdby", "given a thread, walk its allocated bufctls",
H A Dumem.c1703 mdb_warn("allocdby walk doesn't support global walks\n");
1814 allocdby(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
1816 return (allocdby_common(addr, flags, "allocdby"));

Completed in 187 milliseconds