Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sig.c206 #define SIGPROP_CORE 0x02 /* ditto and coredumps */ macro
216 [SIGQUIT] = SIGPROP_KILL | SIGPROP_CORE,
217 [SIGILL] = SIGPROP_KILL | SIGPROP_CORE,
218 [SIGTRAP] = SIGPROP_KILL | SIGPROP_CORE,
219 [SIGABRT] = SIGPROP_KILL | SIGPROP_CORE,
220 [SIGEMT] = SIGPROP_KILL | SIGPROP_CORE,
221 [SIGFPE] = SIGPROP_KILL | SIGPROP_CORE,
223 [SIGBUS] = SIGPROP_KILL | SIGPROP_CORE,
224 [SIGSEGV] = SIGPROP_KILL | SIGPROP_CORE,
225 [SIGSYS] = SIGPROP_KILL | SIGPROP_CORE,
[all …]