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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp767 PRTSTREAM pOutStrm = ((PRTSTREAM *)pHlp)[-1]; local
768 RTStrmPrintfV(pOutStrm, pszFormat, va);
798 PRTSTREAM pOutStrm; local
799 int rc = RTStrmOpen("msr-report.txt", "a", &pOutStrm);
805 PRTSTREAM pOutStrm; member in struct:__anon16868
807 } MyHlp = { pOutStrm, { vmmDoPrintfToStream, vmmDoPrintfVToStream } };
809 RTStrmPrintf(pOutStrm, "\n");
812 vmmR3ReportMsrRange(pVM, 0, _4G, pOutStrm, &cMsrsFound);
814 RTStrmPrintf(pOutStrm, "Total %u (%#x) MSRs\n", cMsrsFound, cMsrsFound);
817 RTStrmClose(pOutStrm);
838 PRTSTREAM pOutStrm; local
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp101 PRTSTREAM pOutStrm; member in struct:RTTESTINT
252 pTest->pOutStrm = g_pStdOut;
996 RTStrmWrite(pTest->pOutStrm, pTest->pszTest, pTest->cchTest);
997 RTStrmWrite(pTest->pOutStrm, ": ", 2);
1006 RTStrmWrite(pTest->pOutStrm, pachChars, cbChars);
1013 RTStrmWrite(pTest->pOutStrm, pachChars, cchPart);
1020 RTStrmFlush(pTest->pOutStrm);

Completed in 50 milliseconds