Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/procctl/
H A DMakefile4 PROG= procctl
5 MAN= procctl.8
/dragonfly/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()
/dragonfly/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 \
/dragonfly/usr.sbin/
H A DMakefile85 procctl \
/dragonfly/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()
/dragonfly/lib/libc/sys/
H A DMakefile.inc87 procctl.2 profil.2 pselect.2 ptrace.2 \
H A DSymbol.map201 procctl;
/dragonfly/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()