Searched refs:qga_debug (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/qga/vss-win32/ |
| H A D | vss-debug.h | 21 #define qga_debug(fmt, ...) qga_debug_internal(__func__, fmt, ## __VA_ARGS__) macro 22 #define qga_debug_begin qga_debug("begin") 23 #define qga_debug_end qga_debug("end")
|
| H A D | install.cpp | 58 qga_debug("%.*s. (Error: %lx) %s", len, text, err, msg); in errmsg() 237 qga_debug("Removing COM+ Application: %s", QGA_PROVIDER_NAME); in QGAProviderRemove() 290 qga_debug("QGA VSS Provider is already installed. Attempting to unregister first."); in COMRegister() 336 qga_debug("Registering " QGA_PROVIDER_NAME ": %s %s", in COMRegister() 563 qga_debug("Failed to convert string '%s' into BSTR", ascii); in ConvertStringToBSTR()
|
| H A D | provider.cpp | 536 qga_debug("begin, reason = %lu", dwReason); in DllMain()
|