Searched defs:pszMsg2 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp587 * @param pszMsg2 Second assertion message.
589 VMMR3_INT_DECL(int) DBGFR3EventAssertion(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszMsg1, const char *pszMsg2) argument
601 pVM->dbgf.s.DbgEvent.u.Assert.pszMsg2 = pszMsg2;
H A DVMMGuruMeditation.cpp271 const char *pszMsg2 = VMMR3GetRZAssertMsg2(pVM); local
272 while (pszMsg2 && *pszMsg2 == '\n')
273 pszMsg2++;
278 pszMsg2);
279 if ( !pszMsg2
280 || !*pszMsg2
281 || strchr(pszMsg2, '\0')[-1] != '\n')
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1020 * @param pszMsg2 The second message part.
1024 const char *pszMsg2, const char *pszMsg3)
1026 return supR3HardenedSetErrorN(rc, pErrInfo, 3, pszMsg1, pszMsg2, pszMsg3);
1038 * @param pszMsg2 The second message part.
1041 const char *pszMsg2)
1043 return supR3HardenedSetErrorN(rc, pErrInfo, 2, pszMsg1, pszMsg2);
1023 supR3HardenedSetError3(int rc, PRTERRINFO pErrInfo, const char *pszMsg1, const char *pszMsg2, const char *pszMsg3) argument
1040 supR3HardenedSetError2(int rc, PRTERRINFO pErrInfo, const char *pszMsg1, const char *pszMsg2) argument
/vbox/include/VBox/vmm/
H A Ddbgf.h252 R3PTRTYPE(const char *) pszMsg2; member in struct:DBGFEVENT::__anon320::__anon323
294 VMMR3_INT_DECL(int) DBGFR3EventAssertion(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszMsg1, const char *pszMsg2);

Completed in 59 milliseconds