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

/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiNotTiano.c65 @param NotifyFunction The notification function to call when the event is signaled.
66 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
77 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
93 NotifyFunction,
104 NotifyFunction,
155 @param NotifyFunction The notification function to call when the event is signaled.
156 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
167 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
183 NotifyFunction,
194 NotifyFunction,
75 EfiCreateEventLegacyBootEx( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *LegacyBootEvent ) argument
165 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...]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
H A DUefiNotTiano.c66 @param NotifyFunction The notification function to call when the event is signaled.
67 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
78 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
97 if (NotifyFunction == NULL) {
99 // CreateEventEx will check NotifyFunction is NULL or not and return error.
100 // Use dummy routine for the case NotifyFunction is NULL.
104 WorkerNotifyFunction = NotifyFunction;
161 @param NotifyFunction The notification function to call when the event is signaled.
162 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
173 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONA
76 EfiCreateEventLegacyBootEx( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *LegacyBootEvent ) argument
171 EfiCreateEventReadyToBootEx( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *ReadyToBootEvent ) argument
[all...]
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...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
H A DEvent.c29 IN EFI_EVENT_NOTIFY NotifyFunction,
43 NotifyTpl - Maximum TPL to single the NotifyFunction.
45 NotifyFunction - EFI notification routine.
68 NotifyFunction,
99 IN EFI_EVENT_NOTIFY NotifyFunction,
114 NotifyTpl - Maximum TPL to singnal the NotifyFunction.
115 NotifyFunction - The listener routine.
133 NotifyFunction,
220 IN EFI_EVENT_NOTIFY NotifyFunction,
250 if (NotifyFunction
26 EfiLibCreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT VOID **Registration ) argument
96 EfiLibNamedEventListen( IN EFI_GUID * Name, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext ) argument
218 EfiCreateEventLegacyBoot( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT EFI_EVENT *LegacyBootEvent ) argument
296 EfiCreateEventReadyToBoot( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT EFI_EVENT *ReadyToBootEvent ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/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
112 if (NotifyFunction == NULL) {
117 WorkerNotifyFunction = NotifyFunction;
132 if (NotifyFunction == NULL) {
134 // CreatEventEx will check NotifyFunction is NULL or not
138 WorkerNotifyFunction = NotifyFunction;
198 @param NotifyFunction The notification function to call when the event is signaled.
199 @param NotifyContext The content to pass to NotifyFunction whe
97 EfiCreateEventLegacyBootEx( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *LegacyBootEvent ) argument
208 EfiCreateEventReadyToBootEx( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *ReadyToBootEvent ) argument
[all...]
H A DUefiLib.c65 @param NotifyFunction Supplies the function to notify when the event is signaled.
66 @param NotifyContext The context parameter to pass to NotifyFunction.
77 IN EFI_EVENT_NOTIFY NotifyFunction,
92 NotifyFunction,
126 @param NotifyFunction Supplies the function to notify when the event is signaled.
127 @param NotifyContext The context parameter to pass to NotifyFunction.
139 IN EFI_EVENT_NOTIFY NotifyFunction,
154 NotifyFunction,
74 EfiCreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OPTIONAL OUT VOID **Registration ) argument
136 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
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
H A DEvent.c29 IN EFI_EVENT_NOTIFY NotifyFunction,
43 NotifyTpl - Maximum TPL to single the NotifyFunction.
45 NotifyFunction - EFI notification routine.
67 NotifyFunction,
202 IN EFI_EVENT_NOTIFY NotifyFunction,
231 if (NotifyFunction == NULL) {
236 WorkerNotifyFunction = NotifyFunction;
251 if (NotifyFunction == NULL) {
253 // CreatEventEx will check NotifyFunction is NULL or not
257 WorkerNotifyFunction = NotifyFunction;
26 RtEfiLibCreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT VOID **Registration ) argument
200 RtEfiCreateEventLegacyBoot( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT EFI_EVENT *LegacyBootEvent ) argument
277 RtEfiCreateEventReadyToBoot( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT EFI_EVENT *ReadyToBootEvent ) argument
[all...]
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
H A Ditimer.c170 EFI_EVENT_NOTIFY NotifyFunction; local
180 NotifyFunction = iTimerRealNotifyFunction;
187 NotifyFunction = iTimerVirtualNotifyFunction;
194 NotifyFunction = iTimerProfNotifyFunction;
219 NotifyFunction,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/
H A DRuntime.h60 EFI_EVENT_NOTIFY NotifyFunction; member in struct:_EFI_RUNTIME_EVENT_ENTRY
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
H A DEvent.h58 EFI_EVENT_NOTIFY NotifyFunction; member in struct:__anon6366
H A DEvent.c199 ASSERT (Event->NotifyFunction != NULL);
200 Event->NotifyFunction (Event, Event->NotifyContext);
286 @param NotifyFunction Pointer to the events notification function
303 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
308 return CoreCreateEventEx (Type, NotifyTpl, NotifyFunction, NotifyContext, NULL, Event);
319 @param NotifyFunction Pointer to the events notification function
338 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
355 return CoreCreateEventInternal (Type, NotifyTpl, NotifyFunction, NotifyContext, EventGroup, Event);
364 @param NotifyFunction Pointer to the events notification function
383 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONA
300 CoreCreateEvent( IN UINT32 Type, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL IN VOID *NotifyContext, OPTIONAL OUT EFI_EVENT *Event ) argument
335 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
380 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...]
/device/linaro/bootloader/edk2/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
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.c69 NotifyFunction (
1044 NotifyFunction,
1480 NotifyFunction ( function
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c485 @param NotifyTpl Maximum TPL to signal the NotifyFunction.
486 @param NotifyFunction EFI notification routine.
499 IN EFI_EVENT_NOTIFY NotifyFunction,
515 NotifyFunction,
496 CreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT VOID **Registration, IN BOOLEAN SignalFlag ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmIpl.c205 EFI_EVENT_NOTIFY NotifyFunction; member in struct:__anon6437
770 for (Index = 0; mSmmIplEvents[Index].NotifyFunction != NULL; Index++) {
1724 for (Index = 0; mSmmIplEvents[Index].NotifyFunction != NULL; Index++) {
1729 mSmmIplEvents[Index].NotifyFunction,
1737 mSmmIplEvents[Index].NotifyFunction,

Completed in 137 milliseconds