Searched defs:PDEBUG (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dpcmcia-opts.h17 #define PDEBUG 3 macro
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp76 /** PDEBUG() - does printf() with extra debug data on DEBUG build and keep silence on a release one. */
79 # define PDEBUG(fmt, args...) \ macro
84 # define PDEBUG(fmt, args...) do {} while (0) macro
251 PDEBUG("VBoxGuest: RTR0Init failed with rc=%d\n", rc);
255 PDEBUG("VBoxGuest: driver loaded\n");
307 PDEBUG("VBoxGuest: driver unloaded\n");
687 PDEBUG("created new work loop\n");
694 PDEBUG("unable new work loop\n");
710 PDEBUG("returned existing work loop");
712 PDEBUG("wor
[all...]

Completed in 54 milliseconds