Searched refs:PR_SYSEXIT (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmain.c234 while ((pstatus.pr_lwp.pr_why == PR_SYSEXIT) &&
266 if ((pstatus.pr_lwp.pr_why != PR_SYSEXIT) ||
/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c467 } while (P->state == PS_STOP && P->status.pr_lwp.pr_why != PR_SYSEXIT);
480 if (P->state != PS_STOP || P->status.pr_lwp.pr_why != PR_SYSEXIT)
H A DPcontrol.c563 P->status.pr_lwp.pr_why == PR_SYSEXIT))
637 P->status.pr_lwp.pr_why == PR_SYSEXIT &&
653 P->status.pr_lwp.pr_why == PR_SYSEXIT &&
1557 P->status.pr_lwp.pr_why = PR_SYSEXIT;
1569 (P->status.pr_lwp.pr_why == PR_SYSEXIT &&
1573 P->status.pr_lwp.pr_why = PR_SYSEXIT;
1783 case PR_SYSEXIT:
1963 case PR_SYSEXIT:
3541 case PR_SYSEXIT:
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c460 case PR_SYSEXIT:
461 str = "PR_SYSEXIT";
493 case PR_SYSEXIT:
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c399 if (lsp->pr_why == PR_SYSEXIT && lsp->pr_errno == EINTR) {
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h234 #define PR_SYSEXIT 4 macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h233 #define PR_SYSEXIT 4 macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c594 else if (psp->pr_why == PR_SYSEXIT &&
597 else if (psp->pr_why == PR_SYSEXIT &&
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c264 state_p->ps_issysexit = ((prstatus.pr_why & PR_SYSEXIT) != 0);
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c659 psp->pr_why == PR_SYSEXIT))) {
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h232 #define PR_SYSEXIT 4 macro
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c422 if ((psp->pr_flags & PR_ISTOP) && psp->pr_why == PR_SYSEXIT &&
673 if (Pstatus(C)->pr_lwp.pr_why != PR_SYSEXIT)
678 if (csp->pr_why != PR_SYSEXIT ||
740 } while (csp->pr_why != PR_SYSEXIT ||
1512 case PR_SYSEXIT:
3621 if (psp->pr_why == PR_SYSEXIT && psp->pr_errno == 0 &&
3773 return (psp->pr_why == PR_SYSEXIT && psp->pr_what == sysnum);
4061 if (psp->pr_why == PR_SYSEXIT && psp->pr_errno == 0 &&
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c746 Lsp->pr_why != PR_SYSEXIT) ||
1161 case PR_SYSEXIT:
1289 if (Lsp->pr_why == PR_SYSEXIT &&
H A Dactions.c405 if (Lsp->pr_why == PR_SYSEXIT && what == SYS_execve) {
H A Dsystable.c1461 (Lsp->pr_why == PR_SYSEXIT && Lsp->pr_errno == 0 &&
1466 if (Lsp->pr_why == PR_SYSEXIT && Lsp->pr_errno == 0 &&
H A Dprint.c613 if (Lsp->pr_why == PR_SYSEXIT && nbyte > IOBSIZE) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c954 case PR_SYSEXIT:
1282 if ((t->t_state == TS_STOPPED && t->t_whystop == PR_SYSEXIT) ||
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c709 case PR_SYSEXIT:
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c659 stop(PR_SYSEXIT, code);
689 * We must do this after stopping on PR_SYSEXIT
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c560 stop(PR_SYSEXIT, code);
590 * We must do this after stopping on PR_SYSEXIT
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c201 case PR_SYSEXIT:
1045 if ((t->t_state == TS_STOPPED && t->t_whystop == PR_SYSEXIT) ||
1273 if ((t->t_state == TS_STOPPED && t->t_whystop == PR_SYSEXIT) ||
H A Dprioctl.c1472 if (t->t_whystop == PR_SYSEXIT && t->t_sysnum == SYS_execve) {
3309 if (t->t_whystop == PR_SYSEXIT && t->t_sysnum == SYS_execve) {
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c522 case PR_SYSEXIT:

Completed in 197 milliseconds