Searched refs:proc_set_sigact (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/bsd/uxkern/ |
| H A D | ux_exception.c | 168 proc_set_sigact(p, SIGSEGV, SIG_DFL); in handle_ux_exception()
|
| /xnu-11215.81.4/bsd/sys/ |
| H A D | proc_internal.h | 957 extern void proc_set_sigact(proc_t, int, user_addr_t);
|
| /xnu-11215.81.4/bsd/dev/i386/ |
| H A D | unix_signal.c | 748 proc_set_sigact(p, SIGILL, SIG_DFL); in sendsig()
|
| /xnu-11215.81.4/bsd/dev/arm/ |
| H A D | unix_signal.c | 657 proc_set_sigact(p, SIGILL, SIG_DFL); in sendsig()
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_fork.c | 759 proc_set_sigact(proc_t p, int sig, user_addr_t sigact) in proc_set_sigact() function
|
| H A D | kern_sig.c | 3178 proc_set_sigact(p, signum, SIG_DFL); in postsig_locked()
|