Lines Matching defs:crash
153 noreturn static void crash(int sig) {
227 log_notice("Executing crash shell in 10s...");
232 log_emergency_errno(errno, "Failed to fork off crash shell: %m");
241 log_info("Spawned crash shell as PID "PID_FMT".", pid);
251 .sa_handler = crash,
257 * cannot set up a crash handler */
260 log_debug_errno(r, "I had trouble setting up the crash handler, ignoring: %m");
336 log_warning("Failed to parse crash chvt switch %s. Ignoring.", value);
342 log_warning("Failed to parse crash shell switch %s. Ignoring.", value);
350 log_warning("Failed to parse crash reboot switch %s. Ignoring.", value);
782 { "crash-chvt", required_argument, NULL, ARG_CRASH_CHVT },
783 { "crash-shell", optional_argument, NULL, ARG_CRASH_SHELL },
784 { "crash-reboot", optional_argument, NULL, ARG_CRASH_REBOOT },
916 return log_error_errno(r, "Failed to parse crash virtual terminal index: %s", optarg);
925 return log_error_errno(r, "Failed to parse crash shell boolean: %s", optarg);
936 return log_error_errno(r, "Failed to parse crash shell boolean: %s", optarg);
1045 " --dump-core[=BOOL] Dump core on crash\n"
1046 " --crash-vt=NR Change to specified VT on crash\n"
1047 " --crash-reboot[=BOOL] Reboot on crash\n"
1048 " --crash-shell[=BOOL] Run shell on crash\n"