Searched refs:PR_JOBCONTROL (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c503 psp->pr_lwp.pr_why == PR_JOBCONTROL) {
768 if (psp->pr_lwp.pr_why == PR_JOBCONTROL) {
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c271 tt->t_whystop == PR_JOBCONTROL) {
385 stop(PR_JOBCONTROL, sig);
644 * When stopped on PR_JOBCONTROL, there is no current
692 * showing PR_JOBCONTROL. This is a stop in
696 stop(PR_JOBCONTROL, p->p_stopsig);
814 * Return true if the process is currently stopped showing PR_JOBCONTROL.
834 t->t_whystop != PR_JOBCONTROL)) {
918 case PR_JOBCONTROL:
1023 if (why == PR_JOBCONTROL || (why == PR_SUSPENDED && p->p_stopsig)) {
1052 } else if (why == PR_JOBCONTROL
[all...]
H A Dcondvar.c730 * showing PR_JOBCONTROL, stop in sympathy with it.
733 stop(PR_JOBCONTROL, p->p_stopsig);
H A Dlwp.c1328 int whystop = p->p_stopsig? PR_JOBCONTROL :
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c463 case PR_JOBCONTROL:
464 str = "PR_JOBCONTROL";
489 case PR_JOBCONTROL:
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h235 #define PR_JOBCONTROL 5 macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h234 #define PR_JOBCONTROL 5 macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c1787 case PR_JOBCONTROL:
1971 case PR_JOBCONTROL:
2157 P->status.pr_lwp.pr_why != PR_JOBCONTROL) {
2454 if (P->status.pr_lwp.pr_why == PR_JOBCONTROL &&
2647 if (P->status.pr_lwp.pr_why == PR_JOBCONTROL &&
3545 case PR_JOBCONTROL:
3676 if (errno != EBUSY || L->lwp_status.pr_why != PR_JOBCONTROL)
3729 if (L->lwp_status.pr_why == PR_JOBCONTROL &&
3764 if (L->lwp_status.pr_why == PR_JOBCONTROL &&
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h233 #define PR_JOBCONTROL 5 macro
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c813 case PR_JOBCONTROL:
/illumos-gate/usr/src/cmd/truss/
H A Dactions.c188 * PR_JOBCONTROL or is stopped on PR_SIGNALLED or PR_REQUESTED with a current
199 case PR_JOBCONTROL:
H A Dmain.c929 Lsp->pr_why == PR_JOBCONTROL)
1035 case PR_JOBCONTROL: /* can't happen except first time */
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1498 tx->t_whystop == PR_JOBCONTROL) {
1962 (t)->t_whystop == PR_JOBCONTROL && \
H A Dprsubr.c185 case PR_JOBCONTROL:
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c438 psp->pr_why == PR_JOBCONTROL && getsid(0) == Pstatus(P)->pr_sid)
1516 case PR_JOBCONTROL:
3445 psp->pr_why == PR_JOBCONTROL && Pdstop(P) == 0) {
3577 if (psp->pr_why == PR_JOBCONTROL) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c938 case PR_JOBCONTROL:
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c519 case PR_JOBCONTROL:

Completed in 194 milliseconds