Searched refs:debugPrint (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | VBoxNetBaseService.h | 123 void debugPrint(int32_t iMinLevel, bool fMsg, const char *pszFmt, ...) const;
|
H A D | VBoxNetBaseService.cpp | 795 void VBoxNetBaseService::debugPrint(int32_t iMinLevel, bool fMsg, const char *pszFmt, ...) const function in class:VBoxNetBaseService
|
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | VBoxNetDHCP.cpp | 331 debugPrint(1, true, "VBoxNetDHCP: Skipping invalid DHCP packet.\n"); /** @todo handle pure bootp clients too? */ 369 debugPrint(0, true, "Should we handle this?"); 373 debugPrint(0, true, "Unexpected.");
|
/vbox/src/VBox/Main/src-server/ |
H A D | Performance.cpp | 194 void CGRQEnable::debugPrint(void *aObject, const char *aFunction, const char *aText) function in class:CGRQEnable 209 void CGRQDisable::debugPrint(void *aObject, const char *aFunction, const char *aText) function in class:CGRQDisable 223 void CGRQAbort::debugPrint(void *aObject, const char *aFunction, const char *aText) function in class:CGRQAbort 523 aRequest->debugPrint(this, __PRETTY_FUNCTION__, "added to CGM queue"); 568 pReq->debugPrint(mgr, __PRETTY_FUNCTION__, "is being executed...");
|
/vbox/src/VBox/Main/include/ |
H A D | Performance.h | 203 virtual void debugPrint(void *aObject, const char *aFunction, const char *aText) = 0; 216 void debugPrint(void *aObject, const char *aFunction, const char *aText); 228 void debugPrint(void *aObject, const char *aFunction, const char *aText); 239 void debugPrint(void *aObject, const char *aFunction, const char *aText);
|
Completed in 1615 milliseconds