Home
last modified time | relevance | path

Searched refs:Link (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DNotify.c30 LIST_ENTRY *Link; in SmmNotifyProtocol() local
33 for (Link=ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) { in SmmNotifyProtocol()
34 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in SmmNotifyProtocol()
59 LIST_ENTRY *Link; in SmmRemoveInterfaceFromProtocol() local
69 for(Link = ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) { in SmmRemoveInterfaceFromProtocol()
70 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in SmmRemoveInterfaceFromProtocol()
111 LIST_ENTRY *Link; in SmmRegisterProtocolNotify() local
125 for (Link = ProtEntry->Notify.ForwardLink; in SmmRegisterProtocolNotify()
126 Link != &ProtEntry->Notify; in SmmRegisterProtocolNotify()
127 Link = Link->ForwardLink) { in SmmRegisterProtocolNotify()
[all …]
DPage.c29 LIST_ENTRY Link; member
126 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
135 Entry = CR (mFreeMemoryMapEntryList.ForwardLink, MEMORY_MAP, Link, MEMORY_MAP_SIGNATURE); in AllocateMemoryMapEntry()
136 RemoveEntryList (&Entry->Link); in AllocateMemoryMapEntry()
179 if (mMapStack[mMapDepth].Link.ForwardLink != NULL) { in CoreFreeMemoryMapStack()
187 InsertTailList (&mMapStack[mMapDepth].Link, &Entry->Link); in CoreFreeMemoryMapStack()
188 RemoveEntryList (&mMapStack[mMapDepth].Link); in CoreFreeMemoryMapStack()
189 mMapStack[mMapDepth].Link.ForwardLink = NULL; in CoreFreeMemoryMapStack()
208 IN LIST_ENTRY *Link, in InsertNewEntry() argument
228 InsertHeadList (Link, &Entry->Link); in InsertNewEntry()
[all …]
DSmi.c35 LIST_ENTRY Link; // Link on SMI_ENTRY.SmiHandlers member
59 LIST_ENTRY *Link; in SmmCoreFindSmiEntry() local
67 for (Link = mSmiEntryList.ForwardLink; in SmmCoreFindSmiEntry()
68 Link != &mSmiEntryList; in SmmCoreFindSmiEntry()
69 Link = Link->ForwardLink) { in SmmCoreFindSmiEntry()
71 Item = CR (Link, SMI_ENTRY, AllEntries, SMI_ENTRY_SIGNATURE); in SmmCoreFindSmiEntry()
127 LIST_ENTRY *Link; in SmiManage() local
157 for (Link = Head->ForwardLink; Link != Head; Link = Link->ForwardLink) { in SmiManage()
158 SmiHandler = CR (Link, SMI_HANDLER, Link, SMI_HANDLER_SIGNATURE); in SmiManage()
275 InsertTailList (List, &SmiHandler->Link); in SmiHandlerRegister()
[all …]
DHandle.c65 LIST_ENTRY *Link; in SmmFindProtocolEntry() local
74 for (Link = mProtocolDatabase.ForwardLink; in SmmFindProtocolEntry()
75 Link != &mProtocolDatabase; in SmmFindProtocolEntry()
76 Link = Link->ForwardLink) { in SmmFindProtocolEntry()
78 Item = CR(Link, PROTOCOL_ENTRY, AllEntries, PROTOCOL_ENTRY_SIGNATURE); in SmmFindProtocolEntry()
133 LIST_ENTRY *Link; in SmmFindProtocolInterface() local
145 for (Link = Handle->Protocols.ForwardLink; Link != &Handle->Protocols; Link=Link->ForwardLink) { in SmmFindProtocolInterface()
149 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in SmmFindProtocolInterface()
314 InsertHeadList (&Handle->Protocols, &Prot->Link); in SmmInstallProtocolInterfaceNotify()
406 RemoveEntryList (&Prot->Link); in SmmUninstallProtocolInterface()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DHandle.c104 LIST_ENTRY *Link; in CoreFindProtocolEntry() local
115 for (Link = mProtocolDatabase.ForwardLink; in CoreFindProtocolEntry()
116 Link != &mProtocolDatabase; in CoreFindProtocolEntry()
117 Link = Link->ForwardLink) { in CoreFindProtocolEntry()
119 Item = CR(Link, PROTOCOL_ENTRY, AllEntries, PROTOCOL_ENTRY_SIGNATURE); in CoreFindProtocolEntry()
180 LIST_ENTRY *Link; in CoreFindProtocolInterface() local
195 for (Link = Handle->Protocols.ForwardLink; Link != &Handle->Protocols; Link=Link->ForwardLink) { in CoreFindProtocolInterface()
200 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreFindProtocolInterface()
228 LIST_ENTRY *Link; in CoreUnregisterProtocolNotifyEvent() local
235 for ( Link = mProtocolDatabase.ForwardLink; in CoreUnregisterProtocolNotifyEvent()
[all …]
DNotify.c32 LIST_ENTRY *Link; in CoreNotifyProtocolEntry() local
36 for (Link=ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) { in CoreNotifyProtocolEntry()
37 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreNotifyProtocolEntry()
64 LIST_ENTRY *Link; in CoreRemoveInterfaceFromProtocol() local
76 for(Link = ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) { in CoreRemoveInterfaceFromProtocol()
77 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreRemoveInterfaceFromProtocol()
148 InsertTailList (&ProtEntry->Notify, &ProtNotify->Link); in CoreRegisterProtocolNotify()
DDriverSupport.c61 LIST_ENTRY *Link; in CoreConnectController() local
177 …for (Link = Handle->Protocols.ForwardLink, ChildHandleCount = 0; Link != &Handle->Protocols; Link in CoreConnectController()
178 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreConnectController()
182 OpenData = CR (ProtLink, OPEN_PROTOCOL_DATA, Link, OPEN_PROTOCOL_DATA_SIGNATURE); in CoreConnectController()
201 …for (Link = Handle->Protocols.ForwardLink, ChildHandleCount = 0; Link != &Handle->Protocols; Link in CoreConnectController()
202 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreConnectController()
206 OpenData = CR (ProtLink, OPEN_PROTOCOL_DATA, Link, OPEN_PROTOCOL_DATA_SIGNATURE); in CoreConnectController()
746 LIST_ENTRY *Link; in CoreDisconnectController() local
785 … for (Link = Handle->Protocols.ForwardLink; Link != &Handle->Protocols; Link = Link->ForwardLink) { in CoreDisconnectController()
786 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreDisconnectController()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
DReportStatusCodeRouterSmm.c57 LIST_ENTRY *Link; in Register() local
64 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Register()
65 …CallbackEntry = CR (Link, SMM_RSC_HANDLER_CALLBACK_ENTRY, Node, SMM_RSC_HANDLER_CALLBACK_ENTRY_SIG… in Register()
104 LIST_ENTRY *Link; in Unregister() local
111 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Unregister()
112 …CallbackEntry = CR (Link, SMM_RSC_HANDLER_CALLBACK_ENTRY, Node, SMM_RSC_HANDLER_CALLBACK_ENTRY_SIG… in Unregister()
157 LIST_ENTRY *Link; in ReportDispatcher() local
168 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link);) { in ReportDispatcher()
169 …CallbackEntry = CR (Link, SMM_RSC_HANDLER_CALLBACK_ENTRY, Node, SMM_RSC_HANDLER_CALLBACK_ENTRY_SIG… in ReportDispatcher()
173 Link = GetNextNode (&mCallbackListHead, Link); in ReportDispatcher()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/ThunkProtocolList/
DThunkProtocolList.c32 LIST_ENTRY Link; member
88 InsertTailList (&mThunkList, &Private->Link); in AddThunkProtocol()
107 LIST_ENTRY *Link; in GetNextThunkProtocol() local
115 for (Link = mThunkList.ForwardLink; Link != &mThunkList; Link = Link->ForwardLink) { in GetNextThunkProtocol()
116 Private = CR (Link, EMU_IO_THUNK_PROTOCOL_DATA, Link, EMU_IO_THUNK_PROTOCOL_DATA_SIGNATURE); in GetNextThunkProtocol()
125 Link = Link->ForwardLink; in GetNextThunkProtocol()
126 if (Link == &mThunkList) { in GetNextThunkProtocol()
129 Private = CR (Link, EMU_IO_THUNK_PROTOCOL_DATA, Link, EMU_IO_THUNK_PROTOCOL_DATA_SIGNATURE); in GetNextThunkProtocol()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
DDispatcher.c318 LIST_ENTRY *Link; in CoreSchedule() local
324 for (Link = mDiscoveredList.ForwardLink; Link != &mDiscoveredList; Link = Link->ForwardLink) { in CoreSchedule()
325 DriverEntry = CR(Link, EFI_CORE_DRIVER_ENTRY, Link, EFI_CORE_DRIVER_ENTRY_SIGNATURE); in CoreSchedule()
369 LIST_ENTRY *Link; in CoreTrust() local
375 for (Link = mDiscoveredList.ForwardLink; Link != &mDiscoveredList; Link = Link->ForwardLink) { in CoreTrust()
376 DriverEntry = CR(Link, EFI_CORE_DRIVER_ENTRY, Link, EFI_CORE_DRIVER_ENTRY_SIGNATURE); in CoreTrust()
436 LIST_ENTRY *Link; in CoreDispatcher() local
574 for (Link = mDiscoveredList.ForwardLink; Link != &mDiscoveredList; Link = Link->ForwardLink) { in CoreDispatcher()
575 DriverEntry = CR (Link, EFI_CORE_DRIVER_ENTRY, Link, EFI_CORE_DRIVER_ENTRY_SIGNATURE); in CoreDispatcher()
626 LIST_ENTRY *Link; in CoreInsertOnScheduledQueueWhileProcessingBeforeAndAfter() local
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c103 InitializeListHead(&gShellMapList.Link); in ShellCommandLibConstructor()
104 InitializeListHead(&mCommandList.Link); in ShellCommandLibConstructor()
105 InitializeListHead(&mAliasList.Link); in ShellCommandLibConstructor()
106 InitializeListHead(&mScriptList.Link); in ShellCommandLibConstructor()
107 InitializeListHead(&mFileHandleList.Link); in ShellCommandLibConstructor()
143 for ( BufferListEntry = ( BUFFER_LIST *)GetFirstNode(&List->Link) in FreeFileHandleList()
144 ; !IsListEmpty (&List->Link) in FreeFileHandleList()
145 ; BufferListEntry = (BUFFER_LIST *)GetFirstNode(&List->Link) in FreeFileHandleList()
147 RemoveEntryList(&BufferListEntry->Link); in FreeFileHandleList()
177 while (!IsListEmpty (&mCommandList.Link)) { in ShellCommandLibDestructor()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk/
DPiSmmStatusCodeOnFrameworkSmmStatusCodeThunk.c65 LIST_ENTRY *Link; in Register() local
72 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Register()
73 …CallbackEntry = CR (Link, SMM_RSC_HANDLER_CALLBACK_ENTRY, Node, SMM_RSC_HANDLER_CALLBACK_ENTRY_SIG… in Register()
112 LIST_ENTRY *Link; in Unregister() local
119 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Unregister()
120 …CallbackEntry = CR (Link, SMM_RSC_HANDLER_CALLBACK_ENTRY, Node, SMM_RSC_HANDLER_CALLBACK_ENTRY_SIG… in Unregister()
165 LIST_ENTRY *Link; in ReportDispatcher() local
176 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in ReportDispatcher()
177 …CallbackEntry = CR (Link, SMM_RSC_HANDLER_CALLBACK_ENTRY, Node, SMM_RSC_HANDLER_CALLBACK_ENTRY_SIG… in ReportDispatcher()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellEnvVar.c110 RemoveEntryList(&Node->Link); in FreeEnvironmentVariableList()
214 InsertTailList(ListHead, &VarList->Link); in GetEnvironmentVariableList()
254 InitializeListHead(&VarList.Link); in SetEnvironmentVariableList()
259 Status = GetEnvironmentVariableList(&VarList.Link); in SetEnvironmentVariableList()
262 for ( Node = (ENV_VAR_LIST*)GetFirstNode(&VarList.Link) in SetEnvironmentVariableList()
263 ; !IsNull(&VarList.Link, &Node->Link) in SetEnvironmentVariableList()
264 ; Node = (ENV_VAR_LIST*)GetNextNode(&VarList.Link, &Node->Link) in SetEnvironmentVariableList()
272 FreeEnvironmentVariableList(&VarList.Link); in SetEnvironmentVariableList()
278 ; !IsNull(ListHead, &Node->Link) in SetEnvironmentVariableList()
279 ; Node = (ENV_VAR_LIST*)GetNextNode(ListHead, &Node->Link) in SetEnvironmentVariableList()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
DReportStatusCodeRouterRuntimeDxe.c116 LIST_ENTRY *Link; in Register() local
123 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Register()
124 … CallbackEntry = CR (Link, RSC_HANDLER_CALLBACK_ENTRY, Node, RSC_HANDLER_CALLBACK_ENTRY_SIGNATURE); in Register()
187 LIST_ENTRY *Link; in Unregister() local
194 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Unregister()
195 … CallbackEntry = CR (Link, RSC_HANDLER_CALLBACK_ENTRY, Node, RSC_HANDLER_CALLBACK_ENTRY_SIGNATURE); in Unregister()
241 LIST_ENTRY *Link; in ReportDispatcher() local
255 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link);) { in ReportDispatcher()
256 … CallbackEntry = CR (Link, RSC_HANDLER_CALLBACK_ENTRY, Node, RSC_HANDLER_CALLBACK_ENTRY_SIGNATURE); in ReportDispatcher()
260 Link = GetNextNode (&mCallbackListHead, Link); in ReportDispatcher()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DSetup.c113 InsertTailList (&mPrivateData.FormBrowserEx2.FormViewHistoryHead, &MenuList->Link); in UiAddMenuList()
133 LIST_ENTRY *Link; in GetFirstFormId() local
136 Link = GetFirstNode (&gCurrentSelection->FormSet->FormListHead); in GetFirstFormId()
137 Form = FORM_BROWSER_FORM_FROM_LINK (Link); in GetFirstFormId()
159 LIST_ENTRY *Link; in UiFindMenuList() local
166 Link = GetFirstNode (&mPrivateData.FormBrowserEx2.FormViewHistoryHead); in UiFindMenuList()
167 while (!IsNull (&mPrivateData.FormBrowserEx2.FormViewHistoryHead, Link)) { in UiFindMenuList()
168 MenuList = FORM_ENTRY_INFO_FROM_LINK (Link); in UiFindMenuList()
169 Link = GetNextNode (&mPrivateData.FormBrowserEx2.FormViewHistoryHead, Link); in UiFindMenuList()
175 RemoveEntryList (&MenuList->Link); in UiFindMenuList()
[all …]
DPresentation.c45 LIST_ENTRY *Link; in EvaluateFormExpressions() local
48 Link = GetFirstNode (&Form->ExpressionListHead); in EvaluateFormExpressions()
49 while (!IsNull (&Form->ExpressionListHead, Link)) { in EvaluateFormExpressions()
50 Expression = FORM_EXPRESSION_FROM_LINK (Link); in EvaluateFormExpressions()
51 Link = GetNextNode (&Form->ExpressionListHead, Link); in EvaluateFormExpressions()
103 LIST_ENTRY *Link; in GetDisplayStatement() local
105 Link = GetFirstNode (&gDisplayFormData.StatementListHead); in GetDisplayStatement()
106 while (!IsNull (&gDisplayFormData.StatementListHead, Link)) { in GetDisplayStatement()
107 DisplayStatement = FORM_DISPLAY_ENGINE_STATEMENT_FROM_LINK (Link); in GetDisplayStatement()
112 Link = GetNextNode (&gDisplayFormData.StatementListHead, Link); in GetDisplayStatement()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
DPciHostBridge.c342 LIST_ENTRY *Link; in InitializePciHostBridge() local
451 InsertTailList (&HostBridge->RootBridges, &RootBridge->Link); in InitializePciHostBridge()
476 for (Link = GetFirstNode (&HostBridge->RootBridges) in InitializePciHostBridge()
477 ; !IsNull (&HostBridge->RootBridges, Link) in InitializePciHostBridge()
478 ; Link = GetNextNode (&HostBridge->RootBridges, Link) in InitializePciHostBridge()
480 RootBridge = ROOT_BRIDGE_FROM_LINK (Link); in InitializePciHostBridge()
509 LIST_ENTRY *Link; in ResourceConflict() local
515 for (Link = GetFirstNode (&HostBridge->RootBridges) in ResourceConflict()
516 ; !IsNull (&HostBridge->RootBridges, Link) in ResourceConflict()
517 ; Link = GetNextNode (&HostBridge->RootBridges, Link) in ResourceConflict()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
DLinuxLoaderHelper.c91 LIST_ENTRY *Link; in InsertSystemMemoryResources() local
101 InsertTailList (ResourceList, &NewResource->Link); in InsertSystemMemoryResources()
107 Link = ResourceList->ForwardLink; in InsertSystemMemoryResources()
108 ASSERT (Link != NULL); in InsertSystemMemoryResources()
109 while (Link != ResourceList) { in InsertSystemMemoryResources()
110 Resource = (SYSTEM_MEMORY_RESOURCE*)Link; in InsertSystemMemoryResources()
121 NextLink = RemoveEntryList (&Resource->Link); in InsertSystemMemoryResources()
122 InsertTailList (&AttachedResources, &Resource->Link); in InsertSystemMemoryResources()
123 Link = NextLink; in InsertSystemMemoryResources()
130 NextLink = RemoveEntryList (&Resource->Link); in InsertSystemMemoryResources()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DUefiIfrParser.h46 #define ONE_OF_OPTION_MAP_ENTRY_FROM_LINK(Record) CR(Record, ONE_OF_OPTION_MAP_ENTRY, Link, ONE_OF_…
50 LIST_ENTRY Link; member
59 #define ONE_OF_OPTION_MAP_FROM_LINK(Record) CR(Record, ONE_OF_OPTION_MAP, Link, ONE_OF_OPTION_MAP_S…
63 LIST_ENTRY Link; member
86 LIST_ENTRY Link; member
100 #define FORMSET_STORAGE_FROM_LINK(a) CR (a, FORMSET_STORAGE, Link, FORMSET_STORAGE_SIGNATURE)
108 LIST_ENTRY Link;
128 #define EXPRESSION_OPCODE_FROM_LINK(a) CR (a, EXPRESSION_OPCODE, Link, EXPRESSION_OPCODE_SIGNATURE)
134 LIST_ENTRY Link;
146 #define FORM_EXPRESSION_FROM_LINK(a) CR (a, FORM_EXPRESSION, Link, FORM_EXPRESSION_SIGNATURE)
[all …]
DUefiIfrDefault.c77 LIST_ENTRY *Link; in GetQuestionDefault() local
109 Link = GetFirstNode (&Question->DefaultListHead); in GetQuestionDefault()
110 while (!IsNull (&Question->DefaultListHead, Link)) { in GetQuestionDefault()
111 Default = QUESTION_DEFAULT_FROM_LINK (Link); in GetQuestionDefault()
123 Link = GetNextNode (&Question->DefaultListHead, Link); in GetQuestionDefault()
135 Link = GetFirstNode (&Question->OptionListHead); in GetQuestionDefault()
136 while (!IsNull (&Question->OptionListHead, Link)) { in GetQuestionDefault()
137 Option = QUESTION_OPTION_FROM_LINK (Link); in GetQuestionDefault()
148 Link = GetNextNode (&Question->OptionListHead, Link); in GetQuestionDefault()
199 LIST_ENTRY *Link; in ExtractFormDefault() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DTimer.c46 LIST_ENTRY *Link; in CoreInsertEventTimer() local
59 for (Link = mEfiTimerList.ForwardLink; Link != &mEfiTimerList; Link = Link->ForwardLink) { in CoreInsertEventTimer()
60 Event2 = CR (Link, IEVENT, Timer.Link, EVENT_SIGNATURE); in CoreInsertEventTimer()
67 InsertTailList (Link, &Event->Timer.Link); in CoreInsertEventTimer()
115 Event = CR (mEfiTimerList.ForwardLink, IEVENT, Timer.Link, EVENT_SIGNATURE); in CoreCheckTimers()
128 RemoveEntryList (&Event->Timer.Link); in CoreCheckTimers()
129 Event->Timer.Link.ForwardLink = NULL; in CoreCheckTimers()
217 Event = CR (mEfiTimerList.ForwardLink, IEVENT, Timer.Link, EVENT_SIGNATURE); in CoreTimerTick()
273 if (Event->Timer.Link.ForwardLink != NULL) { in CoreSetTimer()
274 RemoveEntryList (&Event->Timer.Link); in CoreSetTimer()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DDataHub.c57 LIST_ENTRY *Link; in DataHubLogData() local
128 InsertTailList (&Private->DataListHead, &LogEntry->Link); in DataHubLogData()
139 for (Link = GetFirstNode(Head); Link != Head; Link = GetNextNode(Head, Link)) { in DataHubLogData()
140 FilterEntry = FILTER_ENTRY_FROM_LINK (Link); in DataHubLogData()
174 LIST_ENTRY *Link; in GetNextDataRecord() local
185 for (Link = GetFirstNode(Head); Link != Head; Link = GetNextNode(Head, Link)) { in GetNextDataRecord()
186 LogEntry = DATA_ENTRY_FROM_LINK (Link); in GetNextDataRecord()
205 for (Link = GetNextNode(Head, Link); Link != Head; Link = GetNextNode(Head, Link)) { in GetNextDataRecord()
206 NextLogEntry = DATA_ENTRY_FROM_LINK (Link); in GetNextDataRecord()
243 LIST_ENTRY *Link; in FindFilterDriverByEvent() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPage.c142 RemoveEntryList (&Entry->Link); in RemoveMemoryMapEntry()
143 Entry->Link.ForwardLink = NULL; in RemoveMemoryMapEntry()
149 InsertTailList (&mFreeMemoryMapEntryList, &Entry->Link); in RemoveMemoryMapEntry()
173 LIST_ENTRY *Link; in CoreAddRange() local
220 Link = gMemoryMap.ForwardLink; in CoreAddRange()
221 while (Link != &gMemoryMap) { in CoreAddRange()
222 Entry = CR (Link, MEMORY_MAP, Link, MEMORY_MAP_SIGNATURE); in CoreAddRange()
223 Link = Link->ForwardLink; in CoreAddRange()
256 InsertTailList (&gMemoryMap, &mMapStack[mMapDepth].Link); in CoreAddRange()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DMisc.c62 if (Line->Link.ForwardLink == HMainEditor.BufferImage->ListHead) { in HLineAdvance()
66 Line = CR (Line->Link.ForwardLink, HEFI_EDITOR_LINE, Link, EFI_EDITOR_LINE_LIST); in HLineAdvance()
97 if (Line->Link.BackLink == HMainEditor.BufferImage->ListHead) { in HLineRetreat()
101 Line = CR (Line->Link.BackLink, HEFI_EDITOR_LINE, Link, EFI_EDITOR_LINE_LIST); in HLineRetreat()
198 LIST_ENTRY *Link; in HFreeLines() local
207 Link = &(Line->Link); in HFreeLines()
209 Line = CR (Link, HEFI_EDITOR_LINE, Link, EFI_EDITOR_LINE_LIST); in HFreeLines()
210 Link = Link->ForwardLink; in HFreeLines()
212 } while (Link != ListHead); in HFreeLines()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c418 IN LIST_ENTRY *Link, in CoreInsertGcdMapEntry() argument
434 InsertTailList (Link, &BottomEntry->Link); in CoreInsertGcdMapEntry()
443 InsertHeadList (Link, &TopEntry->Link); in CoreInsertGcdMapEntry()
464 IN LIST_ENTRY *Link, in CoreMergeGcdMapEntry() argument
477 AdjacentLink = Link->ForwardLink; in CoreMergeGcdMapEntry()
479 AdjacentLink = Link->BackLink; in CoreMergeGcdMapEntry()
489 Entry = CR (Link, EFI_GCD_MAP_ENTRY, Link, EFI_GCD_MAP_SIGNATURE); in CoreMergeGcdMapEntry()
490 AdjacentEntry = CR (AdjacentLink, EFI_GCD_MAP_ENTRY, Link, EFI_GCD_MAP_SIGNATURE); in CoreMergeGcdMapEntry()
544 LIST_ENTRY *Link; in CoreCleanupGcdMapEntry() local
553 Link = StartLink; in CoreCleanupGcdMapEntry()
[all …]

12345678910>>...18