Searched refs:pvConsole (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DConsoleImpl.h620 static DECLCALLBACK(int) i_configConstructor(PUVM pUVM, PVM pVM, void *pvConsole);
695 static DECLCALLBACK(int) i_configGuestProperties(void *pvConsole, PUVM pUVM);
696 static DECLCALLBACK(int) i_configGuestControl(void *pvConsole);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp778 * @param pvConsole Pointer to the VMPowerUpTask object.
783 DECLCALLBACK(int) Console::i_configConstructor(PUVM pUVM, PVM pVM, void *pvConsole) argument
787 AssertReturn(pvConsole, VERR_INVALID_POINTER);
788 ComObjPtr<Console> pConsole = static_cast<Console *>(pvConsole);
5723 /* static */ int Console::i_configGuestProperties(void *pvConsole, PUVM pUVM) argument
5726 AssertReturn(pvConsole, VERR_INVALID_POINTER);
5727 ComObjPtr<Console> pConsole = static_cast<Console *>(pvConsole);
5861 pvConsole);
5880 /* static */ int Console::i_configGuestControl(void *pvConsole) argument
5883 AssertReturn(pvConsole, VERR_INVALID_POINTE
[all...]

Completed in 209 milliseconds