Searched refs:EVT_NOTIFY_SIGNAL (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_watchdog.c | 68 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
|
D | efi_boottime.c | 220 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()
|
D | efi_net.c | 388 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_NOTIFY, in efi_net_register()
|
D | efi_console.c | 607 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_watchdog.c | 79 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
|
D | efi_selftest_events.c | 51 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
|
D | efi_selftest_tpl.c | 49 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
|
D | efi_selftest_bitblt.c | 109 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
|
/external/u-boot/include/ |
D | efi_api.h | 37 #define EVT_NOTIFY_SIGNAL 0x00000200 macro
|