Searched refs:RemoveEntryList (Results 151 - 156 of 156) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c155 RemoveEntryList (&MenuOption->Link);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.c3124 RemoveEntryList (&IkeSaSession->BySessionTable);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp1921 RemoveEntryList(&pCmd->QueueEntry);
H A DVBoxMPWddm.cpp93 RemoveEntryList(&pOa->ListEntry);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2646 #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) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h2586 #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) macro

Completed in 112 milliseconds

1234567