Home
last modified time | relevance | path

Searched refs:efi_create_event (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_watchdog.c68 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
Defi_console.c1136 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify, in efi_console_register()
1143 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
Defi_net.c907 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
923 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_NOTIFY, in efi_net_register()
Defi_boottime.c640 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event() function
732 ret = efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex()
762 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()
/third_party/uboot/u-boot-2020.01/include/
Defi_loader.h444 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,