Lines Matching refs:sig
810 static void halt_reboot_pwoff(int sig) NORETURN;
811 static void halt_reboot_pwoff(int sig) in halt_reboot_pwoff() argument
828 if (sig == SIGTERM) { in halt_reboot_pwoff()
831 } else if (sig == SIGUSR2) { in halt_reboot_pwoff()
888 static void stop_handler(int sig UNUSED_PARAM) in stop_handler()
978 int sig = sigtimedwait(&G.delayed_sigset, /* siginfo_t */ NULL, ts); in check_delayed_sigs() local
979 if (sig <= 0) in check_delayed_sigs()
985 if (sig == SIGHUP) in check_delayed_sigs()
988 if (sig == SIGINT) in check_delayed_sigs()
990 if (sig == SIGQUIT) { in check_delayed_sigs()
994 if ((1 << sig) & (0 in check_delayed_sigs()
1002 halt_reboot_pwoff(sig); in check_delayed_sigs()
1008 static void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv() argument
1016 sig, in handle_sigsegv()