Searched defs:fatal (Results 1 - 7 of 7) sorted by relevance

/arch/mips/sgi-ip32/
H A Dcrime.c45 int fatal = 0; local
62 fatal = 1;
66 fatal = 1;
84 if (fatal) {
/arch/powerpc/kernel/
H A Drtasd.c53 /* Stop logging to nvram after first fatal error */
179 * First write to nvram, if fatal error, that is the only
181 * on the next reboot by rtasd. If not fatal, run the
192 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) argument
233 if (fatal || !logging_enabled) {
/arch/powerpc/platforms/pseries/
H A Dras.c226 int fatal; local
240 fatal = 1;
242 fatal = 0;
245 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, fatal);
247 if (fatal) {
/arch/sparc/boot/
H A Dbtfixupprep.c64 static void fatal(void) __attribute__((noreturn));
65 static void fatal(void) function
81 if (!array[last].name) fatal();
97 fatal();
117 fatal();
123 fatal();
126 if (!sect) fatal();
129 if (!p) fatal();
132 fatal();
289 if (!f->initvalstr) fatal();
[all...]
/arch/um/os-Linux/
H A Dstart_up.c72 static void fatal(char *fmt, ...) function
106 fatal("check_ptrace : expected SIGSTOP, got status = %d",
215 fatal("check_sysemu : expected SIGTRAP, got status = %d\n",
315 fatal("check_ptrace : expected (SIGTRAP|0x80), "
373 fatal("Failed to initialize default registers");
/arch/powerpc/boot/
H A Dops.h234 #define fatal(args...) { printf(args); exit(); } macro
/arch/powerpc/include/asm/
H A Dmachdep.h141 void (*log_error)(char *buf, unsigned int err_type, int fatal);
313 static inline void log_error(char *buf, unsigned int err_type, int fatal) argument
316 ppc_md.log_error(buf, err_type, fatal);

Completed in 185 milliseconds