Searched refs:NotifyContext (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiNotTiano.c87 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
99 IN VOID *NotifyContext, OPTIONAL
115 NotifyContext,
126 NotifyContext,
177 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
189 IN VOID *NotifyContext, OPTIONAL
205 NotifyContext,
216 NotifyContext,
96 EfiCreateEventLegacyBootEx( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *LegacyBootEvent ) argument
186 EfiCreateEventReadyToBootEx( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *ReadyToBootEvent ) argument
H A DUefiLib.c109 @param NotifyContext The context parameter to pass to NotifyFunction.
123 IN VOID *NotifyContext, OPTIONAL
142 NotifyContext,
171 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
181 @param NotifyContext The context parameter to pass to NotifyFunction.
194 IN CONST VOID *NotifyContext, OPTIONAL
213 (VOID *) NotifyContext,
119 EfiCreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OPTIONAL OUT VOID **Registration ) argument
190 EfiNamedEventListen( IN CONST EFI_GUID *Name, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN CONST VOID *NotifyContext, OPTIONAL OUT VOID *Registration OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DEvent.h50 VOID *NotifyContext; member in struct:__anon10921
H A DEvent.c199 Event->NotifyFunction (Event, Event->NotifyContext);
286 @param NotifyContext Pointer to the notification functions context;
303 IN VOID *NotifyContext, OPTIONAL
307 return CoreCreateEventEx (Type, NotifyTpl, NotifyFunction, NotifyContext, NULL, Event);
319 @param NotifyContext Pointer to the notification functions context;
338 IN CONST VOID *NotifyContext, OPTIONAL
354 return CoreCreateEventInternal (Type, NotifyTpl, NotifyFunction, NotifyContext, EventGroup, Event);
364 @param NotifyContext Pointer to the notification functions context;
383 IN CONST VOID *NotifyContext, OPTIONAL
457 NotifyContext
299 CoreCreateEvent( IN UINT32 Type, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *Event ) argument
334 CoreCreateEventEx( IN UINT32 Type, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN CONST VOID *NotifyContext, OPTIONAL IN CONST EFI_GUID *EventGroup, OPTIONAL OUT EFI_EVENT *Event ) argument
379 CoreCreateEventInternal( IN UINT32 Type, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN CONST VOID *NotifyContext, OPTIONAL IN CONST EFI_GUID *EventGroup, OPTIONAL OUT EFI_EVENT *Event ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiNotTiano.c88 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
100 IN VOID *NotifyContext, OPTIONAL
121 NotifyContext,
173 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
185 IN VOID *NotifyContext, OPTIONAL
206 NotifyContext,
97 EfiCreateEventLegacyBootEx( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *LegacyBootEvent ) argument
182 EfiCreateEventReadyToBootEx( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *ReadyToBootEvent ) argument
H A DUefiLib.c131 @param NotifyContext The context parameter to pass to NotifyFunction.
145 IN VOID *NotifyContext, OPTIONAL
164 NotifyContext,
193 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
203 @param NotifyContext The context parameter to pass to NotifyFunction.
216 IN CONST VOID *NotifyContext, OPTIONAL
235 (VOID *) NotifyContext,
141 EfiCreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OPTIONAL OUT VOID **Registration ) argument
212 EfiNamedEventListen( IN CONST EFI_GUID *Name, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN CONST VOID *NotifyContext, OPTIONAL OUT VOID *Registration OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DRuntime.h89 /// The same as NotifyContext passed into CreateEvent().
91 VOID *NotifyContext; member in struct:_EFI_RUNTIME_EVENT_ENTRY
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiLib.h159 @param NotifyContext The context parameter to pass to NotifyFunction.
173 IN VOID *NotifyContext, OPTIONAL
180 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
190 @param NotifyContext The context parameter to pass to NotifyFunction.
203 IN CONST VOID *NotifyContext, OPTIONAL
864 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
876 IN VOID *NotifyContext, OPTIONAL
915 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
927 IN VOID *NotifyContext, OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmIpl.c191 VOID *NotifyContext; member in struct:__anon10978
1256 mSmmIplEvents[Index].NotifyContext,
1264 mSmmIplEvents[Index].NotifyContext,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c291 RuntimeEvent->NotifyContext
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h371 // The event's NotifyContext pointer points to a runtime memory
399 @param NotifyContext The pointer to the notification function's context; corresponds to parameter
415 IN VOID *NotifyContext,
425 @param NotifyContext The pointer to the notification function's context; corresponds to parameter
444 IN CONST VOID *NotifyContext OPTIONAL,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h371 // The event's NotifyContext pointer points to a runtime memory
399 @param NotifyContext The pointer to the notification function's context; corresponds to parameter
415 IN VOID *NotifyContext,
425 @param NotifyContext The pointer to the notification function's context; corresponds to parameter
444 IN CONST VOID *NotifyContext OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h1417 @param NotifyContext Pointer to the notification functions context;
1434 IN VOID *NotifyContext, OPTIONAL
1447 @param NotifyContext Pointer to the notification functions context;
1466 IN CONST VOID *NotifyContext, OPTIONAL
1478 @param NotifyContext Pointer to the notification functions context;
1497 IN CONST VOID *NotifyContext, OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c482 @param NotifyContext Context passed into Event when it is created.
495 IN VOID *NotifyContext,
511 NotifyContext,
491 CreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT VOID **Registration, IN BOOLEAN SignalFlag ) argument

Completed in 224 milliseconds