Searched refs:VERR_INTERNAL_ERROR_5 (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Runtime/r3/solaris/
H A Dthread-affinity-solaris.cpp90 return VERR_INTERNAL_ERROR_5;
/vbox/src/VBox/VMM/VMMR3/
H A DGIMMinimal.cpp47 AssertReturn(pVM->gim.s.enmProviderId == GIMPROVIDERID_MINIMAL, VERR_INTERNAL_ERROR_5);
H A DGIMKvm.cpp82 AssertReturn(pVM->gim.s.enmProviderId == GIMPROVIDERID_KVM, VERR_INTERNAL_ERROR_5);
H A DGIMHv.cpp91 AssertReturn(pVM->gim.s.enmProviderId == GIMPROVIDERID_HYPERV, VERR_INTERNAL_ERROR_5);
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevTesting.cpp66 return VERR_INTERNAL_ERROR_5;
84 return VERR_INTERNAL_ERROR_5;
130 return VERR_INTERNAL_ERROR_5;
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp301 return VERR_INTERNAL_ERROR_5;
/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp204 , VERR_INTERNAL_ERROR_5);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp288 rc = VERR_INTERNAL_ERROR_5;
447 rc = VERR_INTERNAL_ERROR_5;
712 return VERR_INTERNAL_ERROR_5;
H A Ddbgmoddeferred.cpp81 AssertReturnStmt(fDbgVt || fImgVt, RTCritSectLeave(&pMod->CritSect), VERR_INTERNAL_ERROR_5);
/vbox/src/VBox/Storage/
H A DVDVfs.cpp436 return VERR_INTERNAL_ERROR_5;
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-objid.cpp421 AssertReturn(cbObjId <= sizeof(pThis->szObjId), VERR_INTERNAL_ERROR_5);
/vbox/src/VBox/Runtime/common/zip/
H A Dtarvfs.cpp654 return VERR_INTERNAL_ERROR_5;
1466 return pThis->rcFatal = VERR_INTERNAL_ERROR_5;
/vbox/include/iprt/
H A Derr.h1091 #define VERR_INTERNAL_ERROR_5 (-229) macro
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsmemory.cpp658 return VERR_INTERNAL_ERROR_5;
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dmemobj-r0drv-os2.cpp440 return VERR_INTERNAL_ERROR_5;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1026 AssertReturn(cbSignature == sizeof(RTCRPKCS7CONTENTINFO), VERR_INTERNAL_ERROR_5);
1028 AssertReturn(RTCrPkcs7ContentInfo_IsSignedData(pContentInfo), VERR_INTERNAL_ERROR_5); local
1029 AssertReturn(pContentInfo->u.pSignedData->SignerInfos.cItems == 1, VERR_INTERNAL_ERROR_5);
/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp1395 AssertReturn(fdMax - 1 == pThis->hNative, VERR_INTERNAL_ERROR_5);
1440 AssertReturn(fdMax - 1 == pThis->hNative, VERR_INTERNAL_ERROR_5);
H A Dpoll.cpp259 rc = VERR_INTERNAL_ERROR_5;
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp545 AssertReturn(VBoxExtPackIsValidName(pszName), VERR_INTERNAL_ERROR_5); local
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2627 AssertPtrReturn(pSignature->pIndData, VERR_INTERNAL_ERROR_5);
2628 AssertReturn(RTASN1CORE_IS_PRESENT(&pSignature->pIndData->DigestInfo.Digest.Asn1Core), VERR_INTERNAL_ERROR_5);
2629 AssertPtrReturn(pSignature->pIndData->DigestInfo.Digest.Asn1Core.uData.pv, VERR_INTERNAL_ERROR_5);
2632 AssertReturn(pSignature->pIndData->DigestInfo.Digest.Asn1Core.cb == cbHash, VERR_INTERNAL_ERROR_5);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp273 rc = VERR_INTERNAL_ERROR_5;
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1019 AssertBreakStmt(pThis->cUsers == 0, rc = VERR_INTERNAL_ERROR_5);
/vbox/src/bldprogs/
H A Dscmstream.cpp289 AssertReturn(iLine + 1 >= pStream->cLines, VERR_INTERNAL_ERROR_5);
/vbox/src/VBox/Debugger/
H A DDBGCOps.cpp526 rc = VERR_INTERNAL_ERROR_5;
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp510 int rc = VERR_INTERNAL_ERROR_5;
3293 int rc = VERR_INTERNAL_ERROR_5;
3363 int rc = VERR_INTERNAL_ERROR_5;
3712 return VERR_INTERNAL_ERROR_5; /* Should never happen. */

Completed in 185 milliseconds

12