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 DMakefile161 Pstopstatus.3proc \
345 Pdstop.3proc := LINKSRC = Pstopstatus.3proc
346 Pstop.3proc := LINKSRC = Pstopstatus.3proc
347 Pwait.3proc := LINKSRC = Pstopstatus.3proc
348 Ldstop.3proc := LINKSRC = Pstopstatus.3proc
349 Lstop.3proc := LINKSRC = Pstopstatus.3proc
350 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.c968 if (Pstopstatus(P, PCNULL, 0) != 0) { in Pgrab()
1077 Pstopstatus(P, PCTWSTOP, 20) != 0) { in Pgrab()
1098 Pstopstatus(P, PCDSTOP, 0) != 0) || in Pgrab()
1099 Pstopstatus(P, PCSTOP, 2000) != 0) { in Pgrab()
1823 } while (Pstopstatus(P, PCNULL, 0) == 0 && in Prelease()
1901 Pstopstatus(struct ps_prochandle *P, in Pstopstatus() function
2061 return (Pstopstatus(P, PCWSTOP, msec)); in Pwait()
2070 return (Pstopstatus(P, PCSTOP, msec)); in Pstop()
2079 return (Pstopstatus(P, PCDSTOP, 0)); in Pdstop()
2225 (void) Pstopstatus(P, PCNULL, 0); in Psetrun()
[all …]
H A DPcontrol.h288 int Pstopstatus(struct ps_prochandle *, long, uint32_t);
H A Dmapfile-vers314 Pstopstatus;
H A Dlibproc.h264 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
66 link path=usr/share/man/man3proc/Pdstop.3proc target=Pstopstatus.3proc
155 link path=usr/share/man/man3proc/Pstop.3proc target=Pstopstatus.3proc
156 file path=usr/share/man/man3proc/Pstopstatus.3proc
173 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()