Searched refs:RTLogLogger (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/log/
H A Dlogellipsis.cpp46 RTDECL(void) RTLogLogger(PRTLOGGER pLogger, void *pvCallerRet, const char *pszFormat, ...) function
61 RT_EXPORT_SYMBOL(RTLogLogger); variable
73 * The value ~0U is reserved for compatibility with RTLogLogger[V] and is
H A Dlog.cpp869 *(uint32_t *)pu8Code = (uintptr_t)RTLogLogger - ((uintptr_t)pu8Code + sizeof(uint32_t));
2770 * The value ~0U is reserved for compatibility with RTLogLogger[V] and is
3831 * The value ~0U is reserved for compatibility with RTLogLogger[V] and is
3864 * The value ~0U is reserved for compatibility with RTLogLogger[V] and is
/vbox/src/VBox/VMM/VMMRC/
H A DVMMRCA.asm58 extern NAME(RTLogLogger)
79 call NAME(RTLogLogger)
99 call NAME(RTLogLogger)
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm35 extern NAME(RTLogLogger)
388 call NAME(RTLogLogger)
/vbox/include/iprt/
H A Dlog.h1385 * The value ~0U is reserved for compatibility with RTLogLogger[V] and is
1402 * The value ~0U is reserved for compatibility with RTLogLogger[V] and is
1950 RTDECL(void) RTLogLogger(PRTLOGGER pLogger, void *pvCallerRet, const char *pszFormat, ...);
1970 * The value ~0U is reserved for compatibility with RTLogLogger[V] and is
1987 * The value ~0U is reserved for compatibility with RTLogLogger[V] and is
H A Dmangling.h812 # define RTLogLogger RT_MANGLER(RTLogLogger) macro
/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp78 RTLogLogger (NULL, NULL, "floppy: %N", fmt, &args); /* %N - nested va_list * type formatting call. */

Completed in 855 milliseconds