Searched refs:RTLogRelPrintf (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/common/log/
H A Dlogrelellipsis.cpp70 RTDECL(void) RTLogRelPrintf(const char *pszFormat, ...) function
77 RT_EXPORT_SYMBOL(RTLogRelPrintf); variable
/vbox/src/VBox/Runtime/VBox/
H A Dlogbackdoor-redirect.cpp56 RTDECL(void) RTLogRelPrintf(const char *pszFormat, ...) function
/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp151 RTLogRelPrintf("\n!!Assertion Failed!!\n"
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp2308 RTLogRelPrintf("****************** Guest state at power off ******************\n");
2310 RTLogRelPrintf("***\n");
2312 RTLogRelPrintf("***\n");
2314 RTLogRelPrintf("***\n");
2318 RTLogRelPrintf("***\n");
2324 RTLogRelPrintf("***\n"
2329 RTLogRelPrintf("0000:%04x TO 0000:%04x:\n"
2334 RTLogRelPrintf("rc=%Rrc\n", rc);
2341 RTLogRelPrintf("0000:8000 TO 0000:87ff:\n"
2350 RTLogRelPrintf("200
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp158 RTLogRelPrintf("%s: error: %s", VBOX_MODULE_NAME, buf);
175 RTLogRelPrintf("%s: %s", VBOX_MODULE_NAME, buf);
/vbox/include/iprt/
H A Dlog.h1417 RTDECL(void) RTLogRelPrintf(const char *pszFormat, ...);
H A Dmangling.h822 # define RTLogRelPrintf RT_MANGLER(RTLogRelPrintf) macro
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp2555 RTLogRelPrintf("%s\n", SelfByteArray.constData());
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1338 { "RTLogRelPrintf", (void *)(uintptr_t)&RTLogRelPrintf, &g_aArgsRTLogPrintf[0], RT_ELEMENTS(g_aArgsRTLogPrintf), REMFNDESC_FLAGS_RET_VOID, 0, NULL },
H A DVBoxRecompiler.c4795 RTLogRelPrintf("fatal error in recompiler cpu: %s\n", szMsg);

Completed in 130 milliseconds