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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp292 supSvcLogError("supSvcGrantCleanUpSessions: RTCritSectEnter returns %Rrc", rc);
343 supSvcLogError("supSvcGrantThread(%s): Butchered; %Rrc: %s",
369 supSvcLogError("supSvcGrantThreadListen: failed to allocate session");
412 supSvcLogError("supSvcGrantThreadListen: RTThreadCreate returns %Rrc", rc);
482 supSvcLogError("supSvcGrantThread - RTCritSectEnter returns %Rrc", rc);
589 supSvcLogError("supSvcGrantWait(,%s,%s) - the thread doesn't respond in a timely manner, failing.",
595 supSvcLogError("supSvcGrantWait(,%s,%s) - wrong state %s!", supSvcGrantStateName(enmCurState),
604 supSvcLogError("supSvcGrantWait(,%s,%s) - RTCritSectEnter returns %Rrc",
608 supSvcLogError("supSvcGrantWait(,%s,%s) - RTSemEventWait returns %Rrc",
613 supSvcLogError("supSvcGrantWai
[all...]
H A DSUPSvc.cpp156 supSvcLogError("service %s in state %d, expected state %d (NotCreated)",
222 supSvcLogError("service %s in state %d (NotCreated), expected pause or running",
336 void supSvcLogError(const char *pszFormat, ...) function
358 supSvcLogError("%s - RTGetOpt failure, %Rrc (%d): %s",
376 supSvcLogError("%s - Too many arguments: %s", pszAction, argv[iArg]);
H A DSUPSvcInternal.h41 void supSvcLogError(const char *pszFormat, ...);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPSvc-win.cpp486 supSvcLogError("SERVICE_CONTROL_STOP: RTSemEventMultiSignal failed, %Rrc\n", rc);
587 supSvcLogError("RTSemEventWait failed, rc=%Rrc", rc);
592 supSvcLogError("SetServiceStatus failed, err=%d", err);
606 supSvcLogError("RTSemEventMultiCreate failed, rc=%Rrc", rc);
613 supSvcLogError("SetServiceStatus failed, err=%d", err);
618 supSvcLogError("RegisterServiceCtrlHandlerEx failed, err=%d", GetLastError());
679 supSvcLogError("StartServiceCtrlDispatcher failed, err=%d", err);
780 supSvcLogError("RTR3InitExe failed with rc=%Rrc", rc);

Completed in 48 milliseconds