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

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A DWin2kWorkarounds.c40 PLIST_ENTRY pCur;
47 PLIST_ENTRY pNext = pCur->Flink;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCm.cpp226 PLIST_ENTRY pCurEntry = NULL;
314 static void vboxVideoCmSessionCtxPpList(PVBOXVIDEOCM_CTX pContext, PLIST_ENTRY pHead)
326 static void vboxVideoCmSessionCtxDetachCmdsLocked(PLIST_ENTRY pEntriesHead, PVBOXVIDEOCM_CTX pContext, PLIST_ENTRY pDstHead)
443 for (PLIST_ENTRY pEntry = pMgr->SessionList.Flink; pEntry != &pMgr->SessionList; pEntry = pEntry->Flink)
515 for (PLIST_ENTRY pEntry = pMgr->SessionList.Flink; pEntry != &pMgr->SessionList; pEntry = pEntry->Flink)
566 PLIST_ENTRY pCurEntry = NULL;
678 for (PLIST_ENTRY pEntry = pMgr->SessionList.Flink; pEntry != &pMgr->SessionList; pEntry = pEntry->Flink)
H A DVBoxMPVdma.cpp142 NTSTATUS vboxVdmaPipeSvrCmdGetList(PVBOXVDMAPIPE pPipe, PLIST_ENTRY pDetachHead)
144 PLIST_ENTRY pEntry = NULL;
516 for (PLIST_ENTRY pCur = pDevExt->SwapchainList3D.Flink; pCur != &pDevExt->SwapchainList3D; pCur = pCur->Flink)
H A DVBoxMPMisc.cpp287 PLIST_ENTRY pEntry = pSwapchain->AllocList.Flink;
H A DVBoxMPWddm.cpp103 for (PLIST_ENTRY pCur = pAllocation->OpenList.Flink; pCur != &pAllocation->OpenList; pCur = pCur->Flink)
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbFlt.cpp175 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.BlackDeviceList.Flink;
212 PLIST_ENTRY pNext;
213 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.BlackDeviceList.Flink;
289 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
294 for (PLIST_ENTRY pEntry2 = pEntry->Flink;
305 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
589 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.ContextList.Flink;
760 static void vboxUsbFltReplugList(PLIST_ENTRY pList)
762 PLIST_ENTRY pNext;
763 for (PLIST_ENTRY pEntr
[all...]
H A DVBoxUsbHook.cpp175 for (PLIST_ENTRY pLe = pHook->RequestList.Flink; pLe != &pHook->RequestList; pLe = pLe->Flink)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2643 #define InsertHeadList(le,e) do { PLIST_ENTRY f = (le)->Flink; (e)->Flink = f; (e)->Blink = (le); f->Blink = (e); (le)->Flink = (e); } while (0)
2644 #define InsertTailList(le,e) do { PLIST_ENTRY b = (le)->Blink; (e)->Flink = (le); (e)->Blink = b; b->Flink = (e); (le)->Blink = (e); } while (0)
2646 #define RemoveEntryList(e) do { PLIST_ENTRY f = (e)->Flink, b = (e)->Blink; f->Blink = b; b->Flink = f; (e)->Flink = (e)->Blink = NULL; } while (0)
2647 static inline PLIST_ENTRY RemoveHeadList(PLIST_ENTRY le)
2649 PLIST_ENTRY f, b, e;
2660 static inline PLIST_ENTRY RemoveTailList(PLIST_ENTRY le)
2662 PLIST_ENTRY f, b, e;
H A Dwinnt.h767 } LIST_ENTRY, *PLIST_ENTRY, * RESTRICTED_POINTER PRLIST_ENTRY; typedef in typeref:struct:_LIST_ENTRY
/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMFInternal.cpp247 for (PLIST_ENTRY pCur = g_ctx.DevExtList.Flink; pCur != &g_ctx.DevExtList; pCur = pCur->Flink)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h2583 #define InsertHeadList(le,e) do { PLIST_ENTRY f = (le)->Flink; (e)->Flink = f; (e)->Blink = (le); f->Blink = (e); (le)->Flink = (e); } while (0)
2584 #define InsertTailList(le,e) do { PLIST_ENTRY b = (le)->Blink; (e)->Flink = (le); (e)->Blink = b; b->Flink = (e); (le)->Blink = (e); } while (0)
2586 #define RemoveEntryList(e) do { PLIST_ENTRY f = (e)->Flink, b = (e)->Blink; f->Blink = b; b->Flink = f; (e)->Flink = (e)->Blink = NULL; } while (0)
2587 static inline PLIST_ENTRY RemoveHeadList(PLIST_ENTRY le)
2589 PLIST_ENTRY f, b, e;
2600 static inline PLIST_ENTRY RemoveTailList(PLIST_ENTRY le)
2602 PLIST_ENTRY f, b, e;
H A Dwinnt.h642 } LIST_ENTRY, *PLIST_ENTRY, * RESTRICTED_POINTER PRLIST_ENTRY; typedef in typeref:struct:_LIST_ENTRY
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.h82 PLIST_ENTRY pListEntry = RemoveHeadList(pQueue);
94 PLIST_ENTRY pListEntry = RemoveTailList(pQueue);
H A DVBoxNetFltRt-win.cpp854 PLIST_ENTRY pJobEntry = ExInterlockedRemoveHeadList(&pQueue->Jobs, &pQueue->Lock);

Completed in 927 milliseconds