Lines Matching refs:supSvcLogError

292         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("supSvcGrantWait(,%s,%s) - wrong state %s!", supSvcGrantStateName(enmCurState),
621 supSvcLogError("supSvcGrantWait(,%s,%s) - RTCritSectEnter returns %Rrc",
641 supSvcLogError("supSvcGrantCreate - no memory");
704 supSvcLogError("supSvcGrantCreate - RTThreadCreate returns %Rrc", rc);
709 supSvcLogError("supSvcGrantCreate - RTLocalIpcServiceCreate returns %Rrc", rc);
714 supSvcLogError("supSvcGrantCreate - RTSemEventCreate returns %Rrc", rc);
719 supSvcLogError("supSvcGrantCreate - RTSemEventCreate returns %Rrc", rc);
723 supSvcLogError("supSvcGrantCreate - RTCritSectInit returns %Rrc", rc);
727 supSvcLogError("supSvcGrantCreate - RTCritSectInit returns %Rrc", rc);
763 supSvcLogError("supSvcGrantStart - Incorrect state %s!", supSvcGrantStateName(enmState));
769 supSvcLogError("supSvcGrantStart - RTCritSectEnter returns %Rrc!", rc);
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);
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);