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

/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp318 RTLogSetDefaultInstanceThread(&pR0Logger->Logger, (uintptr_t)pVM->pSession);
320 RTLogSetDefaultInstanceThread(NULL, pVM->pSession);
328 RTLogSetDefaultInstanceThread(&pR0Logger->Logger, (uintptr_t)pVM->pSession);
332 RTLogSetDefaultInstanceThread(NULL, pVM->pSession);
338 RTLogSetDefaultInstanceThread(&pR0Logger->Logger, (uintptr_t)pVM->pSession);
343 RTLogSetDefaultInstanceThread(&pR0Logger->Logger, (uintptr_t)pVM->pSession);
401 RTLogSetDefaultInstanceThread(NULL, (uintptr_t)pVM->pSession);
443 RTLogSetDefaultInstanceThread(NULL, (uintptr_t)pVM->pSession);
1027 RTLogSetDefaultInstanceThread(&pR0Logger->Logger, (uintptr_t)pVM->pSession);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c117 RTLogSetDefaultInstanceThread,
H A DVBoxGuest-haiku-stubs.c85 RTDECL(int) RTLogSetDefaultInstanceThread(PRTLOGGER pLogger, uintptr_t uKey) function
/vbox/include/iprt/
H A Dlog.h1586 RTDECL(int) RTLogSetDefaultInstanceThread(PRTLOGGER pLogger, uintptr_t uKey);
H A Dmangling.h830 # define RTLogSetDefaultInstanceThread RT_MANGLER(RTLogSetDefaultInstanceThread) /* r0drv */ macro
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp2671 RTDECL(int) RTLogSetDefaultInstanceThread(PRTLOGGER pLogger, uintptr_t uKey)
2743 RT_EXPORT_SYMBOL(RTLogSetDefaultInstanceThread);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp234 { "RTLogSetDefaultInstanceThread", (void *)RTLogSetDefaultInstanceThread },
805 RTLogSetDefaultInstanceThread(NULL, (uintptr_t)pSession);

Completed in 572 milliseconds