Searched refs:EVT_NOTIFY_WAIT (Results 1 - 7 of 7) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest_events.c38 * One with EVT_NOTIFY_SIGNAL, the other with EVT_NOTIFY_WAIT.
58 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT,
H A Defi_selftest_watchdog.c64 * One with EVT_NOTIFY_SIGNAL, the other with EVT_NOTIFY_WAIT.
87 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT,
H A Defi_selftest_tpl.c36 * One with EVT_NOTIFY_SIGNAL, the other with EVT_NOTIFY_WAIT.
57 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT,
/u-boot/lib/efi_loader/
H A Defi_net.c954 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK,
H A Defi_boottime.c732 case EVT_NOTIFY_WAIT:
733 case EVT_TIMER | EVT_NOTIFY_WAIT:
750 if ((type & (EVT_NOTIFY_WAIT | EVT_NOTIFY_SIGNAL)) &&
H A Defi_console.c1338 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify,
/u-boot/include/
H A Defi_api.h43 #define EVT_NOTIFY_WAIT 0x00000100 macro

Completed in 124 milliseconds