Home
last modified time | relevance | path

Searched refs:Lsp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dactions.c67 int sys = Lsp->pr_syscall; in report_sleeping()
121 int sig = Lsp->pr_cursig; in requested()
198 switch (Lsp->pr_why) { in stopsig()
200 sig = Lsp->pr_what; in stopsig()
215 sig = Lsp->pr_cursig; in stopsig()
230 int sig = Lsp->pr_what; in signalled()
279 int flt = Lsp->pr_what; in faulted()
331 nargs = Lsp->pr_nsysarg; in setupsysargs()
363 int what = Lsp->pr_what; in sysentry()
370 what = Lsp->pr_syscall; in sysentry()
[all …]
H A Dfcall.c633 uintptr_t sp = Lsp->pr_reg[R_SP]; in make_lwp_stack()
634 id_t lwpid = Lsp->pr_lwpid; in make_lwp_stack()
671 + Lsp->pr_altstack.ss_size) { in make_lwp_stack()
816 id_t lwpid = Lsp->pr_lwpid; in find_stack()
822 prgreg_t tref = Lsp->pr_reg[GS]; in find_stack()
851 + Lsp->pr_altstack.ss_size) { in find_stack()
928 id_t lwpid = Lsp->pr_lwpid; in get_tid()
933 Lsp->pr_reg[REG_FS] : Lsp->pr_reg[REG_GS]; in get_tid()
935 prgreg_t tref = Lsp->pr_reg[GS]; in get_tid()
1884 argp[4] = Lsp->pr_reg[REG_R8]; in get_arguments()
[all …]
H A Dmain.c265 const lwpstatus_t *Lsp; in main() local
508 Lsp = &Psp->pr_lwp; in main()
509 pri->lwpstat = Lsp; in main()
616 Lsp = &Psp->pr_lwp; in main()
644 Lsp = &Psp->pr_lwp; in main()
891 pri->lwpstat = Lsp; in worker_thread()
1013 what = Lsp->pr_what; in worker_thread()
2471 Lsp = &Psp->pr_lwp; in control()
2472 pri->lwpstat = Lsp; in control()
2508 Lsp = &Psp->pr_lwp; in grabit()
[all …]
H A Dsystable.c1353 const lwpstatus_t *Lsp = pri->lwpstat; in getsubcode() local
1354 int syscall = Lsp->pr_syscall; in getsubcode()
1355 int nsysarg = Lsp->pr_nsysarg; in getsubcode()
1360 arg0 = Lsp->pr_sysarg[0]; in getsubcode()
1364 subcode = Lsp->pr_sysarg[2]; in getsubcode()
1369 Lsp->pr_sysarg[3] == 0)? 1 : 0; in getsubcode()
1461 subcode = Lsp->pr_sysarg[5]; in getsubcode()
1465 (Lsp->pr_why == PR_SYSEXIT && Lsp->pr_errno == 0 && in getsubcode()
1466 Lsp->pr_rval1 == 0); in getsubcode()
1470 if (Lsp->pr_why == PR_SYSEXIT && Lsp->pr_errno == 0 && in getsubcode()
[all …]
H A Dipc.c258 const lwpstatus_t *Lsp = pri->lwpstat; in checkproc() local
259 int what = Lsp->pr_what; /* one of the SYS_open* syscalls */ in checkproc()
260 int err = Lsp->pr_errno; in checkproc()
H A Dexpound.c3409 const lwpstatus_t *Lsp = pri->lwpstat; in show_msghdr() local
3410 int what = Lsp->pr_what; in show_msghdr()
3447 const lwpstatus_t *Lsp = pri->lwpstat; in show_msghdr32() local
3448 int what = Lsp->pr_what; in show_msghdr32()
4938 const lwpstatus_t *Lsp = pri->lwpstat; in expound() local
4940 int what = Lsp->pr_what; in expound()
4944 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP))) in expound()
4945 what = Lsp->pr_syscall; in expound()
H A Dprint.c606 const lwpstatus_t *Lsp = pri->lwpstat; in prt_iob() local
607 int syscall = Lsp->pr_what; in prt_iob()
616 if (Lsp->pr_why == PR_SYSEXIT && nbyte > IOBSIZE) { in prt_iob()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c2939 lwpstatus_t *Lsp; in Plwp_iter() local
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()
2992 if ((rv = func(cd, Lsp)) != 0) in Plwp_iter()
3008 lwpstatus_t *Lsp; in Plwp_iter_all() local
3082 Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1); in Plwp_iter_all()
3090 if (nstat == 0 || Lsp->pr_lwpid != Lpsp->pr_lwpid) 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()
3107 sp = Lsp; in Plwp_iter_all()
[all …]