Searched refs:PROC_REAP_KILL (Results 1 – 11 of 11) sorted by relevance
/freebsd/tests/sys/kern/ |
H A D | reaper.c | 542 r = procctl(P_PID, parent, PROC_REAP_KILL, ¶ms); in ATF_TC_BODY() 559 r = procctl(P_PID, parent, PROC_REAP_KILL, ¶ms); in ATF_TC_BODY() 577 r = procctl(P_PID, parent, PROC_REAP_KILL, ¶ms); in ATF_TC_BODY() 623 r = procctl(P_PID, parent, PROC_REAP_KILL, ¶ms); in ATF_TC_BODY() 702 r = procctl(P_PID, parent, PROC_REAP_KILL, ¶ms); in ATF_TC_BODY() 722 r = procctl(P_PID, parent, PROC_REAP_KILL, ¶ms); in ATF_TC_BODY()
|
H A D | ptrace_test.c | 4411 error = procctl(P_PID, getpid(), PROC_REAP_KILL, &prk); in ATF_TC_BODY()
|
/freebsd/bin/timeout/ |
H A D | timeout.c | 309 procctl(P_PID, getpid(), PROC_REAP_KILL, in main() 326 procctl(P_PID, getpid(), PROC_REAP_KILL, in main()
|
/freebsd/sys/sys/ |
H A D | procctl.h | 51 #define PROC_REAP_KILL 6 /* kill descendants */ macro
|
/freebsd/tools/test/stress2/misc/ |
H A D | reaper2.sh | 92 if (procctl(P_PID, getpid(), PROC_REAP_KILL,
|
H A D | reaper3.sh | 115 if (procctl(P_PID, getpid(), PROC_REAP_KILL,
|
H A D | reaper4.sh | 114 if (procctl(P_PID, getpid(), PROC_REAP_KILL,
|
/freebsd/usr.sbin/bsdinstall/runconsoles/ |
H A D | child.c | 67 procctl(P_PID, getpid(), PROC_REAP_KILL, &rk); in kill_descendants()
|
/freebsd/sys/kern/ |
H A D | kern_procctl.c | 999 [PROC_REAP_KILL] =
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 3885 case PROC_REAP_KILL: in freebsd32_procctl() 3919 case PROC_REAP_KILL: in freebsd32_procctl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 9991 static const int PROC_REAP_KILL = 6; 9992 if (cmd < PROC_REAP_ACQUIRE || cmd > PROC_REAP_KILL) { 10005 case PROC_REAP_KILL:
|