Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c138 START(lwpstatus, lwpstatus_t); in gen_lwpstatus()
140 SCALAR_FIELD(lwpstatus_t, pr_flags, 0); in gen_lwpstatus()
141 SCALAR_FIELD(lwpstatus_t, pr_lwpid, 0); in gen_lwpstatus()
142 SCALAR_FIELD(lwpstatus_t, pr_why, 0); in gen_lwpstatus()
143 SCALAR_FIELD(lwpstatus_t, pr_what, 0); in gen_lwpstatus()
145 SCALAR_FIELD(lwpstatus_t, pr_info, 0); in gen_lwpstatus()
153 SCALAR_FIELD(lwpstatus_t, pr_errno, 0); in gen_lwpstatus()
154 ARRAY_FIELD(lwpstatus_t, pr_sysarg, 0); in gen_lwpstatus()
155 SCALAR_FIELD(lwpstatus_t, pr_rval1, 0); in gen_lwpstatus()
156 SCALAR_FIELD(lwpstatus_t, pr_rval2, 0); in gen_lwpstatus()
[all …]
H A Dgen_layout_obj.c44 lwpstatus_t lwpstatus;
/illumos-gate/usr/src/lib/libproc/common/
H A DPlwpregs.c164 getlwpstatus(struct ps_prochandle *P, lwpid_t lwpid, lwpstatus_t *lps) in getlwpstatus()
173 (void) memcpy(lps, &P->status.pr_lwp, sizeof (lwpstatus_t)); in getlwpstatus()
183 lps, sizeof (lwpstatus_t))); in getlwpstatus()
191 (void) memcpy(lps, &lwp->lwp_status, sizeof (lwpstatus_t)); in getlwpstatus()
333 lwpstatus_t lps; in Plwp_getregs()
364 lwpstatus_t lps; in Plwp_getfpregs()
619 lwpstatus_t lps; in Plwp_getspymaster()
660 lwpstatus_t ls; in Plwp_stack()
693 lwpstatus_t ls; in Plwp_main_stack()
772 lwpstatus_t ls; in Plwp_alt_stack()
H A DPcontrol.h144 lwpstatus_t lwp_status; /* /proc/<pid>/lwp/<lwpid>/lwpstatus data */
260 lwpstatus_t lwp_status; /* status when stopped */
273 extern void prldump(const char *, lwpstatus_t *);
286 extern int getlwpstatus(struct ps_prochandle *, lwpid_t, lwpstatus_t *);
H A DP32ton.h60 extern void lwpstatus_32_to_n(const lwpstatus32_t *, lwpstatus_t *);
73 extern void lwpstatus_n_to_32(const lwpstatus_t *, lwpstatus32_t *);
H A DPstack.h47 int load_uclist(uclist_t *ucl, const lwpstatus_t *psp);
H A Dlibproc.h323 extern const lwpstatus_t *Lstatus(struct ps_lwphandle *);
462 typedef int proc_lwp_f(void *, const lwpstatus_t *);
468 typedef int proc_lwp_all_f(void *, const lwpstatus_t *, const lwpsinfo_t *);
735 extern int proc_get_lwpstatus(pid_t, uint_t, lwpstatus_t *);
H A DPcontrol.c1769 prldump(const char *caller, lwpstatus_t *lsp) in prldump()
2939 lwpstatus_t *Lsp; in Plwp_iter()
2989 for (nlwp = Lhp->pr_nent, Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1); in Plwp_iter()
2991 nlwp--, Lsp = (lwpstatus_t *)((uintptr_t)Lsp + Lhp->pr_entsize)) { in Plwp_iter()
3008 lwpstatus_t *Lsp; in Plwp_iter_all()
3009 lwpstatus_t *sp; in Plwp_iter_all()
3082 Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1); in Plwp_iter_all()
3092 Lsp = (lwpstatus_t *)((uintptr_t)Lsp + Lhp->pr_entsize); in Plwp_iter_all()
3103 Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1); in Plwp_iter_all()
3108 Lsp = (lwpstatus_t *)((uintptr_t)Lsp + Lhp->pr_entsize); in Plwp_iter_all()
[all …]
H A DPstack.c168 load_uclist(uclist_t *ucl, const lwpstatus_t *psp) in load_uclist()
/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c37 static int lwpstop(int *, const lwpstatus_t *, const lwpsinfo_t *);
111 lwpstop(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) in lwpstop()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c149 static void print_syscall(const lwpstatus_t *, prgregset_t);
150 static void call_stack(pstack_handle_t *, const lwpstatus_t *);
386 thread_call_stack(void *data, const lwpstatus_t *psp, in thread_call_stack()
391 lwpstatus_t lwpstatus; in thread_call_stack()
423 const lwpstatus_t *psp, const lwpsinfo_t *pip) in lwp_call_stack()
460 lwpstatus_t lwpstatus; in all_call_stacks()
679 print_syscall(const lwpstatus_t *psp, prgregset_t reg) in print_syscall()
694 call_stack(pstack_handle_t *h, const lwpstatus_t *psp) in call_stack()
/illumos-gate/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()
909 const lwpstatus_t *Lsp = pri->lwpstat; in showargs()
H A Dfcall.c71 int lwp_stack_traps(void *cd, const lwpstatus_t *Lsp);
815 const lwpstatus_t *Lsp = pri->lwpstat; in find_stack()
927 const lwpstatus_t *Lsp = pri->lwpstat; in get_tid()
1241 const lwpstatus_t *Lsp = pri->lwpstat; in function_trace()
1439 const lwpstatus_t *Lsp = pri->lwpstat; in function_entry()
1499 const lwpstatus_t *Lsp = pri->lwpstat; in function_return()
1624 lwp_stack_traps(void *cd, const lwpstatus_t *Lsp) in lwp_stack_traps()
1695 const lwpstatus_t *Lsp = pri->lwpstat; in get_return_address()
1714 const lwpstatus_t *Lsp = pri->lwpstat; in get_arguments()
1836 const lwpstatus_t *Lsp = pri->lwpstat; in get_arguments32()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dmachdep.c33 extern int getlwpstatus(thread_t, lwpstatus_t *);
143 lwpstatus_t status; in getgregs()
167 lwpstatus_t status; in setgregs()
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c33 extern int getlwpstatus(thread_t, lwpstatus_t *);
131 lwpstatus_t status; in getgregs()
157 lwpstatus_t status; in setgregs()
/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c37 static int lwpstart(int *, const lwpstatus_t *, const lwpsinfo_t *);
140 lwpstart(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) in lwpstart()
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c45 extern int getlwpstatus(thread_t, lwpstatus_t *);
176 lwpstatus_t status; in getgregs()
198 lwpstatus_t status; in setgregs()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c103 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr()
346 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out()
362 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next()
H A Dproc_amd64dep.c148 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr()
429 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out()
445 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c411 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in pt_post_attach()
616 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in pt_fork()
625 const lwpstatus_t *csp; in pt_fork()
1159 pt_print_lwpid(int *n, const lwpstatus_t *psp) in pt_print_lwpid()
1525 pt_print_reason(const lwpstatus_t *psp) in pt_print_reason()
3591 const lwpstatus_t *psp; in pt_setrun()
5210 pt_copy_lwp(lwpstatus_t **lspp, const lwpstatus_t *lsp) in pt_copy_lwp()
5212 bcopy(lsp, *lspp, sizeof (lwpstatus_t)); in pt_copy_lwp()
5220 lwpstatus_t *lsp, *lbuf; in pt_xd_lwpstatus()
5228 return (sizeof (lwpstatus_t) * nlwp); in pt_xd_lwpstatus()
[all …]
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h109 #define lwpstatus_t lwpstatus32_t macro
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c407 lwpstatus_t *lwps; in pctx_lwpiterate()
435 sizeof (prheader_t) + sizeof (lwpstatus_t)) { in pctx_lwpiterate()
443 lwps = (lwpstatus_t *)(prh + 1); in pctx_lwpiterate()
450 lwps = (lwpstatus_t *)((char *)lwps + prh->pr_entsize); in pctx_lwpiterate()
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/
H A Dnvme_ioctl_util.c206 lwpstatus_t lwp; in nvme_ioctl_test_thr_blocked()
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c354 lwp_abort(void *data, const lwpstatus_t *lsp) in lwp_abort()
379 lwp_restart(void *data, const lwpstatus_t *lsp) in lwp_restart()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c51 static int lwplook(look_arg_t *, const lwpstatus_t *, const lwpsinfo_t *);
257 lwplook(look_arg_t *arg, const lwpstatus_t *psp, const lwpsinfo_t *pip) in lwplook()

123