Searched refs:supSvcGrantTryStop (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcInternal.h75 DECLCALLBACK(int) supSvcGrantTryStop(void *pvInstance);
H A DSUPSvc.cpp132 supSvcGrantTryStop,
H A DSUPSvcGrant.cpp776 DECLCALLBACK(int) supSvcGrantTryStop(void *pvInstance) function
794 supSvcLogError("supSvcGrantTryStop - RTCritSectEnter returns %Rrc", rc);
801 supSvcLogError("supSvcGrantTryStop - Not running, state: %s", supSvcGrantStateName(enmState));
821 supSvcLogError("supSvcGrantTryStop - RTThreadUserReset returns %Rrc", rc);
823 supSvcLogError("supSvcGrantTryStop - RTLocalIpcServerCancel returns %Rrc", rc);
825 supSvcLogError("supSvcGrantTryStop - RTCritSectLeave returns %Rrc", rc);
841 supSvcLogError("supSvcGrantTryStop - %u active sessions after waiting %u ms", cSessions, (unsigned)u64Elapsed);
848 supSvcLogError("supSvcGrantTryStop - RTCritSectLeave returns %Rrc", rc);
855 supSvcLogError("supSvcGrantTryStop - RTSemEventWait returns %Rrc", rc);

Completed in 52 milliseconds