Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/uxkern/
H A Dux_exception.c160 struct sigacts *ps = &p->p_sigacts; in handle_ux_exception()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h226 struct sigacts;
232 struct sigacts { struct
319 struct sigacts p_sigacts;
H A Dproc.h115 struct sigacts *p_sigacts; /* Signal actions, state (PROC ONLY). */
/xnu-12377.41.6/bsd/kern/
H A Dkern_fork.c779 user_addr_t *sigacts = p->p_sigacts.ps_sigact; in proc_reset_sigact() local
784 if (sigacts[nc] != SIG_DFL) { in proc_reset_sigact()
785 sigacts[nc] = SIG_DFL; in proc_reset_sigact()
H A Dkern_sig.c446 struct sigacts *ps = &p->p_sigacts; in sigaction()
635 struct sigacts *ps = &p->p_sigacts; in setsigvec()
734 struct sigacts *ps = &p->p_sigacts; in execsigs()
3062 struct sigacts *ps = &p->p_sigacts; in postsig_locked()
/xnu-12377.41.6/bsd/dev/arm/
H A Dunix_signal.c306 struct sigacts *ps = &p->p_sigacts; in sendsig()
802 struct sigacts *ps = &p->p_sigacts; in sigreturn()
/xnu-12377.41.6/bsd/dev/i386/
H A Dunix_signal.c184 struct sigacts *ps = &p->p_sigacts; in sendsig()
785 struct sigacts *ps = &p->p_sigacts; in sigreturn()