Searched defs:fInserted (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DVDMemDisk.cpp147 bool fInserted = RTAvlrU64Insert(pMemDisk->pTreeSegments, &pSeg->Core); local
148 AssertMsg(fInserted, ("Bug!\n"));
260 bool fInserted = RTAvlrU64Insert(pMemDisk->pTreeSegments, &pSeg->Core); local
261 AssertMsg(fInserted, ("Bug!\n"));
H A DVDScriptInterp.cpp780 bool fInserted = RTStrSpaceInsert(&pFnCall->ScopeRoot.hStrSpaceVar, &pVar->Core); local
781 Assert(fInserted);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp725 bool fInserted = RTAvlrFileOffsetInsert(pEndpoint->AioMgr.pTreeRangesLocked, &pRangeLock->Core); local
726 AssertMsg(fInserted, ("Range lock was not inserted!\n"));
H A DPDMBlkCache.cpp954 bool fInserted = RTAvlrU64Insert(pBlkCache->pTree, &pEntry->Core); local
955 Assert(fInserted); NOREF(fInserted);
1590 bool fInserted = RTAvlrU64Insert(pBlkCache->pTree, &pEntry->Core); local
1591 AssertMsg(fInserted, ("Node was not inserted into tree\n")); NOREF(fInserted);
H A DPATM.cpp2819 bool fInserted; local
2934 fInserted = RTAvloU32Insert(&pVM->patm.s.PatchLookupTreeHC->PatchTreeByPatchAddr, &pPatchRec->CoreOffset);
2935 AssertMsg(fInserted, ("RTAvlULInsert failed for %x\n", pPatchRec->CoreOffset.Key));
2936 if (!fInserted)
3077 bool fInserted; local
3146 fInserted = RTAvloU32Insert(&pVM->patm.s.PatchLookupTreeHC->PatchTreeByPatchAddr, &pPatchRec->CoreOffset);
3147 AssertMsg(fInserted, ("RTAvlULInsert failed for %x\n", pPatchRec->CoreOffset.Key));
3178 bool fInserted; local
3221 fInserted = RTAvloU32Insert(&pVM->patm.s.PatchLookupTreeHC->PatchTreeByPatchAddr, &pPatchRec->CoreOffset);
3222 AssertMsg(fInserted, ("RTAvlULInser
3279 bool fInserted; local
3413 bool fInserted = false; local
4304 bool fInserted; local
4670 bool fInserted; local
5778 bool fInserted = RTAvloU32Insert(&pVM->patm.s.PatchLookupTreeHC->PatchTree, &pNewPatchRec->Core); local
5830 bool fInserted = RTAvloU32Insert(&pVM->patm.s.PatchLookupTreeHC->PatchTree, &pPatchRec->Core); local
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp349 bool fInserted = RTAvlrFileOffsetInsert(pThis->pTreeSegments, &pSeg->Core); local
350 AssertMsg(fInserted, ("Bug!\n"));
579 bool fInserted = RTAvlrFileOffsetInsert(pThis->pTreeSegments, &pSeg->Core); local
580 Assert(fInserted);
596 bool fInserted = RTAvlrFileOffsetInsert(pThis->pTreeSegments, &pSeg->Core); local
597 Assert(fInserted);
619 bool fInserted = RTAvlrFileOffsetInsert(pThis->pTreeSegments, &pSegPost->Core); local
620 Assert(fInserted);
632 bool fInserted = RTAvlrFileOffsetInsert(pThis->pTreeSegments, &pSeg->Core); local
633 Assert(fInserted);
[all...]
H A DDevLsiLogicSCSI.cpp821 bool fInserted = false; local
829 fInserted = true;
833 if (!fInserted)
/vbox/src/VBox/Storage/
H A DQCOW.cpp665 bool fInserted = false; local
673 fInserted = true;
677 Assert(fInserted);
H A DQED.cpp541 bool fInserted = false; local
549 fInserted = true;
553 Assert(fInserted);
H A DVD.cpp3340 bool fInserted = RTAvlrU64Insert(pDiscard->pTreeBlocks, &pBlock->Core); local
3341 Assert(fInserted);
4887 bool fInserted = RTAvlrFileOffsetInsert(pIoStorage->pTreeMetaXfers, &pMetaXfer->Core); local
4888 Assert(fInserted);
5034 bool fInserted = RTAvlrFileOffsetInsert(pIoStorage->pTreeMetaXfers, &pMetaXfer->Core); local
5035 Assert(fInserted);

Completed in 111 milliseconds