Searched defs:fatal (Results 1 – 6 of 6) sorted by relevance
45 int fatal = 0; in crime_memerr_intr() local
226 int fatal; in ras_error_interrupt() local
195 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) in pSeries_log_error()
74 static void fatal(char *fmt, ...) in fatal() function
234 #define fatal(args...) { printf(args); exit(); } macro
322 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error()