Searched refs:efi_event (Results 1 – 21 of 21) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_watchdog.c | 14 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 D | efi_boottime.c | 206 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 D | efi_var_mem.c | 221 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 D | efi_esrt.c | 460 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 D | efi_net.c | 39 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 D | efi_console.c | 1272 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 D | efi_runtime.c | 195 struct efi_event *evt; in efi_reset_system_boottime() 767 struct efi_event *event; in efi_set_virtual_address_map()
|
| A D | efi_memory.c | 272 struct efi_event *evt; in efi_add_memory_map_pg()
|
| A D | efi_tcg2.c | 2337 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 D | efi_selftest_events.c | 14 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 D | efi_selftest_watchdog.c | 31 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 D | efi_selftest_exitbootservices.c | 29 static struct efi_event *efi_st_event_notify; 48 static void EFIAPI ebs_notify(struct efi_event *event, void *context) in ebs_notify()
|
| A D | efi_selftest_tpl.c | 13 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 D | efi_selftest_event_groups.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify() 62 struct efi_event *events[GROUP_SIZE]; in execute()
|
| A D | efi_selftest_set_virtual_address_map.c | 15 static struct efi_event *event; 34 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
| A D | efi_selftest_config_table.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify() 94 struct efi_event *event; in execute()
|
| A D | efi_selftest_register_notify.c | 38 static struct efi_event *event; 47 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
| A D | efi_selftest_bitblt.c | 29 static struct efi_event *event; 63 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
| A D | efi_selftest_snp.c | 69 static struct efi_event *timer; 290 struct efi_event *events[2]; in execute()
|
| /u-boot/include/ |
| A D | efi_loader.h | 462 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 D | efi_api.h | 53 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