Lines Matching refs:notify_function
172 if (event->notify_function) { in efi_queue_event()
177 EFI_CALL_VOID(event->notify_function(event, in efi_queue_event()
229 evt->notify_function) in efi_signal_event()
592 void (EFIAPI *notify_function) ( in efi_create_event()
626 evt->notify_function = notify_function; in efi_create_event()
655 void (EFIAPI *notify_function) ( in efi_create_event_ex()
662 EFI_ENTRY("%d, 0x%zx, %p, %p, %pUl", type, notify_tpl, notify_function, in efi_create_event_ex()
664 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex()
685 void (EFIAPI *notify_function) ( in efi_create_event_ext()
690 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext()
692 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()