/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 136 START(lwpstatus, lwpstatus_t); in gen_lwpstatus() 138 SCALAR_FIELD(lwpstatus_t, pr_flags, 0); in gen_lwpstatus() 139 SCALAR_FIELD(lwpstatus_t, pr_lwpid, 0); in gen_lwpstatus() 140 SCALAR_FIELD(lwpstatus_t, pr_why, 0); in gen_lwpstatus() 141 SCALAR_FIELD(lwpstatus_t, pr_what, 0); in gen_lwpstatus() 142 SCALAR_FIELD(lwpstatus_t, pr_cursig, 0); in gen_lwpstatus() 143 SCALAR_FIELD(lwpstatus_t, pr_info, 0); in gen_lwpstatus() 144 SCALAR_FIELD(lwpstatus_t, pr_lwppend, 0); in gen_lwpstatus() 145 SCALAR_FIELD(lwpstatus_t, pr_lwphold, 0); in gen_lwpstatus() 146 SCALAR_FIELD(lwpstatus_t, pr_action, 0); in gen_lwpstatus() [all …]
|
H A D | gen_layout_obj.c | 41 lwpstatus_t lwpstatus;
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Plwpregs.c | 97 getlwpstatus(struct ps_prochandle *P, lwpid_t lwpid, lwpstatus_t *lps) in getlwpstatus() 106 (void) memcpy(lps, &P->status.pr_lwp, sizeof (lwpstatus_t)); in getlwpstatus() 116 lps, sizeof (lwpstatus_t))); in getlwpstatus() 124 (void) memcpy(lps, &lwp->lwp_status, sizeof (lwpstatus_t)); in getlwpstatus() 193 lwpstatus_t lps; in Plwp_getregs() 211 lwpstatus_t lps; in Plwp_getfpregs() 358 lwpstatus_t lps; in Plwp_getspymaster() 399 lwpstatus_t ls; in Plwp_stack() 432 lwpstatus_t ls; in Plwp_main_stack() 511 lwpstatus_t ls; in Plwp_alt_stack()
|
H A D | Pcontrol.h | 137 lwpstatus_t lwp_status; /* /proc/<pid>/lwp/<lwpid>/lwpstatus data */ 251 lwpstatus_t lwp_status; /* status when stopped */ 264 extern void prldump(const char *, lwpstatus_t *); 276 extern int getlwpstatus(struct ps_prochandle *, lwpid_t, lwpstatus_t *);
|
H A D | P32ton.h | 62 extern void lwpstatus_32_to_n(const lwpstatus32_t *, lwpstatus_t *); 75 extern void lwpstatus_n_to_32(const lwpstatus_t *, lwpstatus32_t *);
|
H A D | Pstack.h | 49 int load_uclist(uclist_t *ucl, const lwpstatus_t *psp);
|
H A D | libproc.h | 325 extern const lwpstatus_t *Lstatus(struct ps_lwphandle *); 454 typedef int proc_lwp_f(void *, const lwpstatus_t *); 460 typedef int proc_lwp_all_f(void *, const lwpstatus_t *, const lwpsinfo_t *);
|
H A D | Pstack.c | 170 load_uclist(uclist_t *ucl, const lwpstatus_t *psp) in load_uclist()
|
H A D | Pcontrol.c | 1723 prldump(const char *caller, lwpstatus_t *lsp) in prldump() 2893 lwpstatus_t *Lsp; in Plwp_iter() 2943 for (nlwp = Lhp->pr_nent, Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1); in Plwp_iter() 2945 nlwp--, Lsp = (lwpstatus_t *)((uintptr_t)Lsp + Lhp->pr_entsize)) { in Plwp_iter() 2962 lwpstatus_t *Lsp; in Plwp_iter_all() 2963 lwpstatus_t *sp; in Plwp_iter_all() 3036 Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1); in Plwp_iter_all() 3046 Lsp = (lwpstatus_t *)((uintptr_t)Lsp + Lhp->pr_entsize); in Plwp_iter_all() 3057 Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1); in Plwp_iter_all() 3062 Lsp = (lwpstatus_t *)((uintptr_t)Lsp + Lhp->pr_entsize); in Plwp_iter_all() [all …]
|
/titanic_41/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 143 static void print_syscall(const lwpstatus_t *, prgregset_t); 144 static void call_stack(pstack_handle_t *, const lwpstatus_t *); 380 thread_call_stack(void *data, const lwpstatus_t *psp, in thread_call_stack() 384 lwpstatus_t lwpstatus; in thread_call_stack() 413 const lwpstatus_t *psp, const lwpsinfo_t *pip) in lwp_call_stack() 446 lwpstatus_t lwpstatus; in all_call_stacks() 635 print_syscall(const lwpstatus_t *psp, prgregset_t reg) in print_syscall() 650 call_stack(pstack_handle_t *h, const lwpstatus_t *psp) in call_stack()
|
/titanic_41/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 39 static int lwpstop(int *, const lwpstatus_t *, const lwpsinfo_t *); 113 lwpstop(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) in lwpstop()
|
/titanic_41/usr/src/lib/libc/amd64/threads/ |
H A D | machdep.c | 32 extern int getlwpstatus(thread_t, lwpstatus_t *); 131 lwpstatus_t status; in getgregs() 157 lwpstatus_t status; in setgregs()
|
/titanic_41/usr/src/lib/libc/sparc/threads/ |
H A D | machdep.c | 33 extern int getlwpstatus(thread_t, lwpstatus_t *); 142 lwpstatus_t status; in getgregs() 166 lwpstatus_t status; in setgregs()
|
/titanic_41/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 39 static int lwpstart(int *, const lwpstatus_t *, const lwpsinfo_t *); 142 lwpstart(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) in lwpstart()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | actions.c | 66 const lwpstatus_t *Lsp = pri->lwpstat; in report_sleeping() 120 const lwpstatus_t *Lsp = pri->lwpstat; in requested() 160 const lwpstatus_t *Lsp = pri->lwpstat; in jobcontrol() 194 const lwpstatus_t *Lsp = pri->lwpstat; in stopsig() 229 const lwpstatus_t *Lsp = pri->lwpstat; in signalled() 278 const lwpstatus_t *Lsp = pri->lwpstat; in faulted() 315 const lwpstatus_t *Lsp = pri->lwpstat; in setupsysargs() 355 const lwpstatus_t *Lsp = pri->lwpstat; in sysentry() 514 const lwpstatus_t *Lsp = pri->lwpstat; in sysexit() 931 const lwpstatus_t *Lsp = pri->lwpstat; in showargs()
|
H A D | fcall.c | 71 int lwp_stack_traps(void *cd, const lwpstatus_t *Lsp); 630 make_lwp_stack(const lwpstatus_t *Lsp, prmap_t *Pmap, int nmap) in make_lwp_stack() 815 const lwpstatus_t *Lsp = pri->lwpstat; in find_stack() 927 const lwpstatus_t *Lsp = pri->lwpstat; in get_tid() 1247 const lwpstatus_t *Lsp = pri->lwpstat; in function_trace() 1445 const lwpstatus_t *Lsp = pri->lwpstat; in function_entry() 1507 const lwpstatus_t *Lsp = pri->lwpstat; in function_return() 1634 lwp_stack_traps(void *cd, const lwpstatus_t *Lsp) in lwp_stack_traps() 1711 const lwpstatus_t *Lsp = pri->lwpstat; in get_return_address() 1730 const lwpstatus_t *Lsp = pri->lwpstat; in get_arguments() [all …]
|
H A D | ramdata.h | 84 const lwpstatus_t *lwpstat; /* lwp status information while stopped */
|
/titanic_41/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 44 extern int getlwpstatus(thread_t, lwpstatus_t *); 175 lwpstatus_t status; in getgregs() 197 lwpstatus_t status; in setgregs()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 409 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in pt_post_attach() 532 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_pre_detach() 614 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in pt_fork() 623 const lwpstatus_t *csp; in pt_fork() 1157 pt_print_lwpid(int *n, const lwpstatus_t *psp) in pt_print_lwpid() 1495 pt_print_reason(const lwpstatus_t *psp) in pt_print_reason() 2187 pt_agent_check(boolean_t *agent, const lwpstatus_t *psp) in pt_agent_check() 3435 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in pt_sigfwd() 3520 const lwpstatus_t *psp; in pt_setrun() 3710 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_sysenter_match() [all …]
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 96 #define lwpstatus_t lwpstatus32_t macro
|
/titanic_41/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 405 lwpstatus_t *lwps; in pctx_lwpiterate() 433 sizeof (prheader_t) + sizeof (lwpstatus_t)) { in pctx_lwpiterate() 441 lwps = (lwpstatus_t *)(prh + 1); in pctx_lwpiterate() 448 lwps = (lwpstatus_t *)((char *)lwps + prh->pr_entsize); in pctx_lwpiterate()
|
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 98 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr() 576 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out() 592 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next()
|
H A D | proc_amd64dep.c | 143 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr() 619 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out() 635 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next()
|
/titanic_41/usr/src/cmd/nohup/ |
H A D | nohup.c | 356 lwp_abort(void *data, const lwpstatus_t *lsp) in lwp_abort() 381 lwp_restart(void *data, const lwpstatus_t *lsp) in lwp_restart()
|
/titanic_41/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 118 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr() 686 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out() 719 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next()
|