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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp243 * @param rcExpect The expected result.
248 static int vmmR3DoTrapTest(PVM pVM, uint8_t u8Trap, unsigned uVariation, int rcExpect, uint32_t u32Eax, const char *pszFaultEIP, const char *pszDesc) argument
271 if (rc != rcExpect)
273 RTPrintf("VMM: FAILURE - rc=%Rrc expected %Rrc\n", rc, rcExpect);
277 else if ( rcExpect != VINF_SUCCESS
298 else if (rcExpect != VINF_SUCCESS)

Completed in 45 milliseconds