Searched defs:fatal (Results 1 - 13 of 13) sorted by relevance

/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/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dhash.c57 #define fatal(err) \ macro
60 #define require(expr, err) {if ( !(expr) ) fatal(err);}
H A Dgeneric.h50 #define fatal(err) fatalFL(err, __FILE__, __LINE__) macro
/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/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/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/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk_old.c22 #define require(expr, err) {if ( !(expr) ) fatal(err);}
65 void fatal();
288 if ( num_files == 0 ) fatal("no grammar files specified; exiting...");
294 fatal("must define classes >0 grammar classes in C++ mode\n");
742 void fatal( err_) function
H A Dgenmk.c23 #define require(expr, err) {if ( !(expr) ) fatal(err);}
74 void fatal(char *msg);
80 void fatal();
410 if ( num_files == 0 ) fatal("no grammar files specified; exiting...");
420 fatal("must define classes >0 grammar classes in C++ mode\n");
1032 void fatal( char *err_) function
1034 void fatal( err_)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py1089 def fatal(sText): function
1091 Writes a fatal error to the log.
1101 g_oReporter.log(0, 'fatal error: %s' % (sText), utils.getCallerName(), utils.getTimePrefix());
1109 Log a fatal error caused by an exception. If sText is given, it will
1118 logXcptWorker(1, True, "fatal error: ", sText, cFrames);
/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/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h434 void (*fatal)(__GLcontext *gc, char *fmt); member in struct:__GLimportsRec
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 656 milliseconds