Searched refs:RTListPrepend (Results 1 - 14 of 14) sorted by relevance
/vbox/include/iprt/ |
H A D | list.h | 104 DECLINLINE(void) RTListPrepend(PRTLISTNODE pList, PRTLISTNODE pNode) function 120 RTListPrepend(pCurNode, pNewNode);
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTList.cpp | 162 RTListPrepend(&ListHeadNew, &pNode->Node);
|
/vbox/src/VBox/Devices/Audio/ |
H A D | DrvAudio.cpp | 570 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 D | VBoxStub.cpp | 403 RTListPrepend(&g_TmpFiles, &pRec->ListEntry);
|
/vbox/src/VBox/Runtime/common/vfs/ |
H A D | vfsmemory.cpp | 432 RTListPrepend(&pThis->ExtentHead, &pNew->Entry);
|
/vbox/src/VBox/Storage/ |
H A D | QCOW.cpp | 546 RTListPrepend(&pImage->ListLru, &pL2Entry->NodeLru); 651 RTListPrepend(&pImage->ListLru, &pL2Entry->NodeLru); 662 RTListPrepend(&pImage->ListSearch, &pL2Entry->NodeSearch);
|
H A D | QED.cpp | 422 RTListPrepend(&pImage->ListLru, &pL2Entry->NodeLru); 527 RTListPrepend(&pImage->ListLru, &pL2Entry->NodeLru); 538 RTListPrepend(&pImage->ListSearch, &pL2Entry->NodeSearch);
|
H A D | VD.cpp | 3343 RTListPrepend(&pDiscard->ListLru, &pBlock->NodeLru); 3481 RTListPrepend(&pDiscard->ListLru, &pBlock->NodeLru);
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | vreg.cpp | 252 RTListPrepend(pPlace, &pReg->ListEntry); 1244 RTListPrepend(&pCompositor->List, &pEntry->Node);
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | reqpool.cpp | 426 RTListPrepend(&pPool->IdleThreads, &pThread->IdleNode);
|
/vbox/src/VBox/Runtime/common/string/ |
H A D | strcache.cpp | 531 RTListPrepend(&pThis->aMergedFreeLists[iList], &pFree->ListEntry);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/ |
H A D | VBoxDTraceR0.cpp | 715 RTListPrepend(&g_ThreadAgeList, &g_aThreads[i].AgeEntry);
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgcfg.cpp | 1916 RTListPrepend(pList, &pNew->ListEntry);
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/ |
H A D | VBoxNetLwf-win.cpp | 801 RTListPrepend(&pGlobals->listModules, &pModuleCtx->node);
|
Completed in 272 milliseconds