Searched refs:eState (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py65 def _nameMachineState(eState):
67 if eState == vboxcon.MachineState_PoweredOff: return 'PoweredOff';
68 if eState == vboxcon.MachineState_Saved: return 'Saved';
69 if eState == vboxcon.MachineState_Teleported: return 'Teleported';
70 if eState == vboxcon.MachineState_Aborted: return 'Aborted';
71 if eState == vboxcon.MachineState_Running: return 'Running';
72 if eState == vboxcon.MachineState_Paused: return 'Paused';
73 if eState == vboxcon.MachineState_Stuck: return 'GuruMeditation';
74 if eState == vboxcon.MachineState_Teleporting: return 'Teleporting';
75 if eState
[all...]
H A Dvbox.py594 def onStateChange(self, eState):
668 def onMachineStateChange(self, sMachineId, eState):
683 def onSessionStateChange(self, sMachineId, eState):
729 def onMachineStateChange(self, sMachineId, eState): # pylint: disable=W0613
2527 eState = oSession.oVM.state;
2531 if eState == vboxcon.MachineState_Aborted:
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dntquery.h44 DWORD eState; member in struct:_CI_STATE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntquery.h44 DWORD eState; member in struct:_CI_STATE
/vbox/src/VBox/Runtime/common/ldr/
H A DldrEx.cpp201 AssertMsgReturn(pMod->eState == LDR_STATE_OPENED, ("eState=%d\n", pMod->eState), ~(size_t)0);
239 AssertMsgReturn(pMod->eState == LDR_STATE_OPENED, ("eState=%d\n", pMod->eState), VERR_WRONG_ORDER);
278 AssertMsgReturn(pMod->eState == LDR_STATE_OPENED, ("eState=%d\n", pMod->eState), VERR_WRONG_ORDER);
393 //AssertMsgReturn(pMod->eState
[all...]
H A Dldr.cpp54 //AssertMsgReturn(pMod->eState == LDR_STATE_OPENED, ("eState=%d\n", pMod->eState), VERR_WRONG_ORDER);
137 //AssertMsgReturn(pMod->eState == LDR_STATE_OPENED, ("eState=%d\n", pMod->eState), VERR_WRONG_ORDER);
144 pMod->eState = LDR_STATE_INVALID;
H A DldrNative.cpp136 pMod->Core.eState = LDR_STATE_LOADED;
H A DldrELFRelocatable.cpp.h1755 pModElf->Core.eState = LDR_STATE_INVALID;
1917 pModElf->Core.eState = LDR_STATE_OPENED;
H A DldrkStuff.cpp943 pNewMod->Core.eState = LDR_STATE_OPENED;
H A DldrPE.cpp3689 pModPe->Core.eState = LDR_STATE_OPENED;
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.cpp455 KMediumState eState = m_state; local
467 eState = this->state(true /* fNoDiffs */);
470 eState = KMediumState_NotCreated;
480 switch (eState)
/vbox/src/VBox/Runtime/include/internal/
H A Dldr.h419 RTLDRSTATE eState; member in struct:RTLDRMODINTERNAL

Completed in 335 milliseconds