Searched refs:SA_CORE (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dsignalvar.h140 #define SA_CORE 0x02 /* ditto and coredumps */ macro
152 SA_KILL|SA_CORE, /* SIGQUIT */
153 SA_KILL|SA_CORE, /* SIGILL */
154 SA_KILL|SA_CORE, /* SIGTRAP */
155 SA_KILL|SA_CORE, /* SIGABRT */
156 SA_KILL|SA_CORE, /* SIGEMT */
157 SA_KILL|SA_CORE, /* SIGFPE */
159 SA_KILL|SA_CORE, /* SIGBUS */
160 SA_KILL|SA_CORE, /* SIGSEGV */
161 SA_KILL|SA_CORE, /* SIGSY
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_exit.c376 if (hassigprop(WTERMSIG(rv), SA_CORE) || ((p->p_csflags & CS_KILLED) != 0)) {
H A Dkern_sig.c2691 if (sigprop[signum] & SA_CORE) {
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c4907 !(sigprop[p->p_sigacts->ps_sig] & SA_CORE)))

Completed in 66 milliseconds