Searched refs:fatal (Results 1 - 25 of 57) sorted by relevance

123

/vbox/src/bldprogs/
H A Dbiossums.c54 static int fatal(const char *pszFormat, ...) function
124 return fatal("Input file name and output file name required.\n");
128 return fatal("Error opening '%s' for reading (%s).\n", argv[1], strerror(errno));
132 return fatal("Error opening '%s' for writing (%s).\n", argv[2], strerror(errno));
140 return fatal("Error reading from '%s' (%s).\n", argv[1], strerror(errno));
151 return fatal("Size of system BIOS is not 64KB!\n");
171 return fatal("No BIOS32 header not found!\n");
173 return fatal("More than one BIOS32 header found!\n");
186 return fatal("No PCI IRQ routing table found!\n");
188 return fatal("Mor
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c37 fatal(char *fmt, ...) function
104 fatal("couldn't open DTrace pseudo device");
164 fatal("expected D script as argument\n");
167 fatal("couldn't open %s", filename);
173 fatal("cannot open dtrace library: %s\n",
181 fatal("failed to compile script %s: %s\n", filename,
189 fatal("could not allocate copy of %d bytes", len);
199 fatal("couldn't open DTrace pseudo device");
/vbox/src/VBox/Installer/solaris/
H A Dpkginstall.sh40 ${PKG_INSTALL_ROOT:=/}/opt/VirtualBox/vboxconfig.sh --preremove --fatal ${ISIPS} ${DEBUGOPT}
H A Dvboxconfig.sh73 FATALOP=fatal
125 helpprint " --fatal Don't continue on failure (required for postinstall)"
132 # !! failure is always fatal
152 # !! failure is always fatal
214 # !! failure is always fatal
341 # !! failure is always fatal
352 # !! failure is always fatal
363 # !! failure is always fatal
423 # add_driver(modname, moddesc, fatal, nulloutput, [driverperm])
424 # failure: depends on "fatal"
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c43 fatal(char *fmt, ...) function
67 fatal("couldn't open /dev/random");
71 fatal("mmap");
94 fatal("couldn't open DTrace pseudo device");
/vbox/src/VBox/Devices/Network/slirp/dnsproxy/
H A Ddnsproxy.c90 fatal("exiting on signal %d", dnsproxy_sig);
619 fatal("unable to parse configuration");
622 fatal("No authoritative or recursive server defined");
629 fatal("unable to create socket: %s", strerror(errno));
637 fatal("unable to bind socket: %s", strerror(errno));
641 fatal("unable to create socket: %s", strerror(errno));
647 fatal("unable to bind socket: %s", strerror(errno));
663 fatal("unable to daemonize");
671 fatal("unable to find user %s", user);
677 fatal("unabl
[all...]
H A Ddnsproxy.h143 void fatal(const char *, ...);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/
H A Dmkdemo.pl43 my $fatal;
63 $fatal = 1;
84 if ($fatal) {
85 print "$cmd: fatal errors; cannot proceed.\n";
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c262 fatal(const char *fmt, ...) function
345 fatal("failed to write to %s",
386 fatal("failed to open %s", fname);
391 fatal("failed to fstat %s", fname);
394 fatal("failed to allocate memory for %s", fname);
397 fatal("failed to read %s", fname);
403 fatal("failed to open %s for writing", fname);
427 fatal("failed to write to %s", fname);
447 fatal("failed to write to %s", fname);
464 fatal("faile
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dsyn.h165 #define TRANS(p) {if ( (p)==NULL ) fatal("TRANS: NULL object"); \
169 #define PRINT(p) {if ( (p)==NULL ) fatal("PRINT: NULL object");\
172 #define REACH(p,k,rk,a) {if ( (p)==NULL ) fatal("REACH: NULL object");\
177 else fatal("TRAV: NULL object");\
182 *** #define TRAV(p,k,rk,a) {if ( (p)==NULL ) fatal("TRAV: NULL object");\
H A Dhash.c57 #define fatal(err) \ macro
60 #define require(expr, err) {if ( !(expr) ) fatal(err);}
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Dsupport.c163 void fatal(char *message,int line_no) function
165 void fatal(message,line_no)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmx.h346 #define _MAXSCREENSALLOCF(o,size,fatal) \
350 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmx.h346 #define _MAXSCREENSALLOCF(o,size,fatal) \
350 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmx.h346 #define _MAXSCREENSALLOCF(o,size,fatal) \
351 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmx.h345 #define _MAXSCREENSALLOCF(o,size,fatal) \
350 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmx.h343 #define _MAXSCREENSALLOCF(o,size,fatal) \
348 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmx.h341 #define _MAXSCREENSALLOCF(o,size,fatal) \
345 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmx.h341 #define _MAXSCREENSALLOCF(o,size,fatal) \
345 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmx.h341 #define _MAXSCREENSALLOCF(o,size,fatal) \
345 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmx.h337 #define _MAXSCREENSALLOCF(o,size,fatal) \
341 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmx.h337 #define _MAXSCREENSALLOCF(o,size,fatal) \
341 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmx.h335 #define _MAXSCREENSALLOCF(o,size,fatal) \
339 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmx.h335 #define _MAXSCREENSALLOCF(o,size,fatal) \
339 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmx.h350 #define _MAXSCREENSALLOCF(o,size,fatal) \
354 if (!o && fatal) FatalError(MAXSCREEN_FAILED_TXT #o); \

Completed in 258 milliseconds

123