Searched refs:AssertLogRelReturn (Results 1 - 25 of 34) sorted by relevance

12

/vbox/include/VBox/HostServices/
H A DGuestPropertySvc.h137 AssertLogRelReturn(VALID_PTR(pfFlags), VERR_INVALID_POINTER);
188 AssertLogRelReturn(VALID_PTR(pszFlags), VERR_INVALID_POINTER);
H A DService.h375 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
392 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
408 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
444 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
460 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHack.cpp111 AssertLogRelReturn(cbCode <= PAGE_SIZE, VERR_OUT_OF_RANGE);
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp926 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
943 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
957 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
990 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
1004 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp833 AssertLogRelReturn((pVM->patm.s.pfnHelperCallGC - pVM->patm.s.pPatchMemGC) == (patmInfo.pfnHelperCallGC - patmInfo.pPatchMemGC),
835 AssertLogRelReturn((pVM->patm.s.pfnHelperRetGC - pVM->patm.s.pPatchMemGC) == (patmInfo.pfnHelperRetGC - patmInfo.pPatchMemGC),
837 AssertLogRelReturn((pVM->patm.s.pfnHelperJumpGC - pVM->patm.s.pPatchMemGC) == (patmInfo.pfnHelperJumpGC - patmInfo.pPatchMemGC),
839 AssertLogRelReturn((pVM->patm.s.pfnHelperIretGC - pVM->patm.s.pPatchMemGC) == (patmInfo.pfnHelperIretGC - patmInfo.pPatchMemGC),
841 AssertLogRelReturn(pVM->patm.s.cbPatchMem == patmInfo.cbPatchMem, VERR_SSM_DATA_UNIT_FORMAT_CHANGED);
1385 AssertLogRelReturn(uVersion > PATM_SAVED_STATE_VERSION_NO_RAW_MEM, VERR_SSM_DATA_UNIT_FORMAT_CHANGED);
1407 AssertLogRelReturn(uVersion > PATM_SAVED_STATE_VERSION_NO_RAW_MEM, VERR_SSM_DATA_UNIT_FORMAT_CHANGED);
H A DCPUM.cpp670 AssertLogRelReturn(cbMaxXState >= sizeof(X86FXSTATE) && cbMaxXState <= _8K, VERR_CPUM_IPE_2);
1234 AssertLogRelReturn(!(pVCpu->cpum.s.Guest.es.fFlags & !CPUMSELREG_FLAGS_VALID_MASK), VERR_SSM_UNEXPECTED_DATA);
1235 AssertLogRelReturn(!(pVCpu->cpum.s.Guest.cs.fFlags & !CPUMSELREG_FLAGS_VALID_MASK), VERR_SSM_UNEXPECTED_DATA);
1236 AssertLogRelReturn(!(pVCpu->cpum.s.Guest.ss.fFlags & !CPUMSELREG_FLAGS_VALID_MASK), VERR_SSM_UNEXPECTED_DATA);
1237 AssertLogRelReturn(!(pVCpu->cpum.s.Guest.ds.fFlags & !CPUMSELREG_FLAGS_VALID_MASK), VERR_SSM_UNEXPECTED_DATA);
1238 AssertLogRelReturn(!(pVCpu->cpum.s.Guest.fs.fFlags & !CPUMSELREG_FLAGS_VALID_MASK), VERR_SSM_UNEXPECTED_DATA);
1239 AssertLogRelReturn(!(pVCpu->cpum.s.Guest.gs.fFlags & !CPUMSELREG_FLAGS_VALID_MASK), VERR_SSM_UNEXPECTED_DATA);
H A DCPUMR3CpuId.cpp840 AssertLogRelReturn(cLeaves < CPUM_CPUID_MAX_LEAVES, VERR_TOO_MANY_CPUID_LEAVES); function
1529 AssertLogRelReturn(paLeaves[0].uLeaf == 0, VERR_CPUM_IPE_1);
1530 AssertLogRelReturn(paLeaves[1].uLeaf == 1, VERR_CPUM_IPE_1);
1532 AssertLogRelReturn(pStd0Leaf, VERR_CPUM_IPE_1);
1534 AssertLogRelReturn(pStd1Leaf, VERR_CPUM_IPE_1);
1664 AssertLogRelReturn(cLeaves == 0, VERR_CPUM_IPE_1);
2388 AssertLogRelReturn(pStdFeatureLeaf, VERR_CPUM_IPE_2);
2389 AssertLogRelReturn(pStdFeatureLeaf->fSubLeafMask == 0, VERR_CPUM_IPE_2);
2561 AssertLogRelReturn(pExtFeatureLeaf->fSubLeafMask == 0, VERR_CPUM_IPE_2);
H A DPDMDriver.cpp586 AssertLogRelReturn(pTransConfig, VERR_PDM_MISCONFIGURED_DRV_TRANSFORMATION);
591 AssertLogRelReturn(pDrvConfig, VERR_PDM_CANNOT_TRANSFORM_REMOVED_DRIVER);
1268 AssertLogRelReturn(pszName, VERR_NO_MEMORY);
H A DHM.cpp998 AssertLogRelReturn(!pVM->hm.s.fInitialized, VERR_HM_IPE_5);
1023 AssertLogRelReturn(pVM->hm.s.vmx.Msrs.u64FeatureCtrl != 0, VERR_HM_IPE_4);
1201 AssertLogRelReturn( !pVM->hm.s.fNestedPaging
1204 AssertLogRelReturn( !pVM->hm.s.vmx.fUnrestrictedGuest
1449 AssertLogRelReturn( !pVM->hm.s.fNestedPaging
H A DPGM.cpp1342 AssertLogRelReturn(!pVM->pgm.s.fPciPassthrough || pVM->pgm.s.fRamPreAlloc, VERR_INVALID_PARAMETER);
2249 AssertLogRelReturn(pVM->pgm.s.fRamPreAlloc, VERR_PCI_PASSTHROUGH_NO_RAM_PREALLOC);
2250 AssertLogRelReturn(HMIsEnabled(pVM), VERR_PCI_PASSTHROUGH_NO_HM);
2251 AssertLogRelReturn(HMIsNestedPagingActive(pVM), VERR_PCI_PASSTHROUGH_NO_NESTED_PAGING);
2263 AssertLogRelReturn(!pVM->pgm.s.fPciPassthrough, VERR_PGM_PCI_PASSTHRU_MISCONFIG);
H A DPGMSavedState.cpp340 AssertLogRelReturn(id != 0, VERR_SSM_DATA_UNIT_FORMAT_CHANGED);
729 AssertLogRelReturn(id != 0, VERR_SSM_DATA_UNIT_FORMAT_CHANGED);
2359 AssertLogRelReturn(pRomPage->enmProt == enmProt, VERR_PGM_SAVED_ROM_PAGE_PROT);
2411 AssertLogRelReturn(pRam, VERR_SSM_DATA_UNIT_FORMAT_CHANGED);
2898 AssertLogRelReturn(pRomPage->enmProt == enmProt, VERR_PGM_SAVED_ROM_PAGE_PROT);
H A DSSM.cpp6091 AssertLogRelReturn(!pSSM->u.Read.fEndOfData, VERR_SSM_LOADED_TOO_MUCH);
7636 AssertLogRelReturn( pSSM->u.Read.u16VerMajor == 0
7652 AssertLogRelReturn(pSSM->u.Read.cHostBits == 0, VERR_SSM_INTEGRITY_HEADER);
8055 AssertLogRelReturn(!memcmp(pDir->szMagic, SSMFILEDIR_MAGIC, sizeof(pDir->szMagic)), VERR_SSM_INTEGRITY_DIR_MAGIC);
8060 AssertLogRelReturn(RT_UOFFSETOF(SSMFILEDIR, aEntries[pDir->cEntries]) == cbDir, VERR_SSM_INTEGRITY_DIR);
8998 AssertLogRelReturn(cbUnitNm <= SSM_MAX_NAME_SIZE, VERR_SSM_UNIT_NOT_FOUND);
9158 AssertLogRelReturn(!memcmp(Footer.szMagic, SSMFILEFTR_MAGIC, sizeof(Footer.szMagic)), VERR_SSM_INTEGRITY);
H A DVMM.cpp1766 AssertLogRelReturn(!pVCpu->vmm.s.fInRendezvous, VERR_DEADLOCK);
1781 AssertLogRelReturn(!pVCpu->vmm.s.fInRendezvous, VERR_DEADLOCK);
H A DMMHyper.cpp601 AssertLogRelReturn(*pRCPtr == GCPtr, VERR_INTERNAL_ERROR);
H A DPDMLdr.cpp1112 AssertLogRelReturn(!fShared || !pszSearchPath, NULL);
H A DPGMMap.cpp446 AssertLogRelReturn(iPDNew != 0, VERR_PGM_INTERMEDIATE_PAGING_CONFLICT);
H A DPGMPhys.cpp2521 AssertLogRelReturn(((RTGCPHYS)cPages << PAGE_SHIFT) == cb, VERR_INVALID_PARAMETER);
2522 AssertLogRelReturn(cPages <= PGM_MMIO2_MAX_PAGE_COUNT, VERR_NO_MEMORY);
3588 AssertLogRelReturn(pShadowPage, VERR_PGM_PHYS_PAGE_GET_IPE);
H A DPDMUsb.cpp1672 AssertLogRelReturn(pszName, VERR_NO_MEMORY);
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp296 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
344 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
360 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Devices/Samples/
H A DDrvStorageFilter.cpp341 AssertLogRelReturn(pThis->pIMediaBelow, VERR_PDM_MISSING_INTERFACE_BELOW);
/vbox/include/iprt/
H A Dassert.h1205 /** @def AssertLogRelReturn
1212 #define AssertLogRelReturn(expr, rc) \ macro
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevHGCM.cpp320 AssertLogRelReturn(u32Size > 0 && iParm == (uint32_t)pLinPtr->iParm, VERR_INVALID_PARAMETER);
363 AssertLogRelReturn(iPage == pLinPtr->cPages, VERR_INVALID_PARAMETER);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp1044 AssertLogRelReturn(pMmio2Range, VERR_PGM_PHYS_PAGE_MAP_MMIO2_IPE);
1045 AssertLogRelReturn(pMmio2Range->idMmio2 == idMmio2, VERR_PGM_PHYS_PAGE_MAP_MMIO2_IPE);
1046 AssertLogRelReturn(iPage < (pMmio2Range->RamRange.cb >> PAGE_SHIFT), VERR_PGM_PHYS_PAGE_MAP_MMIO2_IPE);
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp1845 AssertLogRelReturn(iLUN == 0, VERR_PDM_NO_SUCH_LUN);
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp382 AssertLogRelReturn(pThis, VERR_NO_MEMORY);

Completed in 2850 milliseconds

12