Lines Matching defs:Lsp

66 	const lwpstatus_t *Lsp = pri->lwpstat;
67 int sys = Lsp->pr_syscall;
70 !(Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP))) {
88 if (Lsp->pr_flags & PR_VFORKP)
94 if (Lsp->pr_flags & PR_VFORKP)
120 const lwpstatus_t *Lsp = pri->lwpstat;
121 int sig = Lsp->pr_cursig;
135 if (Lsp->pr_action.sa_handler == SIG_DFL)
137 else if (Lsp->pr_action.sa_handler == SIG_IGN)
160 const lwpstatus_t *Lsp = pri->lwpstat;
175 if ((Lsp->pr_flags & PR_ASLEEP) &&
176 (sys = Lsp->pr_syscall) > 0 && sys <= PRMAXSYS)
194 const lwpstatus_t *Lsp = pri->lwpstat;
197 if (Lsp->pr_flags & PR_STOPPED) {
198 switch (Lsp->pr_why) {
200 sig = Lsp->pr_what;
206 if (Lsp->pr_action.sa_handler == SIG_DFL) {
207 switch (Lsp->pr_cursig) {
214 if (!(Lsp->pr_flags & PR_ORPHAN))
215 sig = Lsp->pr_cursig;
229 const lwpstatus_t *Lsp = pri->lwpstat;
230 int sig = Lsp->pr_what;
253 if ((Lsp->pr_flags & PR_ASLEEP) &&
254 (sys = Lsp->pr_syscall) > 0 && sys <= PRMAXSYS)
257 if (Lsp->pr_action.sa_handler == SIG_DFL)
259 else if (Lsp->pr_action.sa_handler == SIG_IGN)
264 if (Lsp->pr_info.si_code != 0 ||
265 Lsp->pr_info.si_pid != 0)
266 print_siginfo(pri, &Lsp->pr_info);
278 const lwpstatus_t *Lsp = pri->lwpstat;
279 int flt = Lsp->pr_what;
297 (long)Lsp->pr_reg[R_PC]);
301 (long)Lsp->pr_info.si_addr);
303 if (Lsp->pr_info.si_signo != 0)
304 print_siginfo(pri, &Lsp->pr_info);
315 const lwpstatus_t *Lsp = pri->lwpstat;
321 pri->sys_indirect = (Lsp->pr_reg[R_G1] == SYS_syscall)? 1 : 0;
327 if (what != Lsp->pr_syscall) { /* assertion */
329 pri->pname, what, Lsp->pr_syscall);
331 nargs = Lsp->pr_nsysarg;
335 pri->sys_args[i] = Lsp->pr_sysarg[i];
355 const lwpstatus_t *Lsp = pri->lwpstat;
363 int what = Lsp->pr_what;
369 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP)))
370 what = Lsp->pr_syscall;
405 if (Lsp->pr_why == PR_SYSEXIT && what == SYS_execve) {
514 const lwpstatus_t *Lsp = pri->lwpstat;
515 int what = Lsp->pr_what;
537 pri->Errno = Lsp->pr_errno;
538 pri->ErrPriv = Lsp->pr_errpriv;
539 pri->Rval1 = Lsp->pr_rval1;
540 pri->Rval2 = Lsp->pr_rval2;
595 accumulate(&scp->stime, &Lsp->pr_stime, &pri->syslast);
596 accumulate(&Cp->usrtotal, &Lsp->pr_utime, &pri->usrlast);
597 pri->syslast = Lsp->pr_stime;
598 pri->usrlast = Lsp->pr_utime;
931 const lwpstatus_t *Lsp = pri->lwpstat;
941 ap = (long)Lsp->pr_reg[R_SP];
949 ap = (long)(Lsp->pr_reg[R_SP]) + 16 * sizeof (int64_t)
955 ap = (long)(Lsp->pr_reg[R_SP]) + 16 * sizeof (int32_t);