Searched defs:supSvcGrantStateName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp150 static const char *supSvcGrantStateName(SUPSVCGRANTSTATE enmState);
309 static const char *supSvcGrantStateName(SUPSVCGRANTSTATE enmState) function
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(enmCurStat
[all...]

Completed in 44 milliseconds