/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | main.c | 234 while ((pstatus.pr_lwp.pr_why == PR_SYSEXIT) && in main() 266 if ((pstatus.pr_lwp.pr_why != PR_SYSEXIT) || in main() 271 "what: %d\n", pstatus.pr_lwp.pr_why, in main()
|
H A D | bpt.c | 331 if ((pstatus.pr_lwp.pr_why != PR_FAULTED) || in continue_to_break() 336 (pstatus.pr_lwp.pr_why == PR_FAULTED)) in continue_to_break() 343 pstatus.pr_lwp.pr_why, fltmsg, in continue_to_break() 462 if ((pstatus.pr_lwp.pr_why != PR_FAULTED) || in step_n() 465 "why: 0x%x what: 0x%x\n", pstatus.pr_lwp.pr_why, in step_n()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 157 P->status.pr_lwp.pr_why == PR_SYSENTRY)) { in Pcreate_agent() 286 if (P->status.pr_lwp.pr_why == PR_SYSENTRY && in execute() 467 } while (P->state == PS_STOP && P->status.pr_lwp.pr_why != PR_SYSEXIT); in Psyscall() 480 if (P->state != PS_STOP || P->status.pr_lwp.pr_why != PR_SYSEXIT) in Psyscall()
|
H A D | Pcontrol.c | 551 (P->status.pr_lwp.pr_why == PR_REQUESTED || in Pxcreate() 552 P->status.pr_lwp.pr_why == PR_SYSENTRY || in Pxcreate() 553 P->status.pr_lwp.pr_why == PR_SYSEXIT)) in Pxcreate() 598 P->status.pr_lwp.pr_why == PR_SYSENTRY && in Pxcreate() 627 P->status.pr_lwp.pr_why == PR_SYSEXIT && in Pxcreate() 643 P->status.pr_lwp.pr_why == PR_SYSEXIT && in Pxcreate() 1518 P->status.pr_lwp.pr_why = PR_SYSEXIT; in Preopen() 1529 (P->status.pr_lwp.pr_why == PR_REQUESTED || in Preopen() 1530 (P->status.pr_lwp.pr_why == PR_SYSEXIT && in Preopen() 1533 if (P->status.pr_lwp.pr_why == PR_REQUESTED) { in Preopen() [all …]
|
H A D | P32ton.c | 307 dst->pr_why = src->pr_why; in lwpstatus_32_to_n() 680 dst->pr_why = src->pr_why; in lwpstatus_n_to_32()
|
H A D | Pgcore.c | 216 psp->pr_why = lsp->pr_why; in mkprstatus() 341 psp->pr_why = lsp->pr_why; in mkprstatus32()
|
/titanic_50/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 309 (void) printf("\twhy = %s", prwhy(psp->pr_why)); in lwplook() 310 if (psp->pr_why != PR_REQUESTED && in lwplook() 311 psp->pr_why != PR_SUSPENDED) in lwplook() 313 prwhat(psp->pr_why, psp->pr_what)); in lwplook()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 561 pid, psp->pr_why, psp->pr_what); in dt_proc_control() 574 if (psp->pr_why == PR_REQUESTED) { in dt_proc_control() 589 if (psp->pr_why == PR_FAULTED && psp->pr_what == FLTBPT) in dt_proc_control() 591 else if (psp->pr_why == PR_SYSENTRY && in dt_proc_control() 594 else if (psp->pr_why == PR_SYSEXIT && in dt_proc_control() 597 else if (psp->pr_why == PR_SYSEXIT && in dt_proc_control()
|
/titanic_50/usr/src/cmd/nohup/ |
H A D | nohup.c | 399 if (lsp->pr_why == PR_SYSEXIT && lsp->pr_errno == EINTR) { in lwp_restart() 503 psp->pr_lwp.pr_why == PR_JOBCONTROL) { in do_pnohup() 768 if (psp->pr_lwp.pr_why == PR_JOBCONTROL) { in pnohup()
|
/titanic_50/usr/src/lib/libtnfctl/ |
H A D | prb_proc.c | 225 if (prstat.pr_why != PR_REQUESTED) in prb_proc_prstop() 263 state_p->ps_isrequested = ((prstatus.pr_why & PR_REQUESTED) != 0); in prb_proc_state() 264 state_p->ps_issysexit = ((prstatus.pr_why & PR_SYSEXIT) != 0); in prb_proc_state() 265 state_p->ps_issysentry = ((prstatus.pr_why & PR_SYSENTRY) != 0); in prb_proc_state()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 414 psp->pr_flags, psp->pr_why, psp->pr_what); in pt_post_attach() 422 if ((psp->pr_flags & PR_ISTOP) && psp->pr_why == PR_SYSEXIT && in pt_post_attach() 438 psp->pr_why == PR_JOBCONTROL && getsid(0) == Pstatus(P)->pr_sid) in pt_post_attach() 543 if (psp->pr_why == PR_FAULTED && (psp->pr_what == FLTBPT || in pt_pre_detach() 546 else if (psp->pr_why == PR_SIGNALLED && psp->pr_what == SIGINT) in pt_pre_detach() 673 if (Pstatus(C)->pr_lwp.pr_why != PR_SYSEXIT) in pt_fork() 678 if (csp->pr_why != PR_SYSEXIT || in pt_fork() 740 } while (csp->pr_why != PR_SYSEXIT || in pt_fork() 1500 switch (psp->pr_why) { in pt_print_reason() 1552 psp->pr_why, psp->pr_what); in pt_print_reason() [all …]
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 744 if ((Lsp->pr_why != PR_SYSENTRY && in main() 745 Lsp->pr_why != PR_SYSEXIT) || in main() 770 ((Pstate(Proc) == PS_STOP && Lsp->pr_why == PR_REQUESTED) || in main() 928 Lsp->pr_why == PR_JOBCONTROL) in worker_thread() 1011 switch (Lsp->pr_why) { in worker_thread() 1282 Lsp->pr_why, what); in worker_thread() 1288 if (Lsp->pr_why == PR_SYSEXIT && in worker_thread() 1349 Lsp->pr_why == PR_FAULTED && in worker_thread() 1373 if (Lsp->pr_why == PR_REQUESTED) { in worker_thread() 1403 Lsp->pr_why == PR_FAULTED && in worker_thread()
|
H A D | actions.c | 198 switch (Lsp->pr_why) { in stopsig() 405 if (Lsp->pr_why == PR_SYSEXIT && what == SYS_execve) { in sysentry()
|
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 154 sl_field_t pr_why; member 220 sl_field_t pr_why; member
|
H A D | gen_struct_layout.c | 140 SCALAR_FIELD(lwpstatus_t, pr_why, 0); in gen_lwpstatus() 214 SCALAR_FIELD(prstatus_t, pr_why, 1); in gen_prstatus()
|
H A D | corenote.c | 926 if (data_present(state, &layout->pr_why)) { in dump_lwpstatus() 927 w = extract_as_word(state, &layout->pr_why); in dump_lwpstatus() 1131 if (data_present(state, &layout->pr_why)) { in dump_prstatus() 1132 w = extract_as_word(state, &layout->pr_why); in dump_prstatus()
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 173 short pr_why; /* Reason for process stop (if stopped) */ member 477 short pr_why; /* Reason for process stop (if stopped) */ member
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 174 short pr_why; /* Reason for process stop (if stopped) */ member 478 short pr_why; /* Reason for process stop (if stopped) */ member
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 182 bigwad->prstat.pr_why = 0; in write_old_elfnotes()
|
H A D | elf_notes.c | 254 bigwad->pstatus.pr_lwp.pr_why = 0; in write_elfnotes() 495 bigwad->lwpstatus.pr_why = 0; in write_elfnotes()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | procfs.h | 124 short pr_why; /* reason for lwp stop, if stopped */ 581 short pr_why; /* reason for lwp stop, if stopped */
|
/titanic_50/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 658 (psp->pr_why == PR_SYSENTRY || in call_stack() 659 psp->pr_why == PR_SYSEXIT))) { in call_stack()
|
/titanic_50/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 662 switch (pstatus->pr_lwp.pr_why) { in pctx_run() 840 (int)pid, pstatus->pr_lwp.pr_why); in pctx_run()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1230 sp->pr_why = PR_REQUESTED; in gcore_prgetlwpstatus() 1233 sp->pr_why = t->t_whystop; in gcore_prgetlwpstatus()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1383 sp->pr_why = PR_REQUESTED; in oprgetstatus32() 1386 sp->pr_why = t->t_whystop; in oprgetstatus32() 3224 sp->pr_why = PR_REQUESTED; in oprgetstatus() 3227 sp->pr_why = t->t_whystop; in oprgetstatus()
|