Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sig.c214 #define SIGPROP_KILL 0x01 /* terminates process by default */ macro
222 [SIGHUP] = SIGPROP_KILL,
223 [SIGINT] = SIGPROP_KILL,
224 [SIGQUIT] = SIGPROP_KILL | SIGPROP_CORE,
225 [SIGILL] = SIGPROP_KILL | SIGPROP_CORE,
226 [SIGTRAP] = SIGPROP_KILL | SIGPROP_CORE,
227 [SIGABRT] = SIGPROP_KILL | SIGPROP_CORE,
228 [SIGEMT] = SIGPROP_KILL | SIGPROP_CORE,
229 [SIGFPE] = SIGPROP_KILL | SIGPROP_CORE,
230 [SIGKILL] = SIGPROP_KILL,
[all …]