Searched refs:SA_CORE (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.41.9/bsd/sys/ |
| H A D | signalvar.h | 121 #define SA_CORE 0x02 /* ditto and coredumps */ macro 133 SA_KILL | SA_CORE, /* SIGQUIT */ 134 SA_KILL | SA_CORE, /* SIGILL */ 135 SA_KILL | SA_CORE, /* SIGTRAP */ 136 SA_KILL | SA_CORE, /* SIGABRT */ 137 SA_KILL | SA_CORE, /* SIGEMT */ 138 SA_KILL | SA_CORE, /* SIGFPE */ 140 SA_KILL | SA_CORE, /* SIGBUS */ 141 SA_KILL | SA_CORE, /* SIGSEGV */ 142 SA_KILL | SA_CORE, /* SIGSYS */
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | kern_sig.c | 3089 if (sigprop[signum] & SA_CORE) { in postsig_locked()
|
| H A D | kern_exit.c | 1898 (hassigprop(WTERMSIG(rv), SA_CORE) || ((proc_getcsflags(p) & CS_KILLED) != 0) || in proc_prepareexit()
|
| H A D | kern_proc.c | 1524 !hassigprop(p->p_sigacts.ps_sig, SA_CORE))) { in proc_isabortedsignal()
|