Searched refs:pszFlagSettings (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFLog.cpp107 * @param pszFlagSettings The group settings string. (VBOX_LOG_FLAGS)
109 static DECLCALLBACK(int) dbgfR3LogModifyFlags(PUVM pUVM, const char *pszFlagSettings) argument
111 PRTLOGGER pLogger = dbgfR3LogResolvedLogger(&pszFlagSettings);
115 int rc = RTLogFlags(pLogger, pszFlagSettings);
130 * @param pszFlagSettings The group settings string. (VBOX_LOG_FLAGS)
136 VMMR3DECL(int) DBGFR3LogModifyFlags(PUVM pUVM, const char *pszFlagSettings) argument
139 AssertPtrReturn(pszFlagSettings, VERR_INVALID_POINTER);
141 return VMR3ReqPriorityCallWaitU(pUVM, VMCPUID_ANY, (PFNRT)dbgfR3LogModifyFlags, 2, pUVM, pszFlagSettings);
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp120 VMMR3DECL(int) DBGFR3LogModifyFlags(PUVM pUVM, const char *pszFlagSettings) argument
/vbox/include/VBox/vmm/
H A Ddbgf.h579 VMMR3DECL(int) DBGFR3LogModifyFlags(PUVM pUVM, const char *pszFlagSettings);

Completed in 51 milliseconds