Searched refs:PS_LOST (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c151 if (Pstate(t->t_pshandle) == PS_LOST) {
422 if (Pstate(t->t_pshandle) == PS_LOST) {
H A Dproc_amd64dep.c196 if (Pstate(t->t_pshandle) == PS_LOST) {
479 if (Pstate(t->t_pshandle) == PS_LOST) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c77 * dtrace_handle_proc() for notification of PS_UNDEAD or PS_LOST events. If
129 state != PS_LOST && state != PS_UNDEAD) {
602 case PS_LOST:
629 * If the control thread detected PS_UNDEAD or PS_LOST, then enqueue
827 * reached the rendezvous event. This is either due to PS_LOST
836 if (Pstate(dpr->dpr_proc) == PS_LOST) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c823 * Pstate() still shows PS_LOST, we are being called from pt_setrun()
828 if (Pstate(P) == PS_LOST)
847 if (Pstate(P) == PS_LOST)
861 if (Pstate(P) == PS_LOST && Preopen(P) == -1) {
877 if (Pstate(P) != PS_LOST) {
1666 case PS_LOST:
2345 if (t->t_pshandle != NULL && Pstate(t->t_pshandle) < PS_LOST &&
3286 case PS_LOST:
3592 if (Pstate(P) == PS_LOST) {
3629 case PS_LOST
[all...]
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c690 case PS_LOST:
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c627 case PS_LOST:
634 if ((pstate = Pstate(pctx->Pr)) != PS_LOST)
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c152 if (Pstate(t->t_pshandle) == PS_LOST) {
306 if (Pstate(t->t_pshandle) == PS_LOST) {
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c626 if (P->state == PS_LOST && /* we lost control */
916 if (P->state == PS_LOST) { /* WoV */
1047 if (P->state == PS_LOST) { /* WoV */
1487 * Reopen the /proc file (after PS_LOST).
1547 * will reset the state to PS_LOST and we fail the reopen. Before
1549 * see that we are PS_LOST following a successful exec.
1845 case PS_LOST:
1909 dprintf("Pstopstatus: PS_LOST, errno=%d\n", err);
1910 P->state = PS_LOST;
2037 P->state = PS_LOST;
[all...]
H A Dlibproc.h111 #define PS_LOST 3 /* process is lost to control (EAGAIN) */ macro
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c941 if (Lstate(Lwp) == PS_LOST) { /* we lost control */
945 * EAGAIN (PS_LOST) if the program being exec()ed
1381 Lstate(Lwp) != PS_LOST &&
1398 if (Lstate(Lwp) == PS_UNDEAD || Lstate(Lwp) == PS_LOST)
1435 if (Lstate(Lwp) == PS_UNDEAD || Lstate(Lwp) == PS_LOST) {
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c783 case PS_LOST:
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c387 case PS_LOST:

Completed in 127 milliseconds