Lines Matching defs:event
155 void efi_signal_event(struct efi_event *event) in efi_signal_event()
246 efi_status_t efi_create_event(uint32_t type, UINTN notify_tpl, in efi_create_event()
250 void *notify_context, struct efi_event **event) in efi_create_event()
280 static efi_status_t EFIAPI efi_create_event_ext( in efi_create_event_ext()
285 void *notify_context, struct efi_event **event) in efi_create_event_ext()
319 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type, in efi_set_timer()
355 static efi_status_t EFIAPI efi_set_timer_ext(struct efi_event *event, in efi_set_timer_ext()
364 struct efi_event **event, in efi_wait_for_event()
407 static efi_status_t EFIAPI efi_signal_event_ext(struct efi_event *event) in efi_signal_event_ext()
421 static efi_status_t EFIAPI efi_close_event(struct efi_event *event) in efi_close_event()
437 static efi_status_t EFIAPI efi_check_event(struct efi_event *event) in efi_check_event()
584 struct efi_event *event, in efi_register_protocol_notify()