Home
last modified time | relevance | path

Searched refs:t_startpc (Results 1 – 8 of 8) sorted by relevance

/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c631 mdb_printf(" THREAD: %a()\n", t.t_startpc); in threadlist()
651 mdb_printf(" %a()\n", t.t_startpc); in threadlist()
801 mdb_printf(" %p (%a)\n", log[i].t_startpc, in stackinfo()
802 log[i].t_startpc); in stackinfo()
875 mdb_printf(" %a()", t.t_startpc); in stackinfo()
953 mdb_printf(" %a()", t.t_startpc); in stackinfo()
/onnv-gate/usr/src/uts/common/sys/
H A Dthread.h114 void (*t_startpc)(void); /* PC where thread started */ member
710 caddr_t t_startpc; /* where kthread started */ member
/onnv-gate/usr/src/uts/common/tnf/
H A Dtnf_res.c169 tnf_symbol, start_pc, t->t_startpc); in tnf_thread_create()
/onnv-gate/usr/src/uts/common/os/
H A Dcallb.c402 char *sym = kobj_getsymname((uintptr_t)tp->t_startpc, in callb_is_stopped()
/onnv-gate/usr/src/uts/common/disp/
H A Dthread.c426 t->t_startpc = proc; in thread_create()
2062 kmem_stkinfo_log[index].t_startpc = (caddr_t)t->t_startpc; in stkinfo_end()
/onnv-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in119 t_startpc
/onnv-gate/usr/src/uts/sun4/ml/
H A Doffsets.in159 t_startpc
/onnv-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c2378 mdb_printf(" THREAD: %a()\n", t.t_startpc); in smb_worker_findstack()