Home
last modified time | relevance | path

Searched refs:PR_JOBCONTROL (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dsig.c271 tt->t_whystop == PR_JOBCONTROL) { in sigtoproc()
385 stop(PR_JOBCONTROL, sig); in isjobstop()
696 stop(PR_JOBCONTROL, p->p_stopsig); in issig_forreal()
834 t->t_whystop != PR_JOBCONTROL)) { in jobstopped()
918 case PR_JOBCONTROL: in stop()
1023 if (why == PR_JOBCONTROL || (why == PR_SUSPENDED && p->p_stopsig)) { in stop()
1052 } else if (why == PR_JOBCONTROL && p->p_stopsig == 0) { in stop()
1068 if (why != PR_JOBCONTROL && why != PR_CHECKPOINT) { in stop()
1198 } else if (why == PR_JOBCONTROL) { in stop()
H A Dcondvar.c733 stop(PR_JOBCONTROL, p->p_stopsig); in cv_wait_stop()
H A Dlwp.c1328 int whystop = p->p_stopsig? PR_JOBCONTROL : in holdlwps()
/titanic_50/usr/src/cmd/nohup/
H A Dnohup.c503 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/cmd/ptools/pflags/
H A Dpflags.c463 case PR_JOBCONTROL: in prwhy()
489 case PR_JOBCONTROL: in prwhat()
/titanic_50/usr/src/lib/libproc/common/
H A DPcontrol.c1748 case PR_JOBCONTROL: in prldump()
1932 case PR_JOBCONTROL: in Pstopstatus()
2118 P->status.pr_lwp.pr_why != PR_JOBCONTROL) { in Psetrun()
2415 if (P->status.pr_lwp.pr_why == PR_JOBCONTROL && in Pxecbkpt()
2608 if (P->status.pr_lwp.pr_why == PR_JOBCONTROL && in Pxecwapt()
3506 case PR_JOBCONTROL: in Lstopstatus()
3637 if (errno != EBUSY || L->lwp_status.pr_why != PR_JOBCONTROL) in Lsetrun()
3690 if (L->lwp_status.pr_why == PR_JOBCONTROL && in Lxecbkpt()
3725 if (L->lwp_status.pr_why == PR_JOBCONTROL && in Lxecwapt()
/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h234 #define PR_JOBCONTROL 5 macro
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h235 #define PR_JOBCONTROL 5 macro
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h232 #define PR_JOBCONTROL 5
/titanic_50/usr/src/lib/libpctx/common/
H A Dlibpctx.c813 case PR_JOBCONTROL: in pctx_run()
/titanic_50/usr/src/cmd/truss/
H A Dactions.c199 case PR_JOBCONTROL: in stopsig()
H A Dmain.c928 Lsp->pr_why == PR_JOBCONTROL) in worker_thread()
1034 case PR_JOBCONTROL: /* can't happen except first time */ in worker_thread()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1498 tx->t_whystop == PR_JOBCONTROL) { in pr_setsig()
1962 (t)->t_whystop == PR_JOBCONTROL && \
H A Dprsubr.c185 case PR_JOBCONTROL: in prchoose()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c438 psp->pr_why == PR_JOBCONTROL && getsid(0) == Pstatus(P)->pr_sid) in pt_post_attach()
1516 case PR_JOBCONTROL: in pt_print_reason()
3445 psp->pr_why == PR_JOBCONTROL && Pdstop(P) == 0) { in pt_sigfwd()
3577 if (psp->pr_why == PR_JOBCONTROL) { in pt_setrun()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg385 @ MSG_PR_WHY_JOBCONTROL "[ PR_JOBCONTROL ]"
H A Dcorenote.c519 case PR_JOBCONTROL: in conv_cnote_pr_what()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c938 case PR_JOBCONTROL: in gcore_prchoose()