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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp72 static PRTSTREAM g_pDebugOut; variable
89 if (g_pDebugOut)
92 RTStrmPrintfV(g_pDebugOut, pszMsg, va);
94 RTStrmFlush(g_pDebugOut);
4229 vbCpuRepDebug("\nhackingMsrs:\n"); RTStrmFlush(g_pDebugOut); RTThreadSleep(2000);
4720 g_pDebugOut = NULL;
4772 rc = RTStrmOpen(pszDebugOut, "w", &g_pDebugOut);
4776 g_pDebugOut = NULL;
4823 if (g_pDebugOut)
4825 RTStrmClose(g_pDebugOut);
[all...]

Completed in 73 milliseconds