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

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c75 "Test that waitid(2) returns ECHILD for P_ALL and option %s",
82 waitid(P_ALL, 0, NULL,
116 "Test that wait6(2) returns ECHILD for P_ALL and option %s",
123 wait6(P_ALL, 0, NULL,
243 "Test that waitid(2) returns ECHILD for P_ALL and valid "
257 waitid(P_ALL, 0, NULL, o | TWAIT_OPTION) == -1);
306 "Test that wait6(2) returns ECHILD for P_ALL and option %s",
319 wait6(P_ALL, 0, NULL, o | TWAIT_OPTION, NULL, NULL) == -1);
H A Dt_wait.c64 ATF_REQUIRE(wait6(P_ALL, 0, &st, 0, &wru, &si) == -1
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h74 P_ALL, /* All processes. */ enumerator in enum:idtype
/freebsd-13-stable/sys/sys/
H A Dwait.h116 P_ALL, /* All processes. */ enumerator in enum:idtype
/freebsd-13-stable/sys/kern/
H A Dkern_exit.c1016 case P_ALL:
1172 idtype = P_ALL;
/freebsd-13-stable/lib/libsysdecode/
H A Dflags.c306 X(P_ALL) X(P_LWPID) X(P_TASKID) X(P_PROJID) X(P_POOLID) X(P_JAILID)
/freebsd-13-stable/usr.bin/truss/
H A Dsetup.c770 if (waitid(P_ALL, 0, &si, WTRAPPED | WEXITED) == -1) {
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_misc.c939 idtype = P_ALL;
1042 idtype = P_ALL;
/freebsd-13-stable/tests/sys/audit/
H A Dprocess-control.c239 ATF_REQUIRE(wait6(P_ALL, 0, &status, WEXITED, NULL,NULL) != -1);

Completed in 178 milliseconds