Searched refs:i_genericVMSetErrorCallback (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp1338 Console::i_genericVMSetErrorCallback, &pState->mErrorText); AssertRC(vrc2);
1348 vrc2 = VMR3AtErrorDeregister(pState->mpUVM, Console::i_genericVMSetErrorCallback, &pState->mErrorText);
H A DConsoleImpl.cpp9104 Console::i_genericVMSetErrorCallback(PUVM pUVM, void *pvUser, int rc, RT_SRC_POS_DECL, function in class:Console
9544 Console::i_genericVMSetErrorCallback,
9760 VMR3AtErrorDeregister(pConsole->mpUVM, Console::i_genericVMSetErrorCallback, &task->mErrorMsg);
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h743 static DECLCALLBACK(void) i_genericVMSetErrorCallback(PUVM pUVM, void *pvUser, int rc, RT_SRC_POS_DECL,

Completed in 945 milliseconds