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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp88 kSupSvcGrantState_Paused, enumerator in enum:SUPSVCGRANTSTATE
315 case kSupSvcGrantState_Paused: return "Paused";
492 pThis->enmState = kSupSvcGrantState_Paused;
498 case kSupSvcGrantState_Paused:
668 rc = supSvcGrantWait(pThis, kSupSvcGrantState_Creating, kSupSvcGrantState_Paused);
748 if (enmState == kSupSvcGrantState_Paused)
817 supSvcGrantWait(pThis, kSupSvcGrantState_Pausing, kSupSvcGrantState_Paused);
880 pThis->enmState = kSupSvcGrantState_Paused;
898 supSvcGrantWait(pThis, kSupSvcGrantState_Pausing, kSupSvcGrantState_Paused);

Completed in 44 milliseconds