Searched refs:Psetrun (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c129 (void) Psetrun(P, 0, 0); /* Set the process running. */
/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c69 if (Psetrun(P, 0, PRSABORT) == 0) {
268 if (Psetrun(P, 0, PRCSIG | PRCFAULT) == -1)
463 if (Psetrun(P, 0, 0) == -1)
H A DPcontrol.c567 Psetrun(P, 0, 0) != 0) { /* can't restart */
571 dprintf("Pcreate: Psetrun failed: %s\n",
589 if (Psetrun(P, 0, PRSABORT) == -1) {
590 dprintf("Pcreate: Psetrun failed: %s\n", strerror(errno));
623 (void) Psetrun(P, 0, 0);
644 (void) Psetrun(P, 0, 0);
1700 (void) Psetrun(P, SIGKILL, 0);
1748 if (Psetrun(P, 0, 0) == -1 && errno == EBUSY)
2093 Psetrun(struct ps_prochandle *P, function
2158 dprintf("Psetrun
[all...]
H A Dlibproc.h275 extern int Psetrun(struct ps_prochandle *, int, int);
H A Dllib-lproc65 int Psetrun(struct ps_prochandle *Pr, int sig, int flags);
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c156 if (Psetrun(Pr, 0, 0) == -1) {
/illumos-gate/usr/src/man/man3proc/
H A DMakefile144 Psetrun.3proc \
373 Lsetrun.3proc := LINKSRC = Psetrun.3proc
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c527 if (Psetrun(P, 0, 0) == -1) {
585 * occurs, we will fall through to Psetrun() but the
620 if (Pstate(P) != PS_UNDEAD && Psetrun(P, 0, 0) == -1) {
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c575 if (Psetrun(pctx->Pr, 0, 0) != 0) {
578 gettext("%d: Psetrun\n"), (int)pid);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3567 if (Pstate(P) != PS_RUN && Psetrun(P, sig, flags) == -1) {

Completed in 91 milliseconds