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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTMemPool.cpp238 RTTESTI_CHECK_RET(RTMemPoolRelease(hMemPool, apvHistory[k]) == 0, VERR_INTERNAL_ERROR); local
242 RTTESTI_CHECK_RET(RTMemPoolRelease(hMemPool, apvHistory[j]) == 0, VERR_INTERNAL_ERROR); local
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshaderapi.c237 AssertReturn(hr == S_OK, VERR_INTERNAL_ERROR);
248 AssertReturn(hr == S_OK, VERR_INTERNAL_ERROR);
330 return VERR_INTERNAL_ERROR;
364 return VERR_INTERNAL_ERROR;
639 AssertReturn(glGetError() == GL_NO_ERROR, VERR_INTERNAL_ERROR); local
732 AssertMsgReturn(lastError == GL_NO_ERROR, ("%s (%d): last error 0x%x\n", __FUNCTION__, __LINE__, lastError), VERR_INTERNAL_ERROR);
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp151 AssertComRCReturn(hrc, VERR_INTERNAL_ERROR);
207 AssertComRCReturn(hrc, VERR_INTERNAL_ERROR);
210 AssertComRCReturn(hrc, VERR_INTERNAL_ERROR);
213 AssertComRCReturn(hrc, VERR_INTERNAL_ERROR);
766 AssertMsgReturn(isMainNeeded(), ("It's expected that we need Main"), VERR_INTERNAL_ERROR); local
779 AssertPtrReturn(m->m_EventQ, VERR_INTERNAL_ERROR);
/vbox/include/iprt/
H A Derr.h1083 #define VERR_INTERNAL_ERROR (-225) macro

Completed in 50 milliseconds