Home
last modified time | relevance | path

Searched refs:wait6 (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait.c64 ATF_REQUIRE(wait6(P_ALL, 0, &st, 0, &wru, &si) == -1 in ATF_TC_BODY()
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()
209 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid); in ATF_TC_BODY()
224 ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid); in ATF_TC_BODY()
239 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY()
284 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid); in ATF_TC_BODY()
295 ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid); in ATF_TC_BODY()
306 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY()
H A Dt_wait_noproc.c112 ATF_TC(wait6);
113 ATF_TC_HEAD(wait6, tc) in ATF_TC_HEAD() argument
120 ATF_TC_BODY(wait6, tc) in ATF_TC_BODY() argument
123 wait6(P_ALL, 0, NULL, in ATF_TC_BODY()
319 wait6(P_ALL, 0, NULL, o | TWAIT_OPTION, NULL, NULL) == -1); in ATF_TC_BODY()
333 ATF_TP_ADD_TC(tp, wait6); in ATF_TP_ADD_TCS()
/freebsd/lib/libc/sys/
H A Dwait6.c39 #pragma weak wait6 macro
41 wait6(idtype_t idtype, id_t id, int *status, int options, struct __wrusage *ru, in wait6() function
44 return (INTERPOS_SYS(wait6, idtype, id, status, options, ru, infop)); in wait6()
H A DSymbol.map46 wait6;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.macroglob.ksh.out22 wait6 entry
/freebsd/sys/sys/
H A Dwait.h167 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dsyscall.mk379 wait6.o \
/freebsd/lib/libsys/
H A Dinterposing_table.c70 SLOT(wait6, __sys_wait6),
H A DMakefile.sys97 wait6 \
543 wait.2 wait6.2
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h97 # define TWAIT_WAIT6TYPE(a,b,c,d,e,f) wait6((a),(b),(c),(d),(e),(f))
99 wait6(P_PID,(a),(b),(c)|WEXITED|WTRAPPED,NULL,NULL)
/freebsd/lib/libc/include/
H A Dnamespace.h239 #define wait6 _wait6 macro
H A Dun-namespace.h220 #undef wait6
/freebsd/bin/sh/tests/builtins/
H A DMakefile185 ${PACKAGE}FILES+= wait6.0
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c673 SLOT(wait6); in __thr_interpose_libc()
/freebsd/tests/sys/audit/
H A Dprocess-control.c237 ATF_REQUIRE(wait6(P_ALL, 0, &status, WEXITED, NULL,NULL) != -1); in ATF_TC_BODY()
264 ATF_REQUIRE_EQ(-1, wait6(0, 0, NULL, 0, NULL, NULL)); in ATF_TC_BODY()
/freebsd/contrib/openbsm/etc/
H A Daudit_event561 43201:AUE_WAIT6:wait6(2):pc
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc3800 PRE_SYSCALL(wait6)
3805 POST_SYSCALL(wait6)