Searched refs:debugPrint (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.h123 void debugPrint(int32_t iMinLevel, bool fMsg, const char *pszFmt, ...) const;
H A DVBoxNetBaseService.cpp795 void VBoxNetBaseService::debugPrint(int32_t iMinLevel, bool fMsg, const char *pszFmt, ...) const function in class:VBoxNetBaseService
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp331 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 DPerformance.cpp194 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 DPerformance.h203 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