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

/vbox/include/iprt/cpp/
H A Dexception.h46 RTCError(const char *pszMessage) argument
47 : m_strMsg(pszMessage)
/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp271 char *pszMessage = MMR3HeapAPrintfV(pVM, MM_TAG_VM, pszFormat, va); local
273 (PFNRT)vmR3SetRuntimeError, 4, pVM, fFlags, pszErrorId, pszMessage);
275 MMR3HeapFree(pszMessage);
/vbox/src/VBox/VMM/testcase/Instructions/
H A DtstVBInsTstR3.cpp56 DECLEXPORT(void) VBInsTstFailure(const char *pszMessage);
64 DECLEXPORT(void) VBInsTstFailure(const char *pszMessage) argument
66 RTTestFailed(g_hTest, "%s", pszMessage);
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11.cpp29 void vbclFatalError(char *pszMessage) argument
31 RTPrintf("Fatal error: %s", pszMessage);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp559 char *pszMessage = NULL; local
563 pszMessage = &szMessage[0];
575 pVM->dbgf.s.DbgEvent.u.Src.pszMessage = pszMessage;
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dmain.cpp66 void vbclFatalError(char *pszMessage) argument
69 if (pszMessage && cRespawn == 0)
71 pszCommand = RTStrAPrintf2("notify-send \"VBoxClient: %s\"", pszMessage);
/vbox/include/VBox/vmm/
H A Ddbgf.h241 R3PTRTYPE(const char *) pszMessage; member in struct:DBGFEVENT::__anon320::__anon322

Completed in 116 milliseconds