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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcInternal.h76 DECLCALLBACK(void) supSvcGrantStopAndDestroy(void *pvInstance, bool fRunning);
H A DSUPSvc.cpp133 supSvcGrantStopAndDestroy,
H A DSUPSvcGrant.cpp863 DECLCALLBACK(void) supSvcGrantStopAndDestroy(void *pvInstance, bool fRunning) function
920 supSvcLogError("supSvcGrantStopAndDestroy: RTLocalIpcSessionClose(%p) returns %Rrc",
962 supSvcLogError("supSvcGrantStopAndDestroy - RTThreadWait(40 sec) returns %Rrc", rc);
965 supSvcLogError("supSvcGrantStopAndDestroy - RTThreadWait(20 sec) returns %Rrc", rc);
981 supSvcLogError("supSvcGrantStopAndDestroy: %d session failed to terminate!", cSessions);
999 Log(("supSvcGrantStopAndDestroy: done (rc=%Rrc)\n", rc));

Completed in 62 milliseconds