Searched defs:NotifyFunction (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiNotTiano.c86 @param NotifyFunction The notification function to call when the event is signaled.
87 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
98 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
114 NotifyFunction,
125 NotifyFunction,
176 @param NotifyFunction The notification function to call when the event is signaled.
177 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
188 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
204 NotifyFunction,
215 NotifyFunction,
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
[all...]
H A DUefiLib.c102 If NotifyFunction is NULL, then ASSERT().
108 @param NotifyFunction Supplies the function to notify when the event is signaled.
109 @param NotifyContext The context parameter to pass to NotifyFunction.
122 IN EFI_EVENT_NOTIFY NotifyFunction,
131 ASSERT (NotifyFunction != NULL);
141 NotifyFunction,
176 If NotifyFunction is NULL, then ASSERT().
180 @param NotifyFunction Supplies the function to notify when the event is signaled.
181 @param NotifyContext The context parameter to pass to NotifyFunction.
193 IN EFI_EVENT_NOTIFY NotifyFunction,
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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DEvent.h49 EFI_EVENT_NOTIFY NotifyFunction; member in struct:__anon10921
H A DEvent.c198 ASSERT (Event->NotifyFunction != NULL);
199 Event->NotifyFunction (Event, Event->NotifyContext);
285 @param NotifyFunction Pointer to the events notification function
302 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
307 return CoreCreateEventEx (Type, NotifyTpl, NotifyFunction, NotifyContext, NULL, Event);
318 @param NotifyFunction Pointer to the events notification function
337 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
354 return CoreCreateEventInternal (Type, NotifyTpl, NotifyFunction, NotifyContext, EventGroup, Event);
363 @param NotifyFunction Pointer to the events notification function
382 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONA
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.c87 @param NotifyFunction The notification function to call when the event is signaled.
88 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
99 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
120 NotifyFunction,
172 @param NotifyFunction The notification function to call when the event is signaled.
173 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
184 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
205 NotifyFunction,
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.c124 If NotifyFunction is NULL, then ASSERT().
130 @param NotifyFunction Supplies the function to notify when the event is signaled.
131 @param NotifyContext The context parameter to pass to NotifyFunction.
144 IN EFI_EVENT_NOTIFY NotifyFunction,
153 ASSERT (NotifyFunction != NULL);
163 NotifyFunction,
198 If NotifyFunction is NULL, then ASSERT().
202 @param NotifyFunction Supplies the function to notify when the event is signaled.
203 @param NotifyContext The context parameter to pass to NotifyFunction.
215 IN EFI_EVENT_NOTIFY NotifyFunction,
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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Ditimer.c170 EFI_EVENT_NOTIFY NotifyFunction; local
180 NotifyFunction = iTimerRealNotifyFunction;
187 NotifyFunction = iTimerVirtualNotifyFunction;
194 NotifyFunction = iTimerProfNotifyFunction;
219 NotifyFunction,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DRuntime.h85 /// The same as NotifyFunction passed into CreateEvent().
87 EFI_EVENT_NOTIFY NotifyFunction; member in struct:_EFI_RUNTIME_EVENT_ENTRY
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.c69 NotifyFunction (
985 NotifyFunction,
1404 NotifyFunction ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmIpl.c190 EFI_EVENT_NOTIFY NotifyFunction; member in struct:__anon10978
707 for (Index = 0; mSmmIplEvents[Index].NotifyFunction != NULL; Index++) {
1250 for (Index = 0; mSmmIplEvents[Index].NotifyFunction != NULL; Index++) {
1255 mSmmIplEvents[Index].NotifyFunction,
1263 mSmmIplEvents[Index].NotifyFunction,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c480 @param NotifyTpl Maximum TPL to signal the NotifyFunction.
481 @param NotifyFunction EFI notification routine.
494 IN EFI_EVENT_NOTIFY NotifyFunction,
510 NotifyFunction,
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 59 milliseconds