/src/usr.sbin/lpr/common_source/ |
fatal.c | 1 /* $NetBSD: fatal.c,v 1.5 2005/11/28 03:26:06 christos Exp $ */ 39 __RCSID("$NetBSD: fatal.c,v 1.5 2005/11/28 03:26:06 christos Exp $"); 51 fatal(const char *msg, ...) function in typeref:typename:void
|
/src/sbin/newfs_lfs/ |
misc.c | 59 fatal(const char *fmt, ...) function in typeref:typename:void
|
/src/sys/dev/acpi/ |
apei_bert.c | 60 bool fatal = false; local in function:apei_bert_attach 98 bert->RegionLength, "boot error record", &fatal); 110 * If the error was fatal, print a warning to the console. 111 * Probably not actually fatal now since it is usually related 114 if (fatal) { 116 " fatal pre-boot error recorded\n");
|
apei_hest.c | 95 bool fatal = false; local in function:apei_hest_ghes_handle 103 ghes->ErrorBlockLength, ctx, &fatal); 132 * If the error was fatal, panic now. 134 if (fatal) 135 panic("fatal hardware error"); 156 bool fatal; local in function:apei_hest_ghes_v2_handle 164 ghes_v2->ErrorBlockLength, ctx, &fatal); 192 * If the error was fatal, panic now. 194 if (fatal) 195 panic("fatal hardware error") [all...] |
apei.c | 345 [1] = "fatal", 355 [ACPI_HEST_GEN_ERROR_FATAL] = "fatal", 698 * - uncorrectable fatal (UC_STATUS and UC_SEVERITY) 715 " AER hardware fatal uncorrectable errors: %s\n", 722 " AER hardware non-fatal uncorrectable errors:" 966 * 1 - Fatal (uncorrectable), 1076 bool fatal = false; local in function:apei_gesb_report 1152 * Make a determination about whether the error is fatal. 1156 * and anything else we don't recognize -- as fatal. 1161 fatal = false [all...] |
/src/sys/arch/atari/stand/tostools/libtos/ |
error.c | 69 fatal(int err, char *frm) function in typeref:typename:void
|
/src/libexec/telnetd/ |
utility.c | 349 fatal(int f, const char *msg) function in typeref:typename:void 377 fatal(f, buf);
|
/src/sys/arch/amd64/stand/prekern/ |
prekern.c | 55 void fatal(char *msg) function in typeref:typename:void 58 print_ext(RED_ON_BLACK, "********** FATAL ***********\n"); 242 fatal("kernel returned: wrong API version"); 244 fatal("kernel returned: unknown value"); 260 fatal("init_prekern: unable to locate the kernel"); 263 fatal("init_prekern: invalid kernpa_start"); 266 fatal("init_prekern: kernpa_start not aligned"); 269 fatal("init_prekern: kernpa_end not aligned"); 272 fatal("init_prekern: kernpa_end >= kernpa_start"); 279 fatal("init_prekern: physical space inside kernel") [all...] |
/src/sys/arch/sparc/sparc/ |
intr.c | 215 int fatal = 0; local in function:nmi_hard 271 fatal |= (*memerr_handler)(); 276 fatal |= (*sbuserr_handler)(); 281 fatal |= (*vmeerr_handler)(); 286 fatal |= (*moduleerr_handler)(); 294 if (fatal && drop_into_rom_on_fatal) { 300 if (fatal) 440 int fatal = 0; local in function:nmi_hard_msiiep 466 fatal = 0; 471 fatal = 0 [all...] |
cpu.c | 1878 int fatal = 0; local in function:viking_module_error 1897 printf(" (WATCHDOG RESET)"), fatal = 1; 1899 printf(" (SOFTWARE RESET)"), fatal = 1; 1902 return (fatal);
|
/src/usr.bin/patch/ |
util.c | 125 fatal("filename %s too long for buffer\n", origprae); 128 fatal("out of memory\n"); 130 fatal("filename %s too long for buffer\n", s); 204 fatal("out of memory\n"); 227 fatal(const char *fmt, ...) function in typeref:typename:void 324 fatal("out of memory\n");
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_nbio_v7_4.c | 492 uint32_t corr, fatal, non_fatal; local in function:nbio_v7_4_query_ras_error_count 497 fatal = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrFatal); 504 if (fatal) 507 if (corr || fatal || non_fatal) { 512 if (fatal) 513 /* clear parity fatal error indication field */
|
/src/usr.bin/rdist/ |
server.c | 1485 fatal(const char *fmt, ...) function in typeref:typename:void
|
/src/libexec/identd/ |
identd.c | 65 __dead static void fatal(const char *); 272 fatal("malloc"); 285 fatal("poll"); 348 fatal("getpeername"); 356 fatal("getsockname"); 368 fatal("recv"); 543 fatal("asprintf"); 546 fatal("send"); 558 fatal("asprintf"); 561 fatal("send") 1038 fatal(const char *func) function in typeref:typename:void [all...] |
/src/libexec/rlogind/ |
rlogind.c | 134 __dead static void fatal(int, const char *, int); 183 fatal(STDERR_FILENO, "Can't get peer name of remote host", 1); 347 fatal(f, "Permission denied", 0); 390 fatal(f, "Out of ptys", 0); 392 fatal(f, "Forkpty", 1); 408 fatal(STDERR_FILENO, _PATH_LOGIN, 1); 483 fatal(f, "poll", 1); 593 fatal(int f, const char *msg, int syserr) function in typeref:typename:void 659 fatal(STDOUT_FILENO, errmsg, 0);
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_report.cc | 125 explicit ScopedInErrorReport(bool fatal = false) 126 : halt_on_error_(fatal || flags()->halt_on_error) { 212 ScopedInErrorReport in_report(/*fatal*/ true); 262 ScopedInErrorReport in_report(/*fatal*/ true); 268 ScopedInErrorReport in_report(/*fatal*/ true); 275 ScopedInErrorReport in_report(/*fatal*/ true); 283 ScopedInErrorReport in_report(/*fatal*/ true); 291 ScopedInErrorReport in_report(/*fatal*/ true); 299 ScopedInErrorReport in_report(/*fatal*/ true); 306 ScopedInErrorReport in_report(/*fatal*/ true) 474 bool fatal = flags()->halt_on_error; local in function:__asan_report_error [all...] |
/src/sys/arch/i386/pci/ |
elan520.c | 487 int fatal = 0, i, handled = 0; local in function:elanpex_intr 516 fatal = true; 540 return fatal ? 0 : (handled ? 1 : 0);
|
/src/usr.sbin/route6d/ |
route6d.c | 257 static void fatal(const char *, ...) __printflike(1, 2) __dead; 293 fatal("Exceeds MAXFILTER"); 302 fatal("invalid route tag"); 307 fatal("Can not write to routelog"); 322 fatal("Invalid option specified, terminating"); 328 fatal("bogus extra arguments"); 338 fatal("daemon"); 346 fatal("malloc"); 366 fatal("No loopback found"); 378 fatal("malloc") 3124 fatal(const char *fmt, ...) function in typeref:typename:void [all...] |
/src/sys/dev/pci/cxgb/ |
cxgb_t3_hw.c | 1208 unsigned short fatal:1; /* whether the condition reported is fatal */ member in struct:intr_info 1224 * specifying mask 0. Returns the number of fatal interrupt conditions. 1231 int fatal = 0; local in function:t3_handle_intr_status 1236 if (acts->fatal) { 1237 fatal++; 1248 return fatal;
|
/src/libexec/ftpd/ |
ftpd.c | 1159 fatal( 1306 fatal("Can't reset privileges."); 1451 fatal("Can't drop privileges."); 1556 fatal("Can't set guest privileges."); 1579 fatal("Can't change root."); 1625 fatal("Can't drop privileges."); 1629 fatal("Can't drop privileges."); 1634 fatal("Can't drop privileges."); 1931 fatal("Can't reset privileges."); 1971 fatal("Can't drop privileges.") 2838 fatal(const char *s) function in typeref:typename:void [all...] |
/src/sys/dev/pci/ |
if_iwm.c | 3763 int fatal = 0; local in function:iwm_rx_addbuf 3781 fatal = 1; 3789 if (fatal) 7636 aprint_error_dev(sc->sc_dev, "fatal firmware error\n"); 7637 fatal: 7650 goto fatal; 7662 goto fatal;
|