Searched refs:stackinfo (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.h54 int stackinfo(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dthread.c716 stackinfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
743 if (mdb_walk_dcmd("thread", "stackinfo", argc, argv) == -1) {
771 mdb_printf("feature is off.\nUse ::help stackinfo ");
823 mdb_printf("Use ::help stackinfo for more details.\n");
H A Dgenunix.c4249 { "stackinfo", "?[-h|-a]", "display kthread_t stack usage", stackinfo,

Completed in 135 milliseconds