Searched refs:p_sigparent (Results 1 – 6 of 6) sorted by relevance
473 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()
508 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()
401 p->p_sigparent = SIGCHLD; in procdesc_close()
1031 p->p_sigparent = SIGCHLD; in kern_ptrace()
497 db_printf(" sigparent: %d\n", p->p_sigparent); in DB_SHOW_COMMAND()
653 int p_sigparent; /* (c) Signal to parent on exit. */ member