Home
last modified time | relevance | path

Searched refs:Psetrun (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c69 if (Psetrun(P, 0, PRSABORT) == 0) { in Pabort_agent()
268 if (Psetrun(P, 0, PRCSIG | PRCFAULT) == -1) in execute()
463 if (Psetrun(P, 0, 0) == -1) in Psyscall()
H A DPcontrol.c626 Psetrun(P, 0, 0) != 0) { /* can't restart */ in Pxcreate()
648 if (Psetrun(P, 0, PRSABORT) == -1) { in Pxcreate()
682 (void) Psetrun(P, 0, 0); in Pxcreate()
703 (void) Psetrun(P, 0, 0); in Pxcreate()
1773 (void) Psetrun(P, SIGKILL, 0); in Prelease()
1821 if (Psetrun(P, 0, 0) == -1 && errno == EBUSY) in Prelease()
2166 Psetrun(struct ps_prochandle *P, in Psetrun() function
H A Dmapfile-vers278 Psetrun;
H A Dlibproc.h280 extern int Psetrun(struct ps_prochandle *, int, int);
/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c127 (void) Psetrun(P, 0, 0); /* Set the process running. */ in start()
/illumos-gate/usr/src/man/man3proc/
H A DMakefile152 Psetrun.3proc \
403 Lsetrun.3proc := LINKSRC = Psetrun.3proc
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c156 if (Psetrun(Pr, 0, 0) == -1) { in main()
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dxsave_util.c544 if (Psetrun(P, 0, 0) != 0) { in xsu_proc_bkpt()
567 if (Psetrun(xp->xp_proc, 0, PRCFAULT) != 0) { in xsu_proc_finish()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c527 if (Psetrun(P, 0, 0) == -1) { in dt_proc_control()
620 if (Pstate(P) != PS_UNDEAD && Psetrun(P, 0, 0) == -1) { in dt_proc_control()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc36 link path=usr/share/man/man3proc/Lsetrun.3proc target=Psetrun.3proc
145 file path=usr/share/man/man3proc/Psetrun.3proc
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c577 if (Psetrun(pctx->Pr, 0, 0) != 0) { in pctx_run()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3638 if (Pstate(P) != PS_RUN && Psetrun(P, sig, flags) == -1) { in pt_setrun()