Searched refs:autostartSvcLogError (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp594 autostartSvcLogError("SERVICE_CONTROL_STOP: RTSemEventMultiSignal failed, %Rrc\n", rc);
631 autostartSvcLogError("Starting VMs failed, rc=%Rrc", rc);
687 autostartSvcLogError("RTSemEventWait failed, rc=%Rrc", rc);
694 autostartSvcLogError("SetServiceStatus failed, err=%d", err);
701 autostartSvcLogError("RTSemEventMultiCreate failed, rc=%Rrc", rc);
709 autostartSvcLogError("SetServiceStatus failed, err=%d", err);
714 autostartSvcLogError("RegisterServiceCtrlHandlerEx failed, err=%d", GetLastError());
778 autostartSvcLogError("StartServiceCtrlDispatcher failed, err=%d", err);
876 autostartSvcLogError("RTR3InitExe failed with rc=%Rrc", rc);
H A DVBoxAutostartUtils.cpp111 DECLHIDDEN(void) autostartSvcLogError(const char *pszFormat, ...) function
191 autostartSvcLogError("%s - RTGetOpt failure, %Rrc (%d): %s",
199 autostartSvcLogError("%s - Too many arguments: %s", pszAction, argv[iArg]);
H A DVBoxAutostart.h264 DECLHIDDEN(void) autostartSvcLogError(const char *pszFormat, ...);
H A DVBoxAutostartCfg.cpp465 autostartSvcLogError("Unexpected token '%s' at %d:%d.%d, expected '%s'",

Completed in 62 milliseconds