Home
last modified time | relevance | path

Searched refs:Pstop (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPsyscall.c66 (void) Pstop(P, 0); in Pabort_agent()
113 (void) Pstop(P, 0); in Pcreate_agent()
H A Dmapfile-vers280 Pstop;
H A Dlibproc.h269 extern int Pstop(struct ps_prochandle *, uint_t);
H A DPcontrol.c536 (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 Dllib-lproc60 int Pstop(struct ps_prochandle *Pr, uint_t msec);
/titanic_50/usr/src/cmd/ptools/preap/
H A Dpreap.c175 if (Pstop(Pr, 1000) != 0) { in reap()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c1023 (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 Dlibpctx.c619 if (Pstop(pctx->Pr, 5 * MILLISEC) == -1 || in pctx_run()