Searched refs:NotifyLink (Results 1 – 3 of 3) sorted by relevance
181 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()
61 LIST_ENTRY NotifyLink; member
230 LIST_ENTRY *NotifyLink; in CoreUnregisterProtocolNotifyEvent() local241 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()