Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3proc/
H A DMakefile160 Pstopstatus.3proc \
341 Pdstop.3proc := LINKSRC = Pstopstatus.3proc
342 Pstop.3proc := LINKSRC = Pstopstatus.3proc
343 Pwait.3proc := LINKSRC = Pstopstatus.3proc
344 Ldstop.3proc := LINKSRC = Pstopstatus.3proc
345 Lstop.3proc := LINKSRC = Pstopstatus.3proc
346 Lwait.3proc := LINKSRC = Pstopstatus.3proc
/illumos-gate/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.c913 if (Pstopstatus(P, PCNULL, 0) != 0) { in Pgrab()
1043 Pstopstatus(P, PCDSTOP, 0) != 0) || in Pgrab()
1835 Pstopstatus(struct ps_prochandle *P, in Pstopstatus() function
1995 return (Pstopstatus(P, PCWSTOP, msec)); in Pwait()
2004 return (Pstopstatus(P, PCSTOP, msec)); in Pstop()
2013 return (Pstopstatus(P, PCDSTOP, 0)); in Pdstop()
2159 (void) Pstopstatus(P, PCNULL, 0); in Psetrun()
2458 rv = Pstopstatus(P, PCNULL, 0); in Pxecbkpt()
2651 rv = Pstopstatus(P, PCNULL, 0); in Pxecwapt()
2945 (void) Pstopstatus(P, PCNULL, 0); in Plwp_iter()
[all …]
H A DPcontrol.h287 int Pstopstatus(struct ps_prochandle *, long, uint32_t);
H A Dmapfile-vers312 Pstopstatus;
H A Dlibproc.h262 extern int Pstopstatus(struct ps_prochandle *, long, uint_t);
H A DPlwpregs.c216 (void) Pstopstatus(P, PCNULL, 0); in refresh_status()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc22 link path=usr/share/man/man3proc/Ldstop.3proc target=Pstopstatus.3proc
41 link path=usr/share/man/man3proc/Lstop.3proc target=Pstopstatus.3proc
43 link path=usr/share/man/man3proc/Lwait.3proc target=Pstopstatus.3proc
64 link path=usr/share/man/man3proc/Pdstop.3proc target=Pstopstatus.3proc
153 link path=usr/share/man/man3proc/Pstop.3proc target=Pstopstatus.3proc
154 file path=usr/share/man/man3proc/Pstopstatus.3proc
171 link path=usr/share/man/man3proc/Pwait.3proc target=Pstopstatus.3proc
/illumos-gate/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()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1228 (void) Pstopstatus(Proc, PCNULL, 0); in worker_thread()