Home
last modified time | relevance | path

Searched refs:p_sigignore (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_sig.c374 SIGADDSET(p->p_sigignore, sig); in kern_sigaction()
378 SIGDELSET(p->p_sigignore, sig); in kern_sigaction()
421 SIGADDSET(p->p_sigignore, i); in siginit()
452 SIGADDSET(p->p_sigignore, sig); in execsigs()
979 SIGADDSET(p->p_sigignore, sig); in trapsignal()
1191 if (SIGISMEMBER(p->p_sigignore, sig)) { in lwpsignal()
2040 if (SIGISMEMBER(p->p_sigignore, sig) && (traced == 0)) { in issignal()
2314 SIGADDSET(p->p_sigignore, sig); in postsig()
H A Dkern_kinfo.c138 kp->kp_sigignore = p->p_sigignore; /* p_sigacts-> */ in fill_kinfo_proc()
H A Dtty.c891 !SIGISMEMBER(p->p_sigignore, SIGTTOU) && in ttioctl()
1711 if (SIGISMEMBER(pp->p_sigignore, SIGTTIN) || in ttread()
2029 !SIGISMEMBER(pp->p_sigignore, SIGTTOU) && in ttwrite()
H A Dtty_pty.c496 if (SIGISMEMBER(p->p_sigignore, SIGTTIN) || in ptsread()
/dragonfly/sys/netproto/smb/
H A Dsmb_subr.c89 SIGSETNAND(tmpset, p->p_sigignore); in smb_proc_intr()
/dragonfly/sys/sys/
H A Dproc.h238 #define p_sigignore p_sigacts->ps_sigignore macro
/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c2079 SIGSETNAND(tmpset, p->p_sigignore); in nfs_sigintr()