Home
last modified time | relevance | path

Searched refs:PS_STOP (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A DPservice.c87 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_pstop()
95 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_pcontinue()
108 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lstop()
117 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lcontinue()
125 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetregs()
137 if (P->state != PS_STOP) in ps_lsetregs()
149 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetfpregs()
161 if (P->state != PS_STOP) in ps_lsetfpregs()
209 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetxregs()
222 if (P->state != PS_STOP) in ps_lsetxregs()
[all …]
H A DPcontrol.c549 if (P->state == PS_STOP && in Pxcreate()
556 if (P->state != PS_STOP || /* interrupt or process died */ in Pxcreate()
585 if (P->state != PS_STOP) { in Pxcreate()
597 while (P->state == PS_STOP && in Pxcreate()
626 if (P->state == PS_STOP && in Pxcreate()
642 if (P->state == PS_STOP && in Pxcreate()
1042 (P->state != PS_STOP && in Pgrab()
1528 if (P->state == PS_STOP && in Preopen()
1660 if (P->state == PS_STOP) in Prelease()
1671 if (P->state != PS_STOP && in Prelease()
[all …]
H A DPlwpregs.c143 if (P->state != PS_STOP) { in setlwpregs()
238 if (P->state != PS_STOP) { in Plwp_getxregs()
274 if (P->state != PS_STOP) { in Plwp_getgwindows()
305 if (P->state != PS_STOP) { in Plwp_getasrs()
H A DPstack.c245 if ((P->state == PS_STOP || P->state == PS_DEAD) && in init_uclist()
263 if (P->state == PS_STOP || P->state == PS_DEAD) { in init_uclist()
H A DPsyscall.c274 if (P->state != PS_STOP) in execute()
348 if (P->state != PS_STOP || /* check state of LWP */ in Psyscall()
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 Dlibproc.h120 #define PS_STOP 2 /* process is stopped */ macro
/titanic_41/usr/src/cmd/ptools/preap/
H A Dpreap.c161 if ((Fflag == 0) && (Pstate(Pr) == PS_STOP)) { in reap()
/titanic_41/usr/src/lib/libpctx/common/
H A Dlibpctx.c620 (pstate = Pstate(pctx->Pr)) != PS_STOP) { in pctx_run()
625 case PS_STOP: in pctx_run()
657 if (pstate != PS_STOP) in pctx_run()
/titanic_41/usr/src/cmd/truss/
H A Dmain.c669 if (created && Pstate(Proc) != PS_STOP) /* assertion */ in main()
770 ((Pstate(Proc) == PS_STOP && Lsp->pr_why == PR_REQUESTED) || in main()
801 primary_lwp = (first && Pstate(Proc) == PS_STOP)? in main_thread()
998 if (Lstate(Lwp) != PS_STOP) { in worker_thread()
1348 if (Lstate(Lwp) == PS_STOP && in worker_thread()
1360 if (Lstate(Lwp) == PS_STOP) { in worker_thread()
1402 if (Lstate(Lwp) == PS_STOP && in worker_thread()
1523 if (!leave_hung && Lstate(Lwp) == PS_STOP) in worker_thread()
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c578 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()
594 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
H A Dproc_amd64dep.c621 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()
637 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_proc.c405 assert(Pstate(P) == PS_STOP); in dt_proc_waitrun()
430 if (Pstate(P) != PS_STOP || psp->pr_lwpid != lwpid || in dt_proc_waitrun()
557 case PS_STOP: in dt_proc_control()
/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c693 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()
726 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
/titanic_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c786 if (Pstate(scan_pr) != PS_STOP) { in scan()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1645 case PS_STOP: in pt_status_dcmd()
2025 Pstate(t->t_pshandle) == PS_STOP) { in pt_setenv()
2080 Pstate(t->t_pshandle) == PS_STOP) { in pt_unsetenv()
3271 case PS_STOP: in pt_status()
3620 case PS_STOP: in pt_setrun()
/titanic_41/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c369 case PS_STOP: in dtj_prochandler()