HomeSort by: relevance | last modified time | path
    Searched defs:FATAL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mipsco/stand/installboot/
installboot.c 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)
    [all...]
  /src/bin/ed/
ed.h 48 #define FATAL (-4)
  /src/usr.sbin/rarpd/
rarpd.c 73 #define FATAL 1 /* fatal error occurred */
74 #define NONFATAL 0 /* non fatal error occurred */
169 rarperr(FATAL, "daemon");
210 rarperr(FATAL, "malloc: %s", strerror(errno));
215 rarperr(FATAL, "malloc: %s", strerror(errno));
243 rarperr(FATAL, "getifaddrs: %s", strerror(errno));
284 rarperr(FATAL, "%s: %s", device, strerror(errno));
323 rarperr(FATAL, "BIOCIMMEDIATE: %s", strerror(errno));
337 rarperr(FATAL, "BIOCSETIF: %s", strerror(errno))
    [all...]

Completed in 14 milliseconds