Searched refs:efi_create_event (Results 1 – 6 of 6) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_watchdog.c | 72 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
|
| A D | efi_var_mem.c | 263 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 D | efi_net.c | 949 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 D | efi_console.c | 1294 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 D | efi_boottime.c | 660 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 D | efi_loader.h | 542 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
|
Completed in 17 milliseconds