Searched refs:thread_getdesc (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.h | 63 int thread_getdesc(uintptr_t, boolean_t, char *, size_t);
|
H A D | thread.c | 575 thread_getdesc(uintptr_t addr, boolean_t include_comm, in thread_getdesc() function 706 if (thread_getdesc(addr, B_TRUE, desc, sizeof (desc)) == -1) in threadlist() 866 (void) thread_getdesc((uintptr_t)log[i].kthread, in stackinfo() 936 (void) thread_getdesc(addr, B_TRUE, tdesc, sizeof (tdesc)); in stackinfo()
|
H A D | findstack.c | 68 (void) thread_getdesc(addr, B_TRUE, tdesc, sizeof (tdesc)); in print_stack()
|
H A D | genunix.c | 175 (void) thread_getdesc(addr, B_FALSE, desc, sizeof (desc)); in ps_threadprint()
|