HomeSort by: relevance | last modified time | path
    Searched refs:fatal (Results 1 - 25 of 109) sorted by relevancy

1 2 3 4 5

  /src/tests/crypto/libcrypto/idea/
Makefile 8 LDADD+= -Wl,--no-fatal-warnings
  /src/tests/crypto/libcrypto/mdc2/
Makefile 8 LDADD+= -Wl,--no-fatal-warnings
  /src/tests/crypto/libcrypto/rc5/
Makefile 8 LDADD+= -Wl,--no-fatal-warnings
  /src/sys/arch/atari/stand/tostools/libtos/
xalloc.c 43 fatal(-1, "Virtual memory exhausted");
54 fatal(-1, "Virtual memory exhausted");
  /src/usr.bin/tail/
misc.c 66 xerr(int fatal, const char *fmt, ...)
73 if (fatal)
79 xerrx(int fatal, const char *fmt, ...)
86 if (fatal)
extern.h 46 void xerr(int fatal, const char *fmt, ...) __printflike(2, 3);
47 void xerrx(int fatal, const char *fmt, ...) __printflike(2, 3);
  /src/usr.sbin/dev_mkdb/
Makefile 12 LDFLAGS+= -Wl,--no-fatal-warnings
  /src/sbin/newfs_lfs/
extern.h 37 void fatal(const char *fmt, ...)
  /src/usr.bin/patch/
util.h 39 void fatal(const char *, ...) __printflike(1, 2) __dead;
  /src/usr.bin/make/unit-tests/
directive-include-fatal.exp 1 make: directive-include-fatal.mk:14: Variable "UNDEF" is undefined
2 make: Fatal errors encountered -- cannot continue
error.exp 3 make: error.mk:11: this is fatal
directive-include-fatal.mk 1 # $NetBSD: directive-include-fatal.mk,v 1.6 2025/01/11 21:21:33 rillig Exp $
3 # Test for the .include directive combined with fatal errors.
6 # suspicious, as if it were possible to suppress fatal errors by including
12 # Using an undefined variable in a condition generates a fatal error.
error.mk 10 # expect+1: this is fatal
11 .error this is fatal
  /src/usr.sbin/lpr/common_source/
Makefile 8 SRCS= common.c common_vars.c displayq.c fatal.c rmjob.c startdaemon.c
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/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...]
elf.c 154 fatal("elf_sym_lookup: symbol beyond table");
164 fatal("elf_sym_lookup: unknown start link set");
173 fatal("elf_sym_lookup: unknown stop link set");
179 fatal("elf_sym_lookup: external symbol");
182 fatal("elf_sym_lookup: st_shndx is malformed");
185 fatal("elf_sym_lookup: st_shndx not mappable");
188 fatal("elf_sym_lookup: zero value");
267 fatal("elf_apply_reloc: unexpected relocation type");
298 fatal("elf_build_head: wrong kernel ELF header");
384 fatal("elf_build_info: shstrtab not found")
    [all...]
  /src/sys/arch/atari/stand/tostools/rawwrite/
rawwrite.c 105 fatal(-1, "Cannot open '%s'\n", infile);
114 fatal(-1, "\n\rRead error on '%s'\n", infile);
116 fatal(-1, "\n\rUnexpected short-read on '%s'\n", infile);
142 fatal(-1, "Format error");
144 fatal(-1, "Write error");
  /src/lib/libc/citrus/
citrus_lc_messages.c 113 goto fatal;
118 goto fatal;
122 fatal:
142 goto fatal;
147 goto fatal;
151 fatal:
citrus_lc_numeric.c 114 goto fatal;
119 goto fatal;
125 fatal:
145 goto fatal;
150 goto fatal;
157 fatal:
citrus_lc_monetary.c 142 goto fatal;
147 goto fatal;
151 goto fatal;
159 fatal:
181 goto fatal;
186 goto fatal;
190 goto fatal;
193 goto fatal;
198 goto fatal;
208 fatal
    [all...]
  /src/usr.sbin/mrouted/
cfparse.y 34 static void fatal(const char *fmt, ...)
114 fatal("phyints must appear before tunnels");
124 fatal("%s is not a configured interface",
138 fatal("Tunnel local address %s is not mine",
143 fatal("ioctl SIOCGIFFLAGS on %s",ffr.ifr_name);
145 fatal("Tunnel local address %s is a loopback interface",
149 fatal("Tunnel remote address %s is one of mine",
157 fatal("Duplicate tunnel to %s",
161 fatal("Unnecessary tunnel to %s",
166 fatal("too many vifs")
    [all...]
  /src/usr.sbin/lpr/lprm/
lprm.c 98 fatal("Who are you?");
100 fatal("Your name is too long");
141 fatal("Too many requests");
145 fatal("Too many users");
  /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");
  /src/sbin/fsck/
fsutil.c 113 vmsg(int fatal, const char *fmt, va_list ap)
115 int serr = fatal & F_ERROR;
117 fatal &= ~F_ERROR;
119 if (!fatal && preen)
130 if (fatal && preen)
133 if (fatal && preen) {

Completed in 17 milliseconds

1 2 3 4 5