Lines Matching refs:efi_event
180 static void efi_queue_event(struct efi_event *event, bool check_tpl) in efi_queue_event()
205 void efi_signal_event(struct efi_event *event, bool check_tpl) in efi_signal_event()
208 struct efi_event *evt; in efi_signal_event()
551 static efi_status_t efi_is_event(const struct efi_event *event) in efi_is_event()
553 const struct efi_event *evt; in efi_is_event()
582 struct efi_event *event, in efi_create_event()
585 struct efi_event **event) in efi_create_event()
587 struct efi_event *evt; in efi_create_event()
599 evt = calloc(1, sizeof(struct efi_event)); in efi_create_event()
633 struct efi_event *event, in efi_create_event_ex()
637 struct efi_event **event) in efi_create_event_ex()
662 struct efi_event *event, in efi_create_event_ext()
664 void *notify_context, struct efi_event **event) in efi_create_event_ext()
683 struct efi_event *evt; in efi_timer_check()
718 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type, in efi_set_timer()
760 static efi_status_t EFIAPI efi_set_timer_ext(struct efi_event *event, in efi_set_timer_ext()
781 struct efi_event **event, in efi_wait_for_event()
838 static efi_status_t EFIAPI efi_signal_event_ext(struct efi_event *event) in efi_signal_event_ext()
857 static efi_status_t EFIAPI efi_close_event(struct efi_event *event) in efi_close_event()
880 static efi_status_t EFIAPI efi_check_event(struct efi_event *event) in efi_check_event()
1206 struct efi_event *event, in efi_register_protocol_notify()
1371 struct efi_event *evt; in efi_install_configuration_table()
1805 struct efi_event *evt; in efi_exit_boot_services()