Home
last modified time | relevance | path

Searched refs:procctl (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/usr.sbin/procctl/
H A DMakefile4 PROG= procctl
5 MAN= procctl.8
/dflybsd-src/usr.bin/timeout/
H A Dtimeout.c245 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 Dplatform-tracing.c51 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 Dconfig.h.in1059 /* Define to 1 if you have the `procctl' function. */
1456 /* Define to 1 if you have the <sys/procctl.h> header file. */
H A Dconfigure.ac512 sys/procctl.h \
1959 procctl \
H A Dconfig.log3211 configure:11176: checking for sys/procctl.h
11691 configure:16340: checking for procctl
/dflybsd-src/sys/sys/
H A Dprocctl.h120 int procctl(idtype_t idtype, id_t id, int cmd, void *arg);
H A Dsysunion.h308 struct procctl_args procctl; member
H A Dsyscall.mk302 procctl.o \
/dflybsd-src/usr.sbin/
H A DMakefile85 procctl \
/dflybsd-src/sbin/svc/
H A Dexecute.c235 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 DMakefile.inc87 procctl.2 profil.2 pselect.2 ptrace.2 \
H A DSymbol.map202 procctl;
/dflybsd-src/usr.bin/dsynth/
H A Dbuild.c2103 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()