Home
last modified time | relevance | path

Searched refs:P_PID (Results 1 – 7 of 7) sorted by relevance

/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.h60 P_PID, /* A process identifier. */ enumerator
H A Dwait.h121 P_PID, /* A process identifier. */ enumerator
/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/sys/kern/
H A Dkern_exit.c934 idtype = P_PID; in sys_wait4()
971 case P_PID: in sys_wait6()
1077 case P_PID: in kern_wait()
H A Dkern_fork.c993 if (uap->idtype != P_PID) in sys_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()