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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp55 static int vmmR3ReportMsrRange(PVM pVM, uint32_t uMsr, uint64_t cMsrs, PRTSTREAM pReportStrm, uint32_t *pcMsrsFound) argument
79 if ( pReportStrm
84 RTStrmFlush(pReportStrm);
102 if (pReportStrm)
103 RTStrmPrintf(pReportStrm,
109 if (pReportStrm)
110 RTStrmPrintf(pReportStrm,
137 * @param pReportStrm Pointer to the report output stream. Optional.
140 static int vmmR3DoMsrQuickReport(PVM pVM, PRTSTREAM pReportStrm, bool fWithCpuId) argument
150 if (pReportStrm)
[all...]

Completed in 61 milliseconds