Home | History | Annotate | Download | only in SectionExtraction

Lines Matching defs:Event

22      recursions to return the data, and a RPN event is set that will enable

73 EFI_EVENT Event;
546 @param Event The event that fired
553 IN EFI_EVENT Event,
610 // Close the event when done.
612 gBS->CloseEvent (Event);
613 Context->ChildNode->Event = NULL;
618 Constructor for RPN event when a missing GUIDED_SECTION_EXTRACTION_PROTOCOL appears...
633 // Allocate new event structure and context
641 Context->ChildNode->Event = EfiCreateProtocolNotifyEvent (
1350 if (ChildNode->Event != NULL) {
1351 gBS->CloseEvent (ChildNode->Event);