Home | History | Annotate | Download | only in UefiLib

Lines Matching refs:NotifyFunction

87   @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
118 if (NotifyFunction == NULL) {
120 // CreateEventEx will check NotifyFunction is NULL or not and return error.
121 // Use dummy routine for the case NotifyFunction is NULL.
125 WorkerNotifyFunction = NotifyFunction;
182 @param NotifyFunction The notification function to call when the event is signaled.
183 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
194 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
213 if (NotifyFunction == NULL) {
215 // CreateEventEx will check NotifyFunction is NULL or not and return error.
216 // Use dummy routine for the case NotifyFunction is NULL.
220 WorkerNotifyFunction = NotifyFunction;