Searched refs:findstack (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libc/ |
H A D | Makefile | 32 findstack.c \
|
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libc/ |
H A D | Makefile | 32 findstack.c \
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack.h | 60 extern int findstack(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | Makefile.files | 49 findstack.c \
|
H A D | findstack.c | 91 findstack(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in findstack() function
|
H A D | genunix.c | 4262 { "findstack", ":[-v]", "find kernel thread stack", findstack },
|