Searched refs:RTListPrepend (Results 1 - 14 of 14) sorted by relevance

/vbox/include/iprt/
H A Dlist.h104 DECLINLINE(void) RTListPrepend(PRTLISTNODE pList, PRTLISTNODE pNode) function
120 RTListPrepend(pCurNode, pNewNode);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTList.cpp162 RTListPrepend(&ListHeadNew, &pNode->Node);
/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.cpp570 RTListPrepend(&pThis->lstHstStrmOut, &pHstStrmOut->Node);
648 RTListPrepend(&pHstStrmOut->lstGstStrmOut, &pGstStrmOut->Node);
822 RTListPrepend(&pThis->lstHstStrmIn, &pHstStrmIn->Node);
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp403 RTListPrepend(&g_TmpFiles, &pRec->ListEntry);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsmemory.cpp432 RTListPrepend(&pThis->ExtentHead, &pNew->Entry);
/vbox/src/VBox/Storage/
H A DQCOW.cpp546 RTListPrepend(&pImage->ListLru, &pL2Entry->NodeLru);
651 RTListPrepend(&pImage->ListLru, &pL2Entry->NodeLru);
662 RTListPrepend(&pImage->ListSearch, &pL2Entry->NodeSearch);
H A DQED.cpp422 RTListPrepend(&pImage->ListLru, &pL2Entry->NodeLru);
527 RTListPrepend(&pImage->ListLru, &pL2Entry->NodeLru);
538 RTListPrepend(&pImage->ListSearch, &pL2Entry->NodeSearch);
H A DVD.cpp3343 RTListPrepend(&pDiscard->ListLru, &pBlock->NodeLru);
3481 RTListPrepend(&pDiscard->ListLru, &pBlock->NodeLru);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp252 RTListPrepend(pPlace, &pReg->ListEntry);
1244 RTListPrepend(&pCompositor->List, &pEntry->Node);
/vbox/src/VBox/Runtime/common/misc/
H A Dreqpool.cpp426 RTListPrepend(&pPool->IdleThreads, &pThread->IdleNode);
/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp531 RTListPrepend(&pThis->aMergedFreeLists[iList], &pFree->ListEntry);
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp715 RTListPrepend(&g_ThreadAgeList, &g_aThreads[i].AgeEntry);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1916 RTListPrepend(pList, &pNew->ListEntry);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp801 RTListPrepend(&pGlobals->listModules, &pModuleCtx->node);

Completed in 135 milliseconds