Searched defs:Lsp (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dipc.c258 const lwpstatus_t *Lsp = pri->lwpstat; local
259 int what = Lsp->pr_what; /* one of the SYS_open* syscalls */
260 int err = Lsp->pr_errno;
H A Dactions.c66 const lwpstatus_t *Lsp = pri->lwpstat; local
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; local
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 local
194 const lwpstatus_t *Lsp = pri->lwpstat; local
229 const lwpstatus_t *Lsp = pri->lwpstat; local
278 const lwpstatus_t *Lsp = pri->lwpstat; local
315 const lwpstatus_t *Lsp = pri->lwpstat; local
355 const lwpstatus_t *Lsp = pri->lwpstat; local
514 const lwpstatus_t *Lsp = pri->lwpstat; local
931 const lwpstatus_t *Lsp = pri->lwpstat; local
[all...]
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) argument
633 uintptr_t sp = Lsp->pr_reg[R_SP];
634 id_t lwpid = Lsp->pr_lwpid;
668 if ((Lsp->pr_altstack.ss_flags & SS_ONSTACK) &&
669 sp >= (uintptr_t)Lsp->pr_altstack.ss_sp &&
670 sp < (uintptr_t)Lsp->pr_altstack.ss_sp
671 + Lsp->pr_altstack.ss_size) {
672 Stk->stkbase = (uintptr_t)Lsp->pr_altstack.ss_sp;
673 Stk->stkend = Stk->stkbase + Lsp
815 const lwpstatus_t *Lsp = pri->lwpstat; local
927 const lwpstatus_t *Lsp = pri->lwpstat; local
1247 const lwpstatus_t *Lsp = pri->lwpstat; local
1445 const lwpstatus_t *Lsp = pri->lwpstat; local
1507 const lwpstatus_t *Lsp = pri->lwpstat; local
1634 lwp_stack_traps(void *cd, const lwpstatus_t *Lsp) argument
1711 const lwpstatus_t *Lsp = pri->lwpstat; local
1730 const lwpstatus_t *Lsp = pri->lwpstat; local
1854 const lwpstatus_t *Lsp = pri->lwpstat; local
1889 const lwpstatus_t *Lsp = pri->lwpstat; local
[all...]
H A Dsystable.c1349 const lwpstatus_t *Lsp = pri->lwpstat; local
1350 int syscall = Lsp->pr_syscall;
1351 int nsysarg = Lsp->pr_nsysarg;
1356 arg0 = Lsp->pr_sysarg[0];
1360 subcode = Lsp->pr_sysarg[2];
1364 subcode = ((int)Lsp->pr_sysarg[0] == AT_FDCWD &&
1365 Lsp->pr_sysarg[3] == 0)? 1 : 0;
1368 if (nsysarg > 1 && Lsp->pr_sysarg[1] == NULL) {
1372 if (nsysarg > 0 && (int)Lsp->pr_sysarg[0] != AT_FDCWD) {
1377 subcode = (Lsp
[all...]
H A Dmain.c232 create_thread(void *arg, const lwpstatus_t *Lsp) argument
238 if (lwptrace(Pstatus(Proc)->pr_pid, Lsp->pr_lwpid))
241 if ((new_Lwp = grab_lwp(Lsp->pr_lwpid)) != NULL) {
264 const lwpstatus_t *Lsp; local
507 Lsp = &Psp->pr_lwp;
508 pri->lwpstat = Lsp;
615 Lsp = &Psp->pr_lwp;
643 Lsp = &Psp->pr_lwp;
745 if ((Lsp->pr_why != PR_SYSENTRY &&
746 Lsp
868 const lwpstatus_t *Lsp = Lstatus(Lwp); local
1896 const lwpstatus_t *Lsp = pri->lwpstat; local
2390 const lwpstatus_t *Lsp; local
2490 const lwpstatus_t *Lsp; local
[all...]
H A Dprint.c603 const lwpstatus_t *Lsp = pri->lwpstat; local
604 int syscall = Lsp->pr_what;
613 if (Lsp->pr_why == PR_SYSEXIT && nbyte > IOBSIZE) {
H A Dexpound.c3560 const lwpstatus_t *Lsp = pri->lwpstat; local
3561 int what = Lsp->pr_what;
3599 const lwpstatus_t *Lsp = pri->lwpstat; local
3600 int what = Lsp->pr_what;
5144 const lwpstatus_t *Lsp = pri->lwpstat; local
5146 int what = Lsp->pr_what;
5155 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP)))
5156 what = Lsp->pr_syscall;
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c2932 lwpstatus_t *Lsp; local
2982 for (nlwp = Lhp->pr_nent, Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1);
2984 nlwp--, Lsp = (lwpstatus_t *)((uintptr_t)Lsp + Lhp->pr_entsize)) {
2985 if ((rv = func(cd, Lsp)) != 0)
3001 lwpstatus_t *Lsp; local
3075 Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1);
3083 if (nstat == 0 || Lsp->pr_lwpid != Lpsp->pr_lwpid)
3085 Lsp = (lwpstatus_t *)((uintptr_t)Lsp
[all...]

Completed in 640 milliseconds