Home
last modified time | relevance | path

Searched refs:Pwait (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c70 while (Pwait(P, 0) == -1 && errno == EINTR) in Pabort_agent()
272 (void) Pwait(P, 0); in execute()
466 (void) Pwait(P, 0); in Psyscall()
H A Dmapfile-vers327 Pwait;
H A DPcontrol.c581 (void) Pwait(P, 0); in Pxcreate()
597 (void) Pwait(P, 0); in Pxcreate()
627 (void) Pwait(P, 0); in Pxcreate()
648 (void) Pwait(P, 0); in Pxcreate()
1559 if (Pwait(P, 0) == -1) { in Preopen()
1993 Pwait(struct ps_prochandle *P, uint_t msec) in Pwait() function
H A Dlibproc.h263 extern int Pwait(struct ps_prochandle *, uint_t);
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c504 (void) Pwait(P, 0); in do_pnohup()
521 (void) Pwait(P, 0); in do_pnohup()
/illumos-gate/usr/src/man/man3proc/
H A DMakefile280 Pwait.3proc \
343 Pwait.3proc := LINKSRC = Pstopstatus.3proc
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c613 (void) Pwait(pctx->Pr, mswait); in pctx_run()
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dxsave_util.c548 if (Pwait(P, xsu_proc_timeout) != 0) { in xsu_proc_bkpt()
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c783 (void) Pwait(scan_pr, 0); in scan()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc171 link path=usr/share/man/man3proc/Pwait.3proc target=Pstopstatus.3proc
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c676 (void) Pwait(C, MILLISEC); in pt_fork()
3515 if (Pwait(P, 1) == 0 && (psp->pr_flags & PR_STOPPED) && in pt_sigfwd()
3661 while (Pwait(P, 0) == -1) { in pt_setrun()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2466 (void) Pwait(Proc, MILLISEC); in control()