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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFLog.cpp150 * @param pszDestSettings The destination settings string. (VBOX_LOG_DEST)
152 static DECLCALLBACK(int) dbgfR3LogModifyDestinations(PUVM pUVM, const char *pszDestSettings) argument
154 PRTLOGGER pLogger = dbgfR3LogResolvedLogger(&pszDestSettings);
158 int rc = RTLogDestinations(NULL, pszDestSettings);
173 * @param pszDestSettings The destination settings string. (VBOX_LOG_DEST)
179 VMMR3DECL(int) DBGFR3LogModifyDestinations(PUVM pUVM, const char *pszDestSettings) argument
182 AssertPtrReturn(pszDestSettings, VERR_INVALID_POINTER);
184 return VMR3ReqPriorityCallWaitU(pUVM, VMCPUID_ANY, (PFNRT)dbgfR3LogModifyDestinations, 2, pUVM, pszDestSettings);
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp116 VMMR3DECL(int) DBGFR3LogModifyDestinations(PUVM pUVM, const char *pszDestSettings) argument

Completed in 35 milliseconds