Home
last modified time | relevance | path

Searched refs:NotifyLink (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DEvent.c181 Event = CR (Head->ForwardLink, IEVENT, NotifyLink, EVENT_SIGNATURE); in CoreDispatchEventNotifies()
182 RemoveEntryList (&Event->NotifyLink); in CoreDispatchEventNotifies()
184 Event->NotifyLink.ForwardLink = NULL; in CoreDispatchEventNotifies()
235 if (Event->NotifyLink.ForwardLink != NULL) { in CoreNotifyEvent()
236 RemoveEntryList (&Event->NotifyLink); in CoreNotifyEvent()
237 Event->NotifyLink.ForwardLink = NULL; in CoreNotifyEvent()
244 InsertTailList (&gEventQueue[Event->NotifyTpl], &Event->NotifyLink); in CoreNotifyEvent()
755 if (Event->NotifyLink.ForwardLink != NULL) { in CoreCloseEvent()
756 RemoveEntryList (&Event->NotifyLink); in CoreCloseEvent()
DEvent.h61 LIST_ENTRY NotifyLink; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DHandle.c230 LIST_ENTRY *NotifyLink; in CoreUnregisterProtocolNotifyEvent() local
241 for ( NotifyLink = ProtEntry->Notify.ForwardLink; in CoreUnregisterProtocolNotifyEvent()
242 NotifyLink != &ProtEntry->Notify; in CoreUnregisterProtocolNotifyEvent()
243 NotifyLink = NotifyLink->ForwardLink) { in CoreUnregisterProtocolNotifyEvent()
245 ProtNotify = CR(NotifyLink, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreUnregisterProtocolNotifyEvent()