Home
last modified time | relevance | path

Searched refs:lwpstatus_t (Results 1 – 25 of 51) sorted by relevance

123

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c136 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 Dgen_layout_obj.c41 lwpstatus_t lwpstatus;
/titanic_41/usr/src/lib/libproc/common/
H A DPlwpregs.c97 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 DPcontrol.h137 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 DP32ton.h62 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 DPstack.h49 int load_uclist(uclist_t *ucl, const lwpstatus_t *psp);
H A Dlibproc.h325 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 DPstack.c170 load_uclist(uclist_t *ucl, const lwpstatus_t *psp) in load_uclist()
H A DPcontrol.c1723 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 Dpstack.c143 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 Dpstop.c39 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 Dmachdep.c32 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 Dmachdep.c33 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 Dprun.c39 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 Dactions.c66 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 Dfcall.c71 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 Dramdata.h84 const lwpstatus_t *lwpstat; /* lwp status information while stopped */
/titanic_41/usr/src/lib/libc/i386/threads/
H A Dmachdep.c44 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 Dmdb_proc.c409 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 Delf_impl.h96 #define lwpstatus_t lwpstatus32_t macro
/titanic_41/usr/src/lib/libpctx/common/
H A Dlibpctx.c405 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 Dproc_ia32dep.c98 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 Dproc_amd64dep.c143 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 Dnohup.c356 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 Dproc_isadep.c118 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()

123