Home
last modified time | relevance | path

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

/u-boot/lib/efi_selftest/
A Defi_selftest_exitbootservices.c14 static struct efi_event *event_notify;
23 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
A Defi_selftest_watchdog.c31 static struct efi_event *event_notify;
32 static struct efi_event *event_wait;
44 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
A Defi_selftest_events.c14 static struct efi_event *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_tpl.c13 static struct efi_event *event_notify;
14 static struct efi_event *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_register_notify.c37 static struct efi_event *event;
46 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_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/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.c200 struct efi_event *event; in efi_process_event_queue()
231 struct efi_event *item; in efi_queue_event()
289 struct efi_event *evt; in efi_signal_event()
632 const struct efi_event *evt; in efi_is_event()
662 struct efi_event *event, in efi_create_event()
667 struct efi_event *evt; in efi_create_event()
741 struct efi_event **event) in efi_create_event_ex()
783 struct efi_event *event, in efi_create_event_ext()
804 struct efi_event *evt; in efi_timer_check()
1411 struct efi_event *event, in efi_register_protocol_notify()
[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_net.c38 static struct efi_event *network_timer_event;
42 static struct efi_event *wait_for_packet;
709 static void EFIAPI efi_network_timer_notify(struct efi_event *event, in efi_network_timer_notify()
A Defi_console.c1222 static struct efi_event *console_timer_event;
1230 static void EFIAPI efi_console_timer_notify(struct efi_event *event, in efi_console_timer_notify()
1244 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.c250 struct efi_event *evt; in efi_add_memory_map_pg()
/u-boot/include/
A Defi_loader.h341 struct efi_event { struct
346 void (EFIAPI *notify_function)(struct efi_event *event, void *context); argument
390 struct efi_event *event;
544 struct efi_event *event,
547 struct efi_event **event);
549 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type,
552 void efi_signal_event(struct efi_event *event);
A Defi_api.h57 struct efi_event;
90 struct efi_event *event,
92 void *notify_context, struct efi_event **event);
97 struct efi_event **event,
117 const efi_guid_t *protocol, struct efi_event *event,
196 struct efi_event *event,
200 struct efi_event **event);
785 struct efi_event *wait_for_key_ex;
810 struct efi_event *wait_for_key;
1410 struct efi_event *wait_for_packet;
[all …]

Completed in 40 milliseconds