Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_watchdog.c72 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
A Defi_var_mem.c263 ret = efi_create_event(EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_CALLBACK, in efi_var_mem_init()
268 ret = efi_create_event(EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE, TPL_CALLBACK, in efi_var_mem_init()
A Defi_net.c949 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
965 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_NOTIFY, in efi_net_register()
A Defi_console.c1294 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify, in efi_console_register()
1301 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
A Defi_boottime.c660 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event() function
759 ret = efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex()
789 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()
/u-boot/include/
A Defi_loader.h542 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,

Completed in 17 milliseconds