Searched defs:DEBUG (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_config.h1 #define DEBUG 1 /* enable debugging code (needed for dig) */ macro
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix_base.h85 #define DEBUG(x) macro
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPLib-freebsd.cpp32 # undef DEBUG /* Warning: disables RT_STRICT */ macro
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Diccfix.c15 #define DEBUG 0 macro
20 if ( DEBUG ) \
H A Dzbin.c9 #undef DEBUG macro
10 #define DEBUG 0 macro
173 if ( DEBUG ) {
211 if ( DEBUG ) {
235 if ( DEBUG ) {
313 if ( DEBUG ) {
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPLib-darwin.cpp32 # undef DEBUG /* Warning: disables RT_STRICT */ macro
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPLib-linux.cpp32 # undef DEBUG /* Warning: disables RT_STRICT */ macro
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPLib-os2.cpp36 # undef DEBUG /* Warning: disables RT_STRICT */ macro
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPLib-solaris.cpp32 # undef DEBUG /* Warning: disables RT_STRICT */ macro
/vbox/src/libs/libxml2-2.6.31/example/
H A Dgjobread.c26 #define DEBUG(x) printf(x) macro
49 DEBUG("parsePerson\n");
112 DEBUG("parseJob\n");
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPLib-win.cpp32 # undef DEBUG /* Warning: disables RT_STRICT */ macro
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.h133 #undef DEBUG macro
137 #define DEBUG(args) printf args; macro
139 #define DEBUG(args) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDebugLib.h174 Returns TRUE if DEBUG() macros are enabled.
287 #define DEBUG(Expression) \ macro
294 #define DEBUG(Expression) macro
314 DEBUG ((EFI_D_ERROR, "\nASSERT_EFI_ERROR (Status = %r)\n", StatusParameter)); \
486 # define VBoxLogFlowFuncEnter() DEBUG((DEBUG_INFO, "%a:" VBOX_XSTR(__LINE__) ": ENTER\n", __FUNCTION__))
487 # define VBoxLogFlowFuncLeave() DEBUG((DEBUG_INFO, "%a:" VBOX_XSTR(__LINE__) ": LEAVE\n", __FUNCTION__))
488 # define VBoxLogFlowFuncMark() DEBUG((DEBUG_INFO, "%a:" VBOX_XSTR(__LINE__) "\n", __FUNCTION__))
495 DEBUG((DEBUG_INFO, "%a:" VBOX_XSTR(__LINE__) ": " #var "=" varfmt "\n", __FUNCTION__, (var)))
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h37 #ifdef DEBUG
38 # undef DEBUG macro
39 # define DEBUG 1 macro
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm142 ifndef DEBUG
143 DEBUG equ 1 define
145 ifdef DEBUG
/vbox/src/VBox/RDP/client-1.8.3/vrdp/
H A Drdpusb.c20 /* DEBUG is defined in ../rdesktop.h */
21 #ifdef DEBUG
22 # define VBOX_DEBUG DEBUG
25 #undef DEBUG macro
27 # define DEBUG VBOX_DEBUG macro
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-private.h697 #undef DEBUG macro
698 #define DEBUG 0 macro
700 #if DEBUG
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c35 #ifndef VBOX /* Avoid warnings about redefining DEBUG */
36 #define DEBUG macro
1162 #ifdef DEBUG
/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp157 #ifndef DEBUG
159 # define DEBUG macro
187 //#undef DEBUG
1481 #ifdef DEBUG
1534 #endif /* DEBUG */
1693 #ifdef DEBUG
5697 #ifdef DEBUG
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvia-velocity.h1137 volatile u8 DEBUG; member in struct:mac_regs

Completed in 385 milliseconds