Searched refs:Psetrun (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 69 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 D | mapfile-vers | 250 Psetrun;
|
H A D | Pcontrol.c | 557 Psetrun(P, 0, 0) != 0) { /* can't restart */ in Pxcreate() 579 if (Psetrun(P, 0, PRSABORT) == -1) { in Pxcreate() 613 (void) Psetrun(P, 0, 0); in Pxcreate() 634 (void) Psetrun(P, 0, 0); in Pxcreate() 1661 (void) Psetrun(P, SIGKILL, 0); in Prelease() 1709 if (Psetrun(P, 0, 0) == -1 && errno == EBUSY) in Prelease() 2054 Psetrun(struct ps_prochandle *P, in Psetrun() function
|
H A D | libproc.h | 282 extern int Psetrun(struct ps_prochandle *, int, int);
|
H A D | llib-lproc | 64 int Psetrun(struct ps_prochandle *Pr, int sig, int flags);
|
/titanic_50/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 129 (void) Psetrun(P, 0, 0); /* Set the process running. */ in start()
|
/titanic_50/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 156 if (Psetrun(Pr, 0, 0) == -1) { in main()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 527 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()
|
/titanic_50/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 575 if (Psetrun(pctx->Pr, 0, 0) != 0) { in pctx_run()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 3567 if (Pstate(P) != PS_RUN && Psetrun(P, sig, flags) == -1) { in pt_setrun()
|