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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFR3Trace.cpp362 * @param cbConfig The size of the output buffer.
364 VMMDECL(int) DBGFR3TraceQueryConfig(PVM pVM, char *pszConfig, size_t cbConfig) argument
368 if (cbConfig < 1)
379 rc = RTStrCopy(pszConfig, cbConfig, "all");
382 rc = RTStrCopy(pszConfig, cbConfig, "-all");
386 size_t cbDst = cbConfig;
H A DPDM.cpp2696 * @param cbConfig The size of the output buffer.
2698 VMMR3_INT_DECL(int) PDMR3TracingQueryConfig(PVM pVM, char *pszConfig, size_t cbConfig) argument
2702 size_t cbDst = cbConfig;

Completed in 49 milliseconds