| /illumos-gate/usr/src/test/libc-tests/tests/posix_spawn/ |
| H A D | posix_spawn_path.c | 104 if (waitid(P_PID, pid, &child_sig, WEXITED) != 0) in path_resolve_test() 117 if (waitid(P_PID, fork_pid, &sig, WEXITED) != 0) { in path_resolve_test() 181 if (waitid(P_PID, pid, &child_sig, WEXITED) != 0) in enoexec_fallback_test() 190 if (waitid(P_PID, fork_pid, &sig, WEXITED) != 0) in enoexec_fallback_test()
|
| H A D | posix_spawn_pipe_np.c | 73 if (waitid(P_PID, pid, &sig, WEXITED) != 0) in read_from_child_test() 146 if (waitid(P_PID, pid, &sig, WEXITED) != 0) in write_to_child_test() 220 if (waitid(P_PID, pid, &sig, WEXITED) != 0) in bad_cmd_test()
|
| H A D | posix_spawn_common.c | 135 if (waitid(P_PID, pid, &sig, WEXITED) != 0) { in posix_spawn_run_child()
|
| H A D | posix_spawn_attr.c | 559 while (waitid(P_PID, pid, &sig, WEXITED) != 0) { in nosigchld_test() 632 if (waitid(P_PID, pid, &sig, WEXITED) != 0) { in noexecerr_test() 657 (void) waitid(P_PID, pid, &sig, WEXITED); in noexecerr_test()
|
| H A D | posix_spawn_chdir.c | 184 if (waitid(P_PID, pid, &sig, WEXITED) != 0) { in posix_spawn_test_one_dir() 502 if (waitid(P_PID, pid, &sig, WEXITED) != 0) { in posix_spawn_test_one_flags()
|
| /illumos-gate/usr/src/cmd/csh/ |
| H A D | wait3.c | 76 error = waitid(P_ALL, 0, &info, options); in csh_wait3() 139 if (waitid(P_ALL, 0, &info, in csh_wait_noreap()
|
| /illumos-gate/usr/src/ucbhead/sys/ |
| H A D | wait.h | 152 extern int waitid(idtype_t, id_t, siginfo_t *, int); 160 extern int waitid();
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | waitpid.c | 99 if ((error = waitid(idtype, id, &info, options)) < 0) in waitpid() 154 error = waitid(idtype, pid, &info, noptions); in wait4()
|
| /illumos-gate/usr/src/lib/libc/common/sys/ |
| H A D | waitid.S | 38 SYSCALL2_RESTART_RVAL1(__waitid,waitid)
|
| /illumos-gate/usr/src/head/ |
| H A D | wait.h | 43 extern int waitid(idtype_t, id_t, siginfo_t *, int);
|
| /illumos-gate/usr/src/test/libc-tests/tests/random/ |
| H A D | inz_region.c | 57 ret = waitid(P_PID, child, &info, WEXITED); in main()
|
| H A D | inz_mlock.c | 60 ret = waitid(P_PID, child, &info, WEXITED); in main()
|
| H A D | inz_child.c | 63 ret = waitid(P_PID, child, &info, WEXITED); in main()
|
| H A D | inz_split.c | 65 ret = waitid(P_PID, child, &info, WEXITED); in main()
|
| H A D | inz_vpp.c | 65 ret = waitid(P_PID, child, &info, WEXITED); in main()
|
| H A D | inz_split_vpp.c | 74 ret = waitid(P_PID, child, &info, WEXITED); in main()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | wait.h | 102 extern int waitid(idtype_t, id_t, siginfo_t *, int);
|
| /illumos-gate/usr/src/lib/libproc/common/ |
| H A D | pr_waitid.c | 55 return (waitid(idtype, id, infop, options)); in pr_waitid()
|
| /illumos-gate/usr/src/ucblib/libucb/port/sys/ |
| H A D | wait4.c | 108 error = waitid(idtype, pid, &info, noptions); in wait4()
|
| /illumos-gate/usr/src/man/man2/ |
| H A D | Makefile | 166 waitid.2 \
|
| /illumos-gate/usr/src/lib/brand/sn1/sn1_brand/common/ |
| H A D | sn1_brand.c | 119 IN_KERNEL_SYSCALL(waitid, SYS_waitid) /* 107 */
|
| /illumos-gate/usr/src/cmd/ptools/ptime/ |
| H A D | ptime.c | 168 (void) waitid(P_PID, pid, &info, WEXITED | WNOWAIT); in main()
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | exit.c | 1056 waitid(idtype_t idtype, id_t id, k_siginfo_t *ip, int options) in waitid() function 1279 if (error = waitid(idtype, id, &info, options)) in waitsys() 1295 if (error = waitid(idtype, id, &info, options)) in waitsys32()
|
| /illumos-gate/usr/src/lib/libc/port/threads/ |
| H A D | scalls.c | 71 #pragma weak _waitid = waitid 1171 waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) in waitid() function
|
| /illumos-gate/usr/src/cmd/ttymon/ |
| H A D | tmhandler.c | 269 rcode = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); in sigchild()
|