Searched refs:efi_event (Results 1 – 14 of 14) sorted by relevance
/external/u-boot/include/ |
D | efi_api.h | 46 struct efi_event; 68 struct efi_event *event, 70 void *notify_context, struct efi_event **event); 71 efi_status_t (EFIAPI *set_timer)(struct efi_event *event, 75 struct efi_event **event, 77 efi_status_t (EFIAPI *signal_event)(struct efi_event *event); 78 efi_status_t (EFIAPI *close_event)(struct efi_event *event); 79 efi_status_t (EFIAPI *check_event)(struct efi_event *event); 95 const efi_guid_t *protocol, struct efi_event *event, 172 struct efi_event *event, [all …]
|
D | efi_loader.h | 183 struct efi_event { struct 187 void (EFIAPI *notify_function)(struct efi_event *event, void *context); argument 280 struct efi_event *event, 283 struct efi_event **event); 285 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type, 288 void efi_signal_event(struct efi_event *event, bool check_tpl);
|
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 180 static void efi_queue_event(struct efi_event *event, bool check_tpl) in efi_queue_event() 205 void efi_signal_event(struct efi_event *event, bool check_tpl) in efi_signal_event() 208 struct efi_event *evt; in efi_signal_event() 551 static efi_status_t efi_is_event(const struct efi_event *event) in efi_is_event() 553 const struct efi_event *evt; in efi_is_event() 582 struct efi_event *event, in efi_create_event() 585 struct efi_event **event) in efi_create_event() 587 struct efi_event *evt; in efi_create_event() 599 evt = calloc(1, sizeof(struct efi_event)); in efi_create_event() 633 struct efi_event *event, in efi_create_event_ex() [all …]
|
D | efi_watchdog.c | 14 static struct efi_event *watchdog_timer_event; 22 static void EFIAPI efi_watchdog_timer_notify(struct efi_event *event, in efi_watchdog_timer_notify()
|
D | efi_net.c | 23 static struct efi_event *network_timer_event; 27 static struct efi_event *wait_for_packet; 298 static void EFIAPI efi_network_timer_notify(struct efi_event *event, in efi_network_timer_notify()
|
D | efi_console.c | 548 static struct efi_event *console_timer_event; 550 static void EFIAPI efi_key_notify(struct efi_event *event, void *context) in efi_key_notify() 560 static void EFIAPI efi_console_timer_notify(struct efi_event *event, in efi_console_timer_notify()
|
D | efi_runtime.c | 91 struct efi_event *evt; in efi_reset_system_boottime()
|
/external/u-boot/lib/efi_selftest/ |
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()
|
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()
|
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()
|
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()
|
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()
|
D | efi_selftest_snp.c | 68 static struct efi_event *timer; 261 struct efi_event *events[2]; in execute()
|
D | efi_selftest_bitblt.c | 29 static struct efi_event *event; 63 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|