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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp586 * @param pszMsg1 First assertion message.
589 VMMR3_INT_DECL(int) DBGFR3EventAssertion(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszMsg1, const char *pszMsg2) argument
600 pVM->dbgf.s.DbgEvent.u.Assert.pszMsg1 = pszMsg1;
H A DVMMGuruMeditation.cpp268 const char *pszMsg1 = VMMR3GetRZAssertMsg1(pVM); local
269 while (pszMsg1 && *pszMsg1 == '\n')
270 pszMsg1++;
277 pszMsg1,
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1019 * @param pszMsg1 The first message part.
1023 static int supR3HardenedSetError3(int rc, PRTERRINFO pErrInfo, const char *pszMsg1, argument
1026 return supR3HardenedSetErrorN(rc, pErrInfo, 3, pszMsg1, pszMsg2, pszMsg3);
1037 * @param pszMsg1 The first message part.
1040 static int supR3HardenedSetError2(int rc, PRTERRINFO pErrInfo, const char *pszMsg1, argument
1043 return supR3HardenedSetErrorN(rc, pErrInfo, 2, pszMsg1, pszMsg2);
/vbox/include/VBox/vmm/
H A Ddbgf.h250 R3PTRTYPE(const char *) pszMsg1; member in struct:DBGFEVENT::__anon320::__anon323
294 VMMR3_INT_DECL(int) DBGFR3EventAssertion(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszMsg1, const char *pszMsg2);

Completed in 45 milliseconds