Searched refs:pszMessage (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A DVBoxClient.h28 char *pszMessage = RTStrAPrintf2 format; \
30 vbclFatalError(pszMessage); \
34 extern DECLNORETURN(void) vbclFatalError(char *pszMessage);
H A Dmain.cpp66 void vbclFatalError(char *pszMessage) argument
69 if (pszMessage && cRespawn == 0)
71 pszCommand = RTStrAPrintf2("notify-send \"VBoxClient: %s\"", pszMessage);
/vbox/include/iprt/cpp/
H A Dexception.h46 RTCError(const char *pszMessage) argument
47 : m_strMsg(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/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/Debugger/
H A DDBGConsole.cpp726 if (RT_SUCCESS(rc) && pEvent->u.Src.pszMessage && *pEvent->u.Src.pszMessage)
729 pEvent->u.Src.pszMessage);
/vbox/include/VBox/vmm/
H A Dvmapi.h120 * @param pszMessage Error message string.
123 #define VM_SET_ERROR(pVM, rc, pszMessage) (VMSetError(pVM, rc, RT_SRC_POS, pszMessage))
135 * @param pszMessage Error message string.
H A Ddbgf.h241 R3PTRTYPE(const char *) pszMessage; member in struct:DBGFEVENT::__anon320::__anon322
/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;
H A DVM.cpp3776 const char *pszMessage;
3787 pszMessage = (const char *)pErr + pErr->offMessage;
3789 pszMessage = "No message!";
3792 pszMessage = "No message! (Failed to allocate memory to put the error message in!)";
3801 vmR3SetErrorWorkerDoCall(pVM, pCur, rc, RT_SRC_POS_ARGS, "%s", pszMessage);
4173 const char *pszMessage = "No message!";
4182 pszMessage = (const char *)pErr + pErr->offMessage;
4189 return vmR3SetRuntimeErrorCommonF(pVM, fFlags, pszErrorId, "%s", pszMessage);
4201 * @param pszMessage The error message residing the MM heap.
4205 DECLCALLBACK(int) vmR3SetRuntimeError(PVM pVM, uint32_t fFlags, const char *pszErrorId, char *pszMessage)
[all...]
/vbox/src/VBox/VMM/include/
H A DVMInternal.h456 DECLCALLBACK(int) vmR3SetRuntimeError(PVM pVM, uint32_t fFlags, const char *pszErrorId, char *pszMessage);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsti.h136 STDMETHOD(WriteToErrorLog)(THIS_ DWORD dwMessageType, LPCWSTR pszMessage) PURE;

Completed in 96 milliseconds