Home | History | Annotate | Download | only in UefiLib

Lines Matching refs:NotifyFunction

124   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,
225 ASSERT (NotifyFunction != NULL);
234 NotifyFunction,