Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dpanic.c158 kthread_t *panic_thread; /* first thread to call panicsys() */ variable
291 panic_thread = t; in panicsys()
H A Ddumpsubr.c2830 if (panic_thread != NULL && in dumpsys()
2831 panic_thread->t_procp != NULL && in dumpsys()
2832 panic_thread->t_procp != &p0) { in dumpsys()
2834 panic_thread->t_procp->p_pid; in dumpsys()
H A Dvmem.c696 if (panic_thread == curthread) in vmem_populate()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dassfail.c34 ulwp_t *panic_thread; variable
46 panic_thread = __curthread(); in __set_panicstr()
70 panic_thread = self; in Abort()
/titanic_41/usr/src/uts/common/sys/
H A Dpanic.h122 extern kthread_t *panic_thread;
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3750 kthread_t *panic_thread; in panicinfo() local
3769 if (mdb_readvar(&panic_thread, "panic_thread") == -1) in panicinfo()
3772 mdb_printf("%16s %?p\n", "thread", panic_thread); in panicinfo()