Home
last modified time | relevance | path

Searched refs:P_ALL (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c82 waitid(P_ALL, 0, NULL, in ATF_TC_BODY()
123 wait6(P_ALL, 0, NULL, in ATF_TC_BODY()
257 waitid(P_ALL, 0, NULL, o | TWAIT_OPTION) == -1); in ATF_TC_BODY()
319 wait6(P_ALL, 0, NULL, o | TWAIT_OPTION, NULL, NULL) == -1); in ATF_TC_BODY()
H A Dt_wait.c64 ATF_REQUIRE(wait6(P_ALL, 0, &st, 0, &wru, &si) == -1 in ATF_TC_BODY()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h74 P_ALL, /* All processes. */ enumerator
/freebsd/sys/sys/
H A Dwait.h113 P_ALL, /* All processes. */ enumerator
/freebsd/sys/kern/
H A Dkern_exit.c1056 case P_ALL: in proc_to_reap()
1212 idtype = P_ALL; in kern_wait()
/freebsd/usr.bin/truss/
H A Dsetup.c763 if (waitid(P_ALL, 0, &si, WTRAPPED | WEXITED) == -1) { in eventloop()
/freebsd/lib/libsysdecode/
H A Dflags.c148 X(P_ALL) X(P_LWPID) X(P_TASKID) X(P_PROJID) X(P_POOLID) X(P_JAILID)
/freebsd/tests/sys/audit/
H A Dprocess-control.c237 ATF_REQUIRE(wait6(P_ALL, 0, &status, WEXITED, NULL,NULL) != -1); in ATF_TC_BODY()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c798 idtype = P_ALL; in linux_wait4()
836 idtype = P_ALL; in linux_waitid()