/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/badioctl/ |
H A D | badioctl.c | 43 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 D | hash.c | 57 #define fatal(err) \ macro 60 #define require(expr, err) {if ( !(expr) ) fatal(err);}
|
H A D | generic.h | 50 #define fatal(err) fatalFL(err, __FILE__, __LINE__) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
H A D | support.c | 163 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 D | baddof.c | 37 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 D | biossums.c | 54 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 D | genmk_old.c | 22 #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 D | genmk.c | 23 #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 D | reporter.py | 1089 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 D | dtrace.c | 262 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 D | glcore.h | 434 void (*fatal)(__GLcontext *gc, char *fmt); member in struct:__GLimportsRec
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |