Searched refs:EVT_NOTIFY_SIGNAL (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_watchdog.c | 68 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
|
H A D | efi_boottime.c | 228 if (evt->type & EVT_NOTIFY_SIGNAL && in efi_signal_event() 240 if (event->type & EVT_NOTIFY_SIGNAL) in efi_signal_event() 606 case EVT_NOTIFY_SIGNAL: in efi_create_event() 607 case EVT_TIMER | EVT_NOTIFY_SIGNAL: in efi_create_event() 617 if ((type & (EVT_NOTIFY_WAIT | EVT_NOTIFY_SIGNAL)) && in efi_create_event() 825 if (!event[i]->type || event[i]->type & EVT_NOTIFY_SIGNAL) in efi_wait_for_event() 916 event->type & EVT_NOTIFY_SIGNAL) in efi_check_event()
|
H A D | efi_net.c | 670 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_NOTIFY, in efi_net_register()
|
H A D | efi_console.c | 1102 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_watchdog.c | 79 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
|
H A D | efi_selftest_events.c | 51 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
|
H A D | efi_selftest_tpl.c | 49 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
|
H A D | efi_selftest_bitblt.c | 109 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 49 #define EVT_NOTIFY_SIGNAL 0x00000200 macro
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/ |
H A D | 0005-Platform-ARM-N1Sdp-NOR-flash-Dxe-Driver-for-N1Sdp.patch | 352 + EVT_NOTIFY_SIGNAL,
|