Searched refs:RT_SUCCESS (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideoErr.h46 #define RT_SUCCESS(rc) ( likely(RT_SUCCESS_NP(rc)) ) macro
H A Dvbva.c135 AssertMsg(RT_SUCCESS(rc), ("Failed to set up the guest-to-host message buffer heap, rc=%d\n", rc));
180 AssertMsg(RT_SUCCESS(rc), ("Failed to send the view information to the host, rc=%d\n", rc));
188 return RT_SUCCESS(VBoxQueryConfHGSMI(&pVBox->guestCtx, VBOX_VBVA_CONF32_MODE_HINT_REPORTING, &fModeHintReporting))
189 && RT_SUCCESS(VBoxQueryConfHGSMI(&pVBox->guestCtx, VBOX_VBVA_CONF32_GUEST_CURSOR_REPORTING, &fCursorReporting))
198 return RT_SUCCESS(VBoxQueryConfHGSMI(&pVBox->guestCtx, VBOX_VBVA_CONF32_SCREEN_FLAGS, &fScreenFlags))
H A DHGSMICommon.c207 if (RT_SUCCESS(rc))
388 if (RT_SUCCESS(rc))
402 HGSMI_STRICT_ASSERT(RT_SUCCESS(hgsmiVerifyBuffer(pArea, offBuffer, &bufferContext)));
H A DModesetting.c108 if (RT_SUCCESS(rc))
362 if (RT_SUCCESS(rc))
H A DVBVABase.c84 bRc = RT_SUCCESS(pEnable->Base.i32Result);

Completed in 4 milliseconds