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

/vbox/src/VBox/Runtime/common/log/
H A Dlogformat.cpp65 RTDECL(size_t) RTLogFormatV(PFNRTSTROUTPUT pfnOutput, void *pvArg, const char *pszFormat, va_list args) function
69 RT_EXPORT_SYMBOL(RTLogFormatV); variable
H A Dlogcom.cpp93 return RTLogFormatV(rtLogComOutput, NULL, pszFormat, args);
99 * Callback for RTLogFormatV which writes to the com port.
H A Dlog.cpp2917 * Callback for RTLogFormatV used by rtR0LogLoggerExFallback.
3010 RTLogFormatV(rtR0LogLoggerExFallbackOutput, &This, pszFormat, va);
3313 * Callback for RTLogFormatV which writes to the com port.
3404 * Callback for RTLogFormatV which writes to the logger instance.
3847 RTLogFormatV(rtLogOutputPrefixed, &OutputArgs, pszFormat, args);
3850 RTLogFormatV(rtLogOutput, pLogger, pszFormat, args);
/vbox/src/VBox/Runtime/VBox/
H A Dlogbackdoor.cpp62 return RTLogFormatV(rtLogBackdoorOutput, NULL, pszFormat, args);
69 * Callback for RTLogFormatV which writes to the backdoor.
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsfhlp.c288 * Callback for RTLogFormatV which writes to the backdoor.
307 RTLogFormatV(rtLogBackdoorOutput, NULL, pszFormat, args);
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrv-os2.cpp516 int cch = RTLogFormatV(VBoxDrvLogOutput, NULL, pszFormat, va);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-os2.cpp688 int cch = RTLogFormatV(vboxGuestNativeLogOutput, NULL, pszFormat, va);
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp2015 * Callback for RTLogFormatV which writes to the ring-3 log port.
2045 RTLogFormatV(rtLogOutput, pLog, pszFormat, vaCopy);
2052 RTLogFormatV(rtLogOutput, pLog, pszFormat, vaCopy);
/vbox/include/iprt/
H A Dlog.h2051 RTDECL(size_t) RTLogFormatV(PFNRTSTROUTPUT pfnOutput, void *pvArg, const char *pszFormat, va_list args);
H A Dmangling.h806 # define RTLogFormatV RT_MANGLER(RTLogFormatV) macro

Completed in 211 milliseconds