Home
last modified time | relevance | path

Searched refs:proc_reparent (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_exit.c140 proc_reparent(p2, p1, true); in reaper_abandon_children()
476 proc_reparent(q, q->p_reaper, true); in exit1()
512 proc_reparent(q, q->p_reaper, true); in exit1()
515 proc_reparent(q, t, true); in exit1()
617 proc_reparent(p, p->p_reaper, true); in exit1()
889 proc_reparent(p, t, false); in proc_reap()
1379 proc_reparent(struct proc *child, struct proc *parent, bool set_oppid) in proc_reparent() function
H A Dkern_kthread.c171 proc_reparent(p, initproc, true); in kproc_exit()
H A Dsys_procdesc.c403 proc_reparent(p, p->p_reaper, true); in procdesc_close()
H A Dsys_process.c821 proc_reparent(p, td->td_proc, false); in kern_ptrace()
1029 proc_reparent(p, pp, false); in kern_ptrace()
H A Dkern_fork.c754 proc_reparent(p2, p1->p_pptr, false); in do_fork()
/f-stack/freebsd/sys/
H A Dproc.h1107 void proc_reparent(struct proc *child, struct proc *newparent, bool set_oppid);