Lines Matching refs:notify_function
213 EFI_CALL_VOID(event->notify_function(event, in efi_process_event_queue()
233 if (!event->notify_function) in efi_queue_event()
661 void (EFIAPI *notify_function) ( in efi_create_event()
698 (!notify_function || is_valid_tpl(notify_tpl) != EFI_SUCCESS || in efi_create_event()
709 evt->notify_function = notify_function; in efi_create_event()
736 void (EFIAPI *notify_function) ( in efi_create_event_ex()
745 EFI_ENTRY("%d, 0x%zx, %p, %p, %pUl", type, notify_tpl, notify_function, in efi_create_event_ex()
759 ret = efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex()
782 void (EFIAPI *notify_function) ( in efi_create_event_ext()
787 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext()
789 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()