Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_watchdog.c87 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
H A Defi_selftest_events.c58 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
H A Defi_selftest_tpl.c57 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c654 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
H A Defi_boottime.c608 case EVT_NOTIFY_WAIT: in efi_create_event()
609 case EVT_TIMER | EVT_NOTIFY_WAIT: in efi_create_event()
617 if ((type & (EVT_NOTIFY_WAIT | EVT_NOTIFY_SIGNAL)) && in efi_create_event()
H A Defi_console.c1095 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify, in efi_console_register()
/openbmc/u-boot/include/
H A Defi_api.h48 #define EVT_NOTIFY_WAIT 0x00000100 macro