/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait.c | 64 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 D | t_wait_noproc.c | 112 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 D | wait6.c | 39 #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 D | Symbol.map | 46 wait6;
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.macroglob.ksh.out | 22 wait6 entry
|
/freebsd/sys/sys/ |
H A D | wait.h | 167 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
|
H A D | syscall.mk | 379 wait6.o \
|
/freebsd/lib/libsys/ |
H A D | interposing_table.c | 70 SLOT(wait6, __sys_wait6),
|
H A D | Makefile.sys | 97 wait6 \ 543 wait.2 wait6.2
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.h | 97 # 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 D | namespace.h | 239 #define wait6 _wait6 macro
|
H A D | un-namespace.h | 220 #undef wait6
|
/freebsd/bin/sh/tests/builtins/ |
H A D | Makefile | 185 ${PACKAGE}FILES+= wait6.0
|
/freebsd/lib/libthr/thread/ |
H A D | thr_syscalls.c | 673 SLOT(wait6); in __thr_interpose_libc()
|
/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() 264 ATF_REQUIRE_EQ(-1, wait6(0, 0, NULL, 0, NULL, NULL)); in ATF_TC_BODY()
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_event | 561 43201:AUE_WAIT6:wait6(2):pc
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_syscalls_netbsd.inc | 3800 PRE_SYSCALL(wait6) 3805 POST_SYSCALL(wait6)
|