Searched defs:SIGKILL (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsignal.h30 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/illumos-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h60 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h53 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h86 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h69 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c53 * At random times, the child self-immolates with a SIGKILL.
58 * of ztest after a SIGKILL.
789 (void) kill(getpid(), SIGKILL); local
6148 if (!ignorekill || WTERMSIG(status) != SIGKILL) {
6339 WIFEXITED(status) ? "Complete" : "SIGKILL",

Completed in 81 milliseconds