Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DPsyscall.c124 (void) Pstopstatus(P, PCNULL, 0); in Pcreate_agent()
166 if (Pstopstatus(P, PCNULL, 0) != 0) { in Pcreate_agent()
181 (void) Pstopstatus(P, PCNULL, 0); in Pcreate_agent()
199 (void) Pstopstatus(P, PCNULL, 0); in Pdestroy_agent()
227 (void) Pstopstatus(P, PCNULL, 0); in Pdestroy_agent()
H A DPcontrol.c899 if (Pstopstatus(P, PCNULL, 0) != 0) { in Pgrab()
1008 Pstopstatus(P, PCTWSTOP, 20) != 0) { in Pgrab()
1029 Pstopstatus(P, PCDSTOP, 0) != 0) || in Pgrab()
1030 Pstopstatus(P, PCSTOP, 2000) != 0) { in Pgrab()
1711 } while (Pstopstatus(P, PCNULL, 0) == 0 && in Prelease()
1789 Pstopstatus(struct ps_prochandle *P, in Pstopstatus() function
1949 return (Pstopstatus(P, PCWSTOP, msec)); in Pwait()
1958 return (Pstopstatus(P, PCSTOP, msec)); in Pstop()
1967 return (Pstopstatus(P, PCDSTOP, 0)); in Pdstop()
2113 (void) Pstopstatus(P, PCNULL, 0); in Psetrun()
[all …]
H A DPcontrol.h277 int Pstopstatus(struct ps_prochandle *, long, uint32_t);
H A Dmapfile-vers281 Pstopstatus;
H A Dlibproc.h267 extern int Pstopstatus(struct ps_prochandle *, long, uint_t);
H A Dllib-lproc58 int Pstopstatus(struct ps_prochandle *Pr, long cmd, uint_t msec);
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_proc.c422 (void) Pstopstatus(P, PCNULL, 0); in dt_proc_waitrun()
551 if (Pstopstatus(P, PCNULL, 0) == -1 && errno == EINTR) { in dt_proc_control()
/titanic_41/usr/src/cmd/truss/
H A Dmain.c1222 (void) Pstopstatus(Proc, PCNULL, 0); in worker_thread()