Searched refs:Pstop (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 66 (void) Pstop(P, 0); in Pabort_agent() 113 (void) Pstop(P, 0); in Pcreate_agent()
|
H A D | mapfile-vers | 280 Pstop;
|
H A D | libproc.h | 269 extern int Pstop(struct ps_prochandle *, uint_t);
|
H A D | Pcontrol.c | 536 (void) Pstop(P, 0); /* stop the controlled process */ in Pxcreate() 1657 (void) Pstop(P, 1000); in Prelease() 1956 Pstop(struct ps_prochandle *P, uint_t msec) in Pstop() function
|
H A D | llib-lproc | 60 int Pstop(struct ps_prochandle *Pr, uint_t msec);
|
/titanic_50/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 175 if (Pstop(Pr, 1000) != 0) { in reap()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 1023 (void) Pstop(Proc, 0); in worker_thread() 1293 (void) Pstop(Proc, 0); in worker_thread() 1513 (void) Pstop(Proc, MILLISEC); in worker_thread()
|
/titanic_50/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 619 if (Pstop(pctx->Pr, 5 * MILLISEC) == -1 || in pctx_run()
|