Home
last modified time | relevance | path

Searched refs:proc_realparent (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dkern_exit.c105 proc_realparent(struct proc *child) in proc_realparent() function
493 t = proc_realparent(q); in exit1()
863 t = proc_realparent(p); in proc_reap()
H A Dkern_procctl.c189 if (proc_realparent(p2) == reap) in reap_status()
227 if (proc_realparent(p2) == reap) in reap_getpids()
H A Dsys_process.c1124 pp = proc_realparent(p);
H A Dkern_proc.c308 for (; p != curproc; p = proc_realparent(p)) { in inferior()
/freebsd-12.1/sys/sys/
H A Dproc.h1063 struct proc *proc_realparent(struct proc *child);