Home
last modified time | relevance | path

Searched refs:EVT_NOTIFY_SIGNAL (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/lib/efi_loader/
Defi_watchdog.c68 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
Defi_boottime.c220 if (evt->type & EVT_NOTIFY_SIGNAL && in efi_signal_event()
232 if (event->type & EVT_NOTIFY_SIGNAL) in efi_signal_event()
592 if ((type & EVT_NOTIFY_SIGNAL) && (type & EVT_NOTIFY_WAIT)) in efi_create_event()
595 if ((type & (EVT_NOTIFY_SIGNAL | EVT_NOTIFY_WAIT)) && in efi_create_event()
797 if (!event[i]->type || event[i]->type & EVT_NOTIFY_SIGNAL) in efi_wait_for_event()
885 event->type & EVT_NOTIFY_SIGNAL) in efi_check_event()
Defi_net.c388 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_NOTIFY, in efi_net_register()
Defi_console.c607 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
/external/u-boot/lib/efi_selftest/
Defi_selftest_watchdog.c79 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
Defi_selftest_events.c51 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
Defi_selftest_tpl.c49 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
Defi_selftest_bitblt.c109 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
/external/u-boot/include/
Defi_api.h37 #define EVT_NOTIFY_SIGNAL 0x00000200 macro