/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
|
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
|
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_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_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...] |
/src/sys/arch/atari/stand/tostools/libtos/ |
error.c | 69 fatal(int err, char *frm) function in typeref:typename:void
|
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);
|
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...] |
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...] |
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...] |
/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");
|
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 */
|
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
|
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...] |