Lines Matching refs:notify_function
219 EFI_CALL_VOID(event->notify_function(event, in efi_process_event_queue()
239 if (!event->notify_function) in efi_queue_event()
671 void (EFIAPI *notify_function) ( in efi_create_event()
708 (!notify_function || is_valid_tpl(notify_tpl) != EFI_SUCCESS || in efi_create_event()
719 evt->notify_function = notify_function; in efi_create_event()
748 void (EFIAPI *notify_function) ( in efi_create_event_ex()
757 EFI_ENTRY("%d, 0x%zx, %p, %p, %pUs", type, notify_tpl, notify_function, in efi_create_event_ex()
771 ret = efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex()
794 void (EFIAPI *notify_function) ( in efi_create_event_ext()
799 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext()
801 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()