Searched refs:efi_event (Results 1 – 19 of 19) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_exitbootservices.c | 14 static struct efi_event *event_notify; 23 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
A D | efi_selftest_watchdog.c | 31 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 D | efi_selftest_events.c | 14 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 D | efi_selftest_tpl.c | 13 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 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_register_notify.c | 37 static struct efi_event *event; 46 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_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/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 | 200 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 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_net.c | 38 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 D | efi_console.c | 1222 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 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 | 250 struct efi_event *evt; in efi_add_memory_map_pg()
|
/u-boot/include/ |
A D | efi_loader.h | 341 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 D | efi_api.h | 57 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