Home
last modified time | relevance | path

Searched refs:thread_getdesc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.h63 int thread_getdesc(uintptr_t, boolean_t, char *, size_t);
H A Dthread.c574 thread_getdesc(uintptr_t addr, boolean_t include_comm, in thread_getdesc() function
708 if (thread_getdesc(addr, B_TRUE, desc, sizeof (desc)) == -1) in threadlist()
868 (void) thread_getdesc((uintptr_t)log[i].kthread, in stackinfo()
938 (void) thread_getdesc(addr, B_TRUE, tdesc, sizeof (tdesc)); in stackinfo()
H A Dfindstack.c68 (void) thread_getdesc(addr, B_TRUE, tdesc, sizeof (tdesc)); in print_stack()
H A Dgenunix.c174 (void) thread_getdesc(addr, B_FALSE, desc, sizeof (desc)); in ps_threadprint()