Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_exit.c498 q->p_sigparent = SIGCHLD; in exit1()
612 p->p_sigparent = SIGCHLD; in exit1()
626 else if (p->p_sigparent != 0) { in exit1()
627 if (p->p_sigparent == SIGCHLD) in exit1()
630 kern_psignal(p->p_pptr, p->p_sigparent); in exit1()
1053 if ((p->p_sigparent != SIGCHLD) ^ in proc_to_reap()
Dkern_fork.c518 p2->p_sigparent = RFTSIGNUM(flags); in do_fork()
520 p2->p_sigparent = SIGUSR1; in do_fork()
522 p2->p_sigparent = SIGCHLD; in do_fork()
Dsys_procdesc.c398 p->p_sigparent = SIGCHLD; in procdesc_close()
Dsys_process.c1048 p->p_sigparent = SIGCHLD;
/freebsd-10-stable/sys/compat/linux/
Dlinux_fork.c204 p2->p_sigparent = exit_signal; in linux_clone_proc()
/freebsd-10-stable/sys/sys/
Dproc.h551 int p_sigparent; /* (c) Signal to parent on exit. */ member