Home
last modified time | relevance | path

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

/titanic_50/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-vers294 Pwait;
H A DPcontrol.c568 (void) Pwait(P, 0); in Pxcreate()
584 (void) Pwait(P, 0); in Pxcreate()
614 (void) Pwait(P, 0); in Pxcreate()
635 (void) Pwait(P, 0); in Pxcreate()
1513 if (Pwait(P, 0) == -1) { in Preopen()
1947 Pwait(struct ps_prochandle *P, uint_t msec) in Pwait() function
H A Dlibproc.h268 extern int Pwait(struct ps_prochandle *, uint_t);
H A Dllib-lproc59 int Pwait(struct ps_prochandle *Pr, uint_t msec);
/titanic_50/usr/src/cmd/nohup/
H A Dnohup.c506 (void) Pwait(P, 0); in do_pnohup()
523 (void) Pwait(P, 0); in do_pnohup()
/titanic_50/usr/src/lib/libpctx/common/
H A Dlibpctx.c611 (void) Pwait(pctx->Pr, mswait); in pctx_run()
/titanic_50/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c785 (void) Pwait(scan_pr, 0); in scan()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c674 (void) Pwait(C, MILLISEC); in pt_fork()
3444 if (Pwait(P, 1) == 0 && (psp->pr_flags & PR_STOPPED) && in pt_sigfwd()
3590 while (Pwait(P, 0) == -1) { in pt_setrun()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c2460 (void) Pwait(Proc, MILLISEC); in control()