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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp96 kSupSvcGrantState_Listen, enumerator in enum:SUPSVCGRANTSTATE
317 case kSupSvcGrantState_Listen: return "Listen";
387 if (enmState == kSupSvcGrantState_Listen)
507 pThis->enmState = kSupSvcGrantState_Listen;
513 case kSupSvcGrantState_Listen:
758 supSvcGrantWait(pThis, kSupSvcGrantState_Resuming, kSupSvcGrantState_Listen);
799 if (enmState != kSupSvcGrantState_Listen)
874 AssertMsg(fRunning == (pThis->enmState == kSupSvcGrantState_Listen),
877 if (enmState == kSupSvcGrantState_Listen)

Completed in 61 milliseconds