Searched refs:Pwait (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 70 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 D | mapfile-vers | 329 Pwait;
|
H A D | Pcontrol.c | 637 (void) Pwait(P, 0); in Pxcreate() 653 (void) Pwait(P, 0); in Pxcreate() 683 (void) Pwait(P, 0); in Pxcreate() 704 (void) Pwait(P, 0); in Pxcreate() 1625 if (Pwait(P, 0) == -1) { in Preopen() 2059 Pwait(struct ps_prochandle *P, uint_t msec) in Pwait() function
|
H A D | libproc.h | 265 extern int Pwait(struct ps_prochandle *, uint_t);
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 506 (void) Pwait(P, 0); in do_pnohup() 523 (void) Pwait(P, 0); in do_pnohup()
|
/illumos-gate/usr/src/test/libproc-tests/tests/syscall/ |
H A D | pr_inject.c | 208 if (Pwait(P, pr_timeout) != 0) { in main()
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 282 Pwait.3proc \ 347 Pwait.3proc := LINKSRC = Pstopstatus.3proc
|
/illumos-gate/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 613 (void) Pwait(pctx->Pr, mswait); in pctx_run()
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | xsave_util.c | 548 if (Pwait(P, xsu_proc_timeout) != 0) { in xsu_proc_bkpt()
|
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 783 (void) Pwait(scan_pr, 0); in scan()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 173 link path=usr/share/man/man3proc/Pwait.3proc target=Pstopstatus.3proc
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 676 (void) Pwait(C, MILLISEC); in pt_fork() 3512 if (Pwait(P, 1) == 0 && (psp->pr_flags & PR_STOPPED) && in pt_sigfwd() 3658 while (Pwait(P, 0) == -1) { in pt_setrun()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 2466 (void) Pwait(Proc, MILLISEC); in control()
|