Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_exit.c473 q->p_sigparent = SIGCHLD; in exit1()
618 p->p_sigparent = SIGCHLD; in exit1()
632 } else if (p->p_sigparent != 0) { in exit1()
633 if (p->p_sigparent == SIGCHLD) { in exit1()
646 kern_psignal(p->p_pptr, p->p_sigparent); in exit1()
1068 if ((p->p_sigparent != SIGCHLD) ^ in proc_to_reap()
H A Dkern_fork.c508 p2->p_sigparent = RFTSIGNUM(fr->fr_flags); in do_fork()
510 p2->p_sigparent = SIGUSR1; in do_fork()
512 p2->p_sigparent = SIGCHLD; in do_fork()
H A Dsys_procdesc.c401 p->p_sigparent = SIGCHLD; in procdesc_close()
H A Dsys_process.c1031 p->p_sigparent = SIGCHLD; in kern_ptrace()
/f-stack/freebsd/ddb/
H A Ddb_ps.c497 db_printf(" sigparent: %d\n", p->p_sigparent); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dproc.h653 int p_sigparent; /* (c) Signal to parent on exit. */ member