HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_SIGNATURE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.h 45 #define EVENT_SIGNATURE SIGNATURE_32('e','v','n','t')
Timer.c 60 Event2 = CR (Link, IEVENT, Timer.Link, EVENT_SIGNATURE);
115 Event = CR (mEfiTimerList.ForwardLink, IEVENT, Timer.Link, EVENT_SIGNATURE);
217 Event = CR (mEfiTimerList.ForwardLink, IEVENT, Timer.Link, EVENT_SIGNATURE);
260 if (Event->Signature != EVENT_SIGNATURE) {
Event.c 181 Event = CR (Head->ForwardLink, IEVENT, NotifyLink, EVENT_SIGNATURE);
270 Event = CR (Link, IEVENT, SignalLink, EVENT_SIGNATURE);
473 IEvent->Signature = EVENT_SIGNATURE;
541 if (Event->Signature != EVENT_SIGNATURE) {
603 if (Event->Signature != EVENT_SIGNATURE) {
734 if (Event->Signature != EVENT_SIGNATURE) {

Completed in 38 milliseconds