Searched refs:procctl (Results 1 – 14 of 14) sorted by relevance
| /dflybsd-src/usr.sbin/procctl/ |
| H A D | Makefile | 4 PROG= procctl 5 MAN= procctl.8
|
| /dflybsd-src/usr.bin/timeout/ |
| H A D | timeout.c | 245 if (procctl(P_PID, getpid(), PROC_REAP_ACQUIRE, NULL) == -1) in main() 316 procctl(P_PID, getpid(), in main() 333 procctl(P_PID, getpid(), PROC_REAP_STATUS, in main() 356 procctl(P_PID, getpid(), PROC_REAP_RELEASE, NULL); in main()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | platform-tracing.c | 51 if (procctl(P_PID, 0, PROC_TRACE_CTL, &disable_trace) == 0) in platform_disable_tracing() 53 if (procctl(P_PID, getpid(), PROC_TRACE_CTL, &disable_trace) == 0) in platform_disable_tracing()
|
| H A D | config.h.in | 1059 /* Define to 1 if you have the `procctl' function. */ 1456 /* Define to 1 if you have the <sys/procctl.h> header file. */
|
| H A D | configure.ac | 512 sys/procctl.h \ 1959 procctl \
|
| H A D | config.log | 3211 configure:11176: checking for sys/procctl.h 11691 configure:16340: checking for procctl
|
| /dflybsd-src/sys/sys/ |
| H A D | procctl.h | 120 int procctl(idtype_t idtype, id_t id, int cmd, void *arg);
|
| H A D | sysunion.h | 308 struct procctl_args procctl; member
|
| H A D | syscall.mk | 302 procctl.o \
|
| /dflybsd-src/usr.sbin/ |
| H A D | Makefile | 85 procctl \
|
| /dflybsd-src/sbin/svc/ |
| H A D | execute.c | 235 if (procctl(P_PID, getpid(), PROC_REAP_ACQUIRE, NULL) < 0) { in execute_init() 300 } else if (procctl(P_PID, getpid(), in execute_init() 521 if (procctl(P_PID, getpid(), PROC_REAP_STATUS, &info) == 0 && in execute_stop()
|
| /dflybsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 87 procctl.2 profil.2 pselect.2 ptrace.2 \
|
| H A D | Symbol.map | 202 procctl;
|
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | build.c | 2103 if (procctl(P_PID, getpid(), PROC_REAP_ACQUIRE, NULL) < 0) in WorkerProcess() 2871 while (procctl(P_PID, getpid(), PROC_REAP_STATUS, &rs) == 0) { in phaseReapAll()
|