Searched refs:pszGroupSettings (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFLog.cpp64 * @param pszGroupSettings The group settings string. (VBOX_LOG)
66 static DECLCALLBACK(int) dbgfR3LogModifyGroups(PUVM pUVM, const char *pszGroupSettings) argument
68 PRTLOGGER pLogger = dbgfR3LogResolvedLogger(&pszGroupSettings);
72 int rc = RTLogGroupSettings(pLogger, pszGroupSettings);
87 * @param pszGroupSettings The group settings string. (VBOX_LOG)
93 VMMR3DECL(int) DBGFR3LogModifyGroups(PUVM pUVM, const char *pszGroupSettings) argument
96 AssertPtrReturn(pszGroupSettings, VERR_INVALID_POINTER);
98 return VMR3ReqPriorityCallWaitU(pUVM, VMCPUID_ANY, (PFNRT)dbgfR3LogModifyGroups, 2, pUVM, pszGroupSettings);
/vbox/src/VBox/Runtime/VBox/
H A Dlogbackdoor-redirect.cpp104 RTDECL(int) RTLogCreate(PRTLOGGER *ppLogger, RTUINT fFlags, const char *pszGroupSettings, argument
/vbox/include/iprt/
H A Dlog.h1628 * @param pszGroupSettings The initial group settings.
1640 RTDECL(int) RTLogCreate(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1652 * @param pszGroupSettings The initial group settings.
1675 RTDECL(int) RTLogCreateEx(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1689 * @param pszGroupSettings The initial group settings.
1714 RTDECL(int) RTLogCreateExV(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp779 RTDECL(int) RTLogCreateExV(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings, argument
854 if (pszGroupSettings)
855 RTLogGroupSettings(pLogger, pszGroupSettings);
1024 RTDECL(int) RTLogCreate(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1032 rc = RTLogCreateExV(ppLogger, fFlags, pszGroupSettings, pszEnvVarBase, cGroups, papszGroups,
1041 RTDECL(int) RTLogCreateEx(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1051 rc = RTLogCreateExV(ppLogger, fFlags, pszGroupSettings, pszEnvVarBase, cGroups, papszGroups,
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp124 VMMR3DECL(int) DBGFR3LogModifyGroups(PUVM pUVM, const char *pszGroupSettings) argument
/vbox/include/VBox/vmm/
H A Ddbgf.h578 VMMR3DECL(int) DBGFR3LogModifyGroups(PUVM pUVM, const char *pszGroupSettings);

Completed in 3361 milliseconds