/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait_noproc.c | 83 WTRAPPED | WEXITED | TWAIT_OPTION) == -1); in ATF_TC_BODY() 124 WTRAPPED | WEXITED | TWAIT_OPTION, NULL, NULL) == -1); in ATF_TC_BODY() 145 WEXITED, in get_options6() 190 WEXITED, in get_options4()
|
H A D | t_wait.c | 89 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY() 125 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY() 170 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY() 239 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY() 306 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY()
|
/freebsd/tools/test/popss/ |
H A D | popss.c | 59 error = waitpid(child, &status, WTRAPPED | WEXITED); in setup() 82 error = waitpid(child, &status, WTRAPPED | WEXITED); in setup()
|
/freebsd/tests/sys/kern/ |
H A D | sigwait.c | 306 ATF_REQUIRE(waitid(P_PID, pid, NULL, WEXITED) == 0); in ATF_TC_BODY() 372 ATF_REQUIRE(waitid(P_PID, pid, NULL, WEXITED) == 0); in test_sig_discard_ign() 412 ATF_REQUIRE(waitid(P_PID, kpid, &si, WEXITED) == 0); in support_check_sigchld() 475 ATF_REQUIRE(waitid(P_PID, pid, &si, WEXITED) == 0); in test_wait_dequeue_sigchld()
|
H A D | kill_zombie.c | 46 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT); in ATF_TC_BODY()
|
H A D | waitpid_nohang.c | 54 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT); in ATF_TC_BODY()
|
H A D | reaper.c | 119 WNOWAIT | WEXITED) != 0) in ATF_TC_BODY() 268 WNOWAIT | WEXITED) != 0) in ATF_TC_BODY()
|
/freebsd/tools/test/stress2/misc/ |
H A D | pdfork.sh | 44 int error = wait4(pid, &status, WEXITED, NULL);
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/ |
H A D | badioctl.c | 124 while (waitpid(child, &status, WEXITED) != child) in main()
|
/freebsd/sys/sys/ |
H A D | wait.h | 82 #define WEXITED 16 /* Wait for exited processes. */ macro
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.h | 79 waitid(P_PID,(a),NULL,(c)|WEXITED|WTRAPPED) 99 wait6(P_PID,(a),(b),(c)|WEXITED|WTRAPPED,NULL,NULL)
|
/freebsd/lib/libc/tests/stdio/ |
H A D | gets_s_test.c | 82 (void) waitpid(kidpid, &stat, WEXITED); in ATF_TC_BODY()
|
H A D | getdelim_test.c | 398 ATF_REQUIRE(waitpid(pid, &status, WEXITED) != -1); in _nonblock_eagain()
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | 1116 if (((options & WEXITED) == 0) && (p->p_state == PRS_ZOMBIE)) { in proc_to_reap() 1231 options |= WEXITED | WTRAPPED; in kern_wait() 1297 WEXITED | WTRAPPED | WLINUXCLONE)) != 0) in kern_wait6() 1299 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6()
|
/freebsd/sbin/decryptcore/ |
H A D | decryptcore.c | 65 if (waitpid(pid, &status, WUNTRACED | WEXITED) == -1) { in wait_for_process()
|
/freebsd/sbin/reboot/ |
H A D | reboot.c | 94 if (waitpid(p, &status, WEXITED) < 0) { in zfsbootcfg()
|
/freebsd/libexec/flua/modules/ |
H A D | lposix.c | 576 lua_pushflag(L, WEXITED);
|
/freebsd/sbin/dumpon/ |
H A D | dumpon.c | 362 error = waitpid(pid, &status, WEXITED); in genkey()
|
/freebsd/usr.bin/truss/ |
H A D | setup.c | 763 if (waitid(P_ALL, 0, &si, WTRAPPED | WEXITED) == -1) { in eventloop()
|
/freebsd/lib/libsysdecode/ |
H A D | flags.c | 839 opt6 = options & (WEXITED | WTRAPPED); in sysdecode_wait4_options()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 384 waitid(P_PID, pid, &WaitIdInfo, WNOWAIT | WEXITED | options);
|
/freebsd/tests/sys/audit/ |
H A D | process-control.c | 237 ATF_REQUIRE(wait6(P_ALL, 0, &status, WEXITED, NULL,NULL) != -1); in ATF_TC_BODY()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 795 options |= WEXITED | WTRAPPED; in linux_wait4() 2445 *bsdopts |= WEXITED; in linux_to_bsd_waitopts()
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.c | 1482 while (waitpid(child, &status, WEXITED) != child) in main()
|