Searched refs:i_genericVMSetErrorCallback (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImplTeleporter.cpp | 1338 Console::i_genericVMSetErrorCallback, &pState->mErrorText); AssertRC(vrc2); 1348 vrc2 = VMR3AtErrorDeregister(pState->mpUVM, Console::i_genericVMSetErrorCallback, &pState->mErrorText);
|
H A D | ConsoleImpl.cpp | 9104 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 D | ConsoleImpl.h | 743 static DECLCALLBACK(void) i_genericVMSetErrorCallback(PUVM pUVM, void *pvUser, int rc, RT_SRC_POS_DECL,
|
Completed in 1732 milliseconds