Searched defs:fatal (Results 1 - 6 of 6) 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/platforms/pseries/
H A Dras.c226 int fatal; local
241 fatal = 1;
243 fatal = 0;
246 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, fatal);
248 if (fatal) {
/arch/um/os-Linux/
H A Dstart_up.c74 static void fatal(char *fmt, ...) function
108 fatal("check_ptrace : expected SIGSTOP, got status = %d",
217 fatal("check_sysemu : expected SIGTRAP, got status = %d\n",
317 fatal("check_ptrace : expected (SIGTRAP|0x80), "
375 fatal("Failed to initialize default registers");
/arch/powerpc/boot/
H A Dops.h234 #define fatal(args...) { printf(args); exit(); } macro
/arch/powerpc/kernel/
H A Drtasd.c54 /* Stop logging to nvram after first fatal error */
184 * First write to nvram, if fatal error, that is the only
186 * on the next reboot by rtasd. If not fatal, run the
197 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) argument
238 if (fatal || !logging_enabled) {
/arch/powerpc/include/asm/
H A Dmachdep.h163 void (*log_error)(char *buf, unsigned int err_type, int fatal);
356 static inline void log_error(char *buf, unsigned int err_type, int fatal) argument
359 ppc_md.log_error(buf, err_type, fatal);

Completed in 132 milliseconds