Searched refs:DbgPrint (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A DRTLogWriteDebugger-r0drv-nt.cpp36 DbgPrint("%s", pch);
H A Dassert-r0drv-nt.cpp42 DbgPrint("\n!!Assertion Failed!!\n"
55 DbgPrint("%s", szMsg);
H A Dinitterm-r0drv-nt.cpp155 //DbgPrint("IPRT: #%d Version/type mismatch.\n", pSet - &g_artNtSdbSets[0]);
168 //DbgPrint("IPRT: #%d invalid vendor string address.\n", pSet - &g_artNtSdbSets[0]);
175 //DbgPrint("IPRT: #%d Vendor string mismatch.\n", pSet - &g_artNtSdbSets[0]);
181 DbgPrint("IPRT: %#d Exception\n", pSet - &g_artNtSdbSets[0]);
193 DbgPrint("IPRT: Using data set #%u for %u.%usp%u build %u %s %s.\n",
390 DbgPrint("IPRT: Failed to locate data set.\n");
393 DbgPrint("IPRT: Failed to get PCBR pointer.\n");
399 DbgPrint("IPRT: Neither _KPRCB::QuantumEnd nor _KPRCB::DpcQueueDepth was not found! Kernel %u.%u %u %s\n",
403 DbgPrint("IPRT: _KPRCB:{.QuantumEnd=%x/%d, .DpcQueueDepth=%x/%d} Kernel %u.%u %u %s\n",
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestLog.h45 # define Log(a) DbgPrint a
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrvA-win.asm34 %define _DbgPrint DbgPrint
40 ; Kind of alias for DbgPrint
H A DSUPDrv-win.cpp544 DbgPrint("VBoxDrv: FastIoDeviceControl=%p instead of %p\n",
3543 this or there will be no 3D support. Typical DbgPrint:
4520 DbgPrint("vboxdrv: ObRegisterCallbacks was not found. Please make sure you got the latest updates and service packs installed\n");
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp70 #define Log(x) DbgPrint x
72 #define LogFlow(x) DbgPrint x
2219 DbgPrint(__FUNCTION__": evaluating module, name=%Z\n", pModuleCtx->strMiniportName);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDriver.cpp123 ULONG __cdecl DbgPrint(PCH pszFormat, ...) function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2016 NTSYSAPI NTSTATUS WINAPIV DbgPrint(LPCSTR fmt, ...);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h1972 NTSYSAPI NTSTATUS WINAPIV DbgPrint(LPCSTR fmt, ...);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp4891 /* only do DbgPrint when pEscape->PrivateDriverDataSize > RT_OFFSETOF(VBOXDISPIFESCAPE_DBGPRINT, aStringBuf[1])
4900 DbgPrint("%s\n", pDbgPrint->aStringBuf);

Completed in 204 milliseconds