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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp776 pHdr->rc = VERR_NOT_IMPLEMENTED;
1102 AssertMsg(RT_SUCCESS(rc) || rc == VERR_NOT_IMPLEMENTED, ("%Rrc\n", rc)); local
1103 if(rc == VERR_NOT_IMPLEMENTED)
1106 /* VERR_NOT_IMPLEMENTED is not a failure, we just do not support it */
1148 AssertMsg(RT_SUCCESS(rc) || rc == VERR_NOT_IMPLEMENTED, ("%Rrc\n", rc)); local
1149 if (rc == VERR_NOT_IMPLEMENTED)
1200 AssertMsg(RT_SUCCESS(rc) || rc == VERR_NOT_IMPLEMENTED, ("%Rrc\n", rc)); local
1201 if(rc == VERR_NOT_IMPLEMENTED)
1365 Assert(RT_SUCCESS(pCmd->rc) || pCmd->rc == VERR_NOT_IMPLEMENTED);
1370 else if (pCmd->rc != VERR_NOT_IMPLEMENTED)
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp2006 AssertMsg(RT_SUCCESS(rc) || rc == VERR_NOT_SUPPORTED || rc == VERR_NOT_IMPLEMENTED, ("%Rrc\n", rc)); local
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1822 AssertReleaseMsgReturn(i < RT_ELEMENTS(s_aTemplates), ("Not implemented! %s\n", pDesc->pszName), VERR_NOT_IMPLEMENTED); local
1913 AssertReleaseMsgReturn(i < RT_ELEMENTS(s_aTemplates), ("Not implemented! %s\n", pDesc->pszName), VERR_NOT_IMPLEMENTED); local
2259 return VERR_NOT_IMPLEMENTED;
2279 return VERR_NOT_IMPLEMENTED;
2289 return VERR_NOT_IMPLEMENTED;
2299 return VERR_NOT_IMPLEMENTED;
2309 return VERR_NOT_IMPLEMENTED;
2319 return VERR_NOT_IMPLEMENTED;
2421 return VERR_NOT_IMPLEMENTED;
/vbox/include/iprt/
H A Derr.h692 #define VERR_NOT_IMPLEMENTED (-12) macro

Completed in 57 milliseconds