Lines Matching defs:stop

546 	(void) Pstop(P, 0);	/* stop the controlled process */
553 * running again, expecting it to stop when it reaches pause().
621 * it to stop on exit from the exec().
642 * wait for it to stop on entry to the next exec().
762 * PGRAB_NOSTOP Open the process but do not force it to stop.
981 * to stop via /proc, do not set run-on-last-close.
1005 * If a stop directive is pending and the process has not yet stopped,
1006 * then synchronously wait for the stop directive to take effect.
1007 * Limit the time spent waiting for the process to stop by iterating
1009 * between sending the stop directive and the process actually stopped
1011 * stop voluntarily, clear the PR_DSTOP flag so that the code below
1012 * forces the process to stop.
1030 * If the process is not already stopped or directed to stop
1031 * and PGRAB_NOSTOP was not specified, stop the process now.
1066 * should be an outstanding stop directive.
1545 * Set the state to PS_RUN and wait for the process to stop so that
1571 /* fake up stop-on-exit-from-execve */
1579 "SYSEXIT(SYS_execve) stop\n");
1693 * Attempt to stop the process.
1736 * not originally stopped or directed to stop via /proc
1821 * Wait for the specified process to stop or terminate.
1823 * Or, direct it to stop and get the current status (PCDSTOP).
1983 * Wait for the process to stop for any reason.
1992 * Direct the process to stop; wait for it to stop.
2001 * Direct the process to stop; don't wait.
2155 /* If it is not in a jobcontrol stop, issue an error message */
2399 /* wait for stop, cancel the fault */
2455 error == EBUSY) { /* jobcontrol stop -- back off */
2588 * Then wait for the victim to stop and cancel the FLTTRACE.
2648 error == EBUSY) { /* jobcontrol stop -- back off */
2707 * the 'stop' parameter is a boolean indicating whether the process should
2708 * stop when the event of interest occurs. The previous value is returned
2713 uint_t flag, int max, int which, int stop)
2730 if (stop) {
2758 Psignal(struct ps_prochandle *P, int which, int stop)
2762 if (which == SIGKILL && stop != 0) {
2768 SETSIG, PRMAXSIG, which, stop);
2770 if (oldval != -1 && which == 0 && stop != 0)
2797 Pfault(struct ps_prochandle *P, int which, int stop)
2800 SETFAULT, PRMAXFAULT, which, stop));
2824 Psysentry(struct ps_prochandle *P, int which, int stop)
2827 SETENTRY, PRMAXSYS, which, stop));
2851 Psysexit(struct ps_prochandle *P, int which, int stop)
2854 SETEXIT, PRMAXSYS, which, stop));
3420 * Wait for the specified LWP to stop or terminate.
3422 * Or, direct it to stop and get the current status (PCDSTOP).
3557 * Wait for the LWP to stop for any reason.
3566 * Direct the LWP to stop; wait for it to stop.
3575 * Direct the LWP to stop; don't wait.
3730 error == EBUSY) { /* jobcontrol stop -- back off */
3765 error == EBUSY) { /* jobcontrol stop -- back off */