Searched defs:handleVDError (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp48 static DECLCALLBACK(void) handleVDError(void *pvUser, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va) function
990 vdInterfaceError.pfnError = handleVDError;
H A DVBoxInternalManage.cpp598 static DECLCALLBACK(void) handleVDError(void *pvUser, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va) function
660 vdInterfaceError.pfnError = handleVDError;
720 vdInterfaceError.pfnError = handleVDError;
1756 vdInterfaceError.pfnError = handleVDError;
1854 vdInterfaceError.pfnError = handleVDError;
1935 vdInterfaceError.pfnError = handleVDError;
2105 vdInterfaceError.pfnError = handleVDError;
2221 vdInterfaceError.pfnError = handleVDError;
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp107 static DECLCALLBACK(void) handleVDError(void *pvUser, int rc, RT_SRC_POS_DECL, function
1770 vdInterfaceError.pfnError = handleVDError;

Completed in 62 milliseconds