Lines Matching refs:supSvcGrantStateName

150 static const char *supSvcGrantStateName(SUPSVCGRANTSTATE enmState);
309 static const char *supSvcGrantStateName(SUPSVCGRANTSTATE enmState)
344 supSvcGrantStateName(pThis->enmState), rc, pszFailed);
415 Log(("supSvcGrantThreadListen: dropping connection, state %s\n", supSvcGrantStateName(enmState)));
487 LogFlow(("supSvcGrantThread: switching %s\n", supSvcGrantStateName(enmState)));
555 supSvcGrantStateName(enmCurState), supSvcGrantStateName(enmNewState)));
590 supSvcGrantStateName(enmCurState), supSvcGrantStateName(enmNewState));
595 supSvcLogError("supSvcGrantWait(,%s,%s) - wrong state %s!", supSvcGrantStateName(enmCurState),
596 supSvcGrantStateName(enmNewState), supSvcGrantStateName(enmState));
597 AssertMsgFailed(("%s\n", supSvcGrantStateName(enmState)));
605 supSvcGrantStateName(enmCurState), supSvcGrantStateName(enmNewState));
609 supSvcGrantStateName(enmCurState), supSvcGrantStateName(enmNewState));
613 supSvcLogError("supSvcGrantWait(,%s,%s) - wrong state %s!", supSvcGrantStateName(enmCurState),
614 supSvcGrantStateName(enmNewState), supSvcGrantStateName(pThis->enmState));
615 AssertMsgFailed(("%s\n", supSvcGrantStateName(pThis->enmState)));
622 supSvcGrantStateName(enmCurState), supSvcGrantStateName(enmNewState));
625 supSvcGrantStateName(enmCurState), supSvcGrantStateName(enmNewState), rc));
763 supSvcLogError("supSvcGrantStart - Incorrect state %s!", supSvcGrantStateName(enmState));
801 supSvcLogError("supSvcGrantTryStop - Not running, state: %s", supSvcGrantStateName(enmState));
875 ("%RTbool %s\n", fRunning, supSvcGrantStateName(enmState)));