Home
last modified time | relevance | path

Searched refs:findstack (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/ia32/libc/
H A DMakefile32 findstack.c \
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libc/
H A DMakefile32 findstack.c \
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.h60 extern int findstack(uintptr_t, uint_t, int, const mdb_arg_t *);
H A DMakefile.files49 findstack.c \
H A Dfindstack.c91 findstack(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in findstack() function
H A Dgenunix.c4262 { "findstack", ":[-v]", "find kernel thread stack", findstack },