Lines Matching defs:FATAL
47 #define FATAL(a1,a2) errx(EXIT_FAILURE, a1, a2)
153 FATAL("%s: file not found", disk);
178 FATAL("%s must be a regular file", bootstrap);
183 FATAL("bootstrap program too large (%d bytes)", boot_size);
187 FATAL("malloc %d bytes failed", boot_size);
195 FATAL("read %s: short read", bootstrap);
202 FATAL("%s: volume directory full", disk);
225 FATAL("write %s", disk);
227 FATAL("write %s: short write", disk);
250 FATAL("read %s: short read", disk);
254 FATAL("%s: no volume header", disk);
258 FATAL("%s: volume header corrupted", disk);
281 FATAL("write %s: short write", disk);