Home
last modified time | relevance | path

Searched refs:efi_event (Results 1 – 21 of 21) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_watchdog.c14 static struct efi_event *watchdog_timer_event;
24 static void EFIAPI efi_watchdog_timer_notify(struct efi_event *event, in efi_watchdog_timer_notify()
A Defi_boottime.c206 struct efi_event *event; in efi_process_event_queue()
237 struct efi_event *item; in efi_queue_event()
294 struct efi_event *evt; in efi_signal_event()
642 const struct efi_event *evt; in efi_is_event()
672 struct efi_event *event, in efi_create_event()
677 struct efi_event *evt; in efi_create_event()
749 struct efi_event *event, in efi_create_event_ex()
753 struct efi_event **event) in efi_create_event_ex()
795 struct efi_event *event, in efi_create_event_ext()
816 struct efi_event *evt; in efi_timer_check()
[all …]
A Defi_var_mem.c221 efi_var_mem_notify_exit_boot_services(struct efi_event *event, void *context) in efi_var_mem_notify_exit_boot_services()
238 efi_var_mem_notify_virtual_address_map(struct efi_event *event, void *context) in efi_var_mem_notify_virtual_address_map()
248 struct efi_event *event; in efi_var_mem_init()
A Defi_esrt.c460 static void EFIAPI efi_esrt_new_fmp_notify(struct efi_event *event, in efi_esrt_new_fmp_notify()
481 struct efi_event *ev = NULL; in efi_esrt_register()
A Defi_net.c39 static struct efi_event *network_timer_event;
43 static struct efi_event *wait_for_packet;
716 static void EFIAPI efi_network_timer_notify(struct efi_event *event, in efi_network_timer_notify()
A Defi_console.c1272 static struct efi_event *console_timer_event;
1280 static void EFIAPI efi_console_timer_notify(struct efi_event *event, in efi_console_timer_notify()
1294 static void EFIAPI efi_key_notify(struct efi_event *event, void *context) in efi_key_notify()
A Defi_runtime.c195 struct efi_event *evt; in efi_reset_system_boottime()
767 struct efi_event *event; in efi_set_virtual_address_map()
A Defi_memory.c272 struct efi_event *evt; in efi_add_memory_map_pg()
A Defi_tcg2.c2337 efi_tcg2_notify_exit_boot_services(struct efi_event *event, void *context) in efi_tcg2_notify_exit_boot_services()
2488 struct efi_event *event; in efi_tcg2_register()
/u-boot/lib/efi_selftest/
A Defi_selftest_events.c14 static struct efi_event *efi_st_event_notify;
15 static struct efi_event *event_wait;
26 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
A Defi_selftest_watchdog.c31 static struct efi_event *efi_st_event_notify;
32 static struct efi_event *efi_st_event_wait;
44 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
A Defi_selftest_exitbootservices.c29 static struct efi_event *efi_st_event_notify;
48 static void EFIAPI ebs_notify(struct efi_event *event, void *context) in ebs_notify()
A Defi_selftest_tpl.c13 static struct efi_event *efi_st_event_notify;
14 static struct efi_event *efi_st_event_wait;
24 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
A Defi_selftest_event_groups.c28 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
62 struct efi_event *events[GROUP_SIZE]; in execute()
A Defi_selftest_set_virtual_address_map.c15 static struct efi_event *event;
34 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
A Defi_selftest_config_table.c28 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
94 struct efi_event *event; in execute()
A Defi_selftest_register_notify.c38 static struct efi_event *event;
47 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
A Defi_selftest_bitblt.c29 static struct efi_event *event;
63 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
A Defi_selftest_snp.c69 static struct efi_event *timer;
290 struct efi_event *events[2]; in execute()
/u-boot/include/
A Defi_loader.h462 struct efi_event { struct
467 void (EFIAPI *notify_function)(struct efi_event *event, void *context); argument
511 struct efi_event *event;
679 struct efi_event *event,
682 struct efi_event **event);
684 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type,
687 void efi_signal_event(struct efi_event *event);
701 struct efi_event *event,
A Defi_api.h53 struct efi_event;
86 struct efi_event *event,
88 void *notify_context, struct efi_event **event);
93 struct efi_event **event,
113 const efi_guid_t *protocol, struct efi_event *event,
192 struct efi_event *event,
196 struct efi_event **event);
871 struct efi_event *wait_for_key_ex;
896 struct efi_event *wait_for_key;
1522 struct efi_event *wait_for_packet;
[all …]

Completed in 48 milliseconds