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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMGuruMeditation.cpp230 * @param rcErr VBox status code.
232 VMMR3DECL(void) VMMR3FatalDump(PVM pVM, PVMCPU pVCpu, int rcErr) argument
253 rcErr, rcErr);
259 switch (rcErr)
326 if ( rcErr == VERR_VMM_RING0_ASSERTION /* fInRing3Call has already been cleared here. */
491 "!! Skipping ring-0 registers and stack, rcErr=%Rrc\n", rcErr);
615 } /* switch (rcErr) */
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp1156 VBGLR3DECL(int) VbglR3DnDGHSendError(uint32_t u32ClientId, int rcErr) argument
1165 Msg.uRC.SetUInt32((uint32_t)rcErr); /* uint32_t vs. int. */
1171 LogFlowFunc(("Sending error %Rrc returned with rc=%Rrc\n", rcErr, rc));

Completed in 36 milliseconds