Home
last modified time | relevance | path

Searched refs:ps_sigonstack (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dsignalvar.h65 sigset_t ps_sigonstack; /* signals to take on sigstack */ member
/dragonfly/sys/kern/
H A Dkern_sig.c274 if (SIGISMEMBER(ps->ps_sigonstack, sig)) in kern_sigaction()
319 SIGADDSET(ps->ps_sigonstack, sig); in kern_sigaction()
321 SIGDELSET(ps->ps_sigonstack, sig); in kern_sigaction()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c182 SIGISMEMBER(psp->ps_sigonstack, sig)) { in sendsig()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c770 SIGISMEMBER(psp->ps_sigonstack, sig)) { in sendsig()