Home
last modified time | relevance | path

Searched refs:RemoveEntryList (Results 1 – 25 of 209) sorted by relevance

123456789

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderHelper.c113 NextLink = RemoveEntryList (&Resource->Link); in InsertSystemMemoryResources()
122 NextLink = RemoveEntryList (&Resource->Link); in InsertSystemMemoryResources()
134 Link = RemoveEntryList (&NewResource->Link); in InsertSystemMemoryResources()
149 Link = RemoveEntryList (Link); in InsertSystemMemoryResources()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Route.c175 RemoveEntryList (Entry); in Ip4CleanRouteCache()
248 RemoveEntryList (Entry); in Ip4FreeRouteTable()
287 RemoveEntryList (Entry); in Ip4PurgeRouteCache()
391 RemoveEntryList (Entry); in Ip4DelRoute()
527 RemoveEntryList (&RtCacheEntry->Link); in Ip4Route()
580 RemoveEntryList (Entry); in Ip4Route()
DIp4Input.c86 RemoveEntryList (Entry); in Ip4FreeAssembleEntry()
135 RemoveEntryList (Entry); in Ip4CleanAssembleTable()
333 RemoveEntryList (&Fragment->List); in Ip4Reassemble()
348 RemoveEntryList (&Packet->List); in Ip4Reassemble()
393 RemoveEntryList (&Assemble->Link); in Ip4Reassemble()
1142 RemoveEntryList (&Wrap->Link); in Ip4OnRecyclePacket()
1281 RemoveEntryList (&Packet->List); in Ip4InstanceDeliverPacket()
1321 RemoveEntryList (&Packet->List); in Ip4InstanceDeliverPacket()
1582 RemoveEntryList (Entry); in Ip4PacketTimerTicking()
1599 RemoveEntryList (Entry); in Ip4PacketTimerTicking()
DIp4If.c412 RemoveEntryList (Entry); in Ip4CancelFrameArp()
798 RemoveEntryList (&Interface->Link); in Ip4FreeInterface()
830 RemoveEntryList (&ArpQue->Link); in Ip4OnArpResolvedDpc()
851 RemoveEntryList (Entry); in Ip4OnArpResolvedDpc()
867 RemoveEntryList (Entry); in Ip4OnArpResolvedDpc()
919 RemoveEntryList (&Token->Link); in Ip4OnFrameSentDpc()
1093 RemoveEntryList (&Interface->SentFrames); in Ip4SendFrame()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DEvent.c182 RemoveEntryList (&Event->NotifyLink); in CoreDispatchEventNotifies()
236 RemoveEntryList (&Event->NotifyLink); in CoreNotifyEvent()
752 RemoveEntryList (&Event->RuntimeData.Link); in CoreCloseEvent()
756 RemoveEntryList (&Event->NotifyLink); in CoreCloseEvent()
760 RemoveEntryList (&Event->SignalLink); in CoreCloseEvent()
DTimer.c128 RemoveEntryList (&Event->Timer.Link); in CoreCheckTimers()
274 RemoveEntryList (&Event->Timer.Link); in CoreSetTimer()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DLinkedList.c492 Ptr = RemoveEntryList (FirstEntry); in SwapListEntries()
513 RemoveEntryList (SecondEntry); in SwapListEntries()
541 RemoveEntryList ( in RemoveEntryList() function
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DSockImpl.c348 RemoveEntryList (&(SockToken->TokenList)); in SockFlushPendingToken()
410 RemoveEntryList (&SockToken->TokenList); in SockWakeListenToken()
413 RemoveEntryList (&Sock->ConnectionList); in SockWakeListenToken()
460 RemoveEntryList (&(SockToken->TokenList)); in SockWakeRcvToken()
505 RemoveEntryList (&(SockToken->TokenList)); in SockProcessSndToken()
537 RemoveEntryList (&SockToken->TokenList); in SockProcessSndToken()
752 RemoveEntryList (&(Sock->ConnectionList)); in SockDestroy()
1033 RemoveEntryList (&(SockToken->TokenList)); in SockDataSent()
1180 RemoveEntryList (&SockToken->TokenList); in SockRcvdErr()
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Route.c391 RemoveEntryList (Entry); in Ip6CleanRouteTable()
399 RemoveEntryList (Entry); in Ip6CleanRouteTable()
434 RemoveEntryList (Entry); in Ip6PurgeRouteCache()
541 RemoveEntryList (Entry); in Ip6DelRoute()
593 RemoveEntryList (&RtCacheEntry->Link); in Ip6Route()
DIp6Input.c79 RemoveEntryList (Entry); in Ip6FreeAssembleEntry()
285 RemoveEntryList (&Fragment->List); in Ip6Reassemble()
300 RemoveEntryList (&Packet->List); in Ip6Reassemble()
386 RemoveEntryList (&Assemble->Link); in Ip6Reassemble()
1165 RemoveEntryList (Entry); in Ip6CleanAssembleTable()
1192 RemoveEntryList (&Wrap->Link); in Ip6OnRecyclePacket()
1508 RemoveEntryList (&Packet->List); in Ip6InstanceDeliverPacket()
1539 RemoveEntryList (&Packet->List); in Ip6InstanceDeliverPacket()
1803 RemoveEntryList (Entry); in Ip6PacketTimerTicking()
1820 RemoveEntryList (Entry); in Ip6PacketTimerTicking()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/DpcDxe/
DDpc.c171 RemoveEntryList (&DpcEntry->ListEntry); in DpcQueueDpc()
259 RemoveEntryList (&DpcEntry->ListEntry); in DpcDispatchDpc()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DSockImpl.c272 RemoveEntryList (&(SockToken->TokenList)); in SockProcessSndToken()
304 RemoveEntryList (&SockToken->TokenList); in SockProcessSndToken()
459 RemoveEntryList (&(SockToken->TokenList)); in SockFlushPendingToken()
518 RemoveEntryList (&SockToken->TokenList); in SockWakeListenToken()
521 RemoveEntryList (&Sock->ConnectionList); in SockWakeListenToken()
571 RemoveEntryList (&(SockToken->TokenList)); in SockWakeRcvToken()
800 RemoveEntryList (&(Sock->ConnectionList)); in SockDestroy()
1081 RemoveEntryList (&(SockToken->TokenList)); in SockDataSent()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DNotify.c80 RemoveEntryList (&Prot->ByProtocol); in SmmRemoveInterfaceFromProtocol()
136 RemoveEntryList (&ProtNotify->Link); in SmmRegisterProtocolNotify()
DSmi.c312 RemoveEntryList (&SmiHandler->Link); in SmiHandlerUnRegister()
326 RemoveEntryList (&SmiEntry->AllEntries); in SmiHandlerUnRegister()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDriver.c206 RemoveEntryList (&Ikev2SaSession->BySessionTable); in IpSecStop()
217 RemoveEntryList (&Ikev2SaSession->BySessionTable); in IpSecStop()
244 RemoveEntryList (&UdpSrv->List); in IpSecStop()
271 RemoveEntryList (&UdpSrv->List); in IpSecStop()
DIkeCommon.h54 RemoveEntryList(&(IkePayload)->ByPacket); \
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c127 RemoveEntryList(&BufferListEntry->Link); in FreeFileHandleList()
159 RemoveEntryList(&Node->Link); in ShellCommandLibDestructor()
170 RemoveEntryList(&Node2->Link); in ShellCommandLibDestructor()
182 RemoveEntryList(&Node3->Link); in ShellCommandLibDestructor()
196 RemoveEntryList(&MapNode->Link); in ShellCommandLibDestructor()
1024 RemoveEntryList(&Script->CurrentCommand->Link); in DeleteScriptFileStruct()
1081 RemoveEntryList(&Node->Link); in ShellCommandSetNewScript()
1263 RemoveEntryList(&MapListNode->Link); in ShellCommandCreateInitialMappingsAndPaths()
1589 RemoveEntryList(&Node->Link); in ShellFileHandleRemove()
1668 RemoveEntryList(&BufferListEntry->Link); in FreeBufferList()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DUefiIfrParser.c85 RemoveEntryList (Link2); in DestoryOneOfOptionMap()
90 RemoveEntryList (Link); in DestoryOneOfOptionMap()
282 RemoveEntryList (&Default->Link); in DestroyStatement()
293 RemoveEntryList (&Option->Link); in DestroyStatement()
324 RemoveEntryList (&Statement->Link); in DestroyForm()
366 RemoveEntryList (&Storage->Link); in DestroyFormSet()
379 RemoveEntryList (&DefaultStore->Link); in DestroyFormSet()
392 RemoveEntryList (&Form->Link); in DestroyFormSet()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DLinkedList.c413 Ptr = RemoveEntryList (FirstEntry); in GlueSwapListEntries()
434 RemoveEntryList (SecondEntry); in GlueSwapListEntries()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPool.c365 RemoveEntryList (&Free->Link); in CoreAllocatePoolI()
412 RemoveEntryList (&Free->Link); in CoreAllocatePoolI()
648 RemoveEntryList (&Free->Link); in CoreFreePoolI()
666 RemoveEntryList (&Pool->Link); in CoreFreePoolI()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DLinkedList.h106 RemoveEntryList (
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/
DBsDataHubStatusCode.c73 RemoveEntryList (Node); in AcquireRecordBuffer()
140 RemoveEntryList (&Record->Node); in RetrieveRecord()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
DDataHubStatusCodeWorker.c58 RemoveEntryList (Node); in AcquireRecordBuffer()
124 RemoveEntryList (&Record->Node); in RetrieveRecord()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
DDataHubStatusCodeWorker.c58 RemoveEntryList (Node); in AcquireRecordBuffer()
124 RemoveEntryList (&Record->Node); in RetrieveRecord()
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsOpenClose.c193 RemoveEntryList (&File->Link); in BootMonFsFindSpaceForNewFile()
226 RemoveEntryList (RegionToFlushLink); in FreeFileRegions()
768 RegionToFlushLink = RemoveEntryList (RegionToFlushLink); in BootMonFsDelete()
787 RemoveEntryList (&File->Link); in BootMonFsDelete()

123456789