Searched refs:PROC_REAP_GETPIDS (Results 1 – 5 of 5) sorted by relevance
| /freebsd/tests/sys/kern/ |
| H A D | reaper.c | 389 r = procctl(P_PID, parent, PROC_REAP_GETPIDS, in ATF_TC_BODY() 429 r = procctl(P_PID, parent, PROC_REAP_GETPIDS, in ATF_TC_BODY() 447 r = procctl(P_PID, parent, PROC_REAP_GETPIDS, in ATF_TC_BODY() 478 r = procctl(P_PID, parent, PROC_REAP_GETPIDS, in ATF_TC_BODY() 496 r = procctl(P_PID, parent, PROC_REAP_GETPIDS, in ATF_TC_BODY() 515 r = procctl(P_PID, parent, PROC_REAP_GETPIDS, in ATF_TC_BODY()
|
| /freebsd/sys/sys/ |
| H A D | procctl.h | 50 #define PROC_REAP_GETPIDS 5 /* get descendants */ macro
|
| /freebsd/sys/kern/ |
| H A D | kern_procctl.c | 1011 [PROC_REAP_GETPIDS] =
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 3921 case PROC_REAP_GETPIDS: in freebsd32_procctl()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 10151 static const int PROC_REAP_GETPIDS = 5; 10163 case PROC_REAP_GETPIDS:
|