Lines Matching defs:PDEBUG
76 /** PDEBUG() - does printf() with extra debug data on DEBUG build and keep silence on a release one. */
79 # define PDEBUG(fmt, args...) \
84 # define PDEBUG(fmt, args...) do {} while (0)
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("work loop was not allocated correctly");
741 PDEBUG("VbgdCommonISR error\n");
916 PDEBUG("org_virtualbox_VBoxGuest::stop([%p], %p)\n", this, pProvider);
922 PDEBUG("VBoxGuest: unable to unregister interrupt handler\n");
953 PDEBUG("org_virtualbox_VBoxGuest::terminate: reference_count=%d g_cSessions=%d (fOptions=%#x)\n",
960 PDEBUG("org_virtualbox_SupDrv::terminate: returns %d\n", fRc);