Home
last modified time | relevance | path

Searched refs:EVT_SIGNAL_EXIT_BOOT_SERVICES (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_exitbootservices.c47 ret = boottime->create_event(EVT_SIGNAL_EXIT_BOOT_SERVICES, in setup()
/external/u-boot/include/
Defi_api.h38 #define EVT_SIGNAL_EXIT_BOOT_SERVICES 0x00000201 macro
/external/u-boot/lib/efi_loader/
Defi_boottime.c1818 if (evt->type == EVT_SIGNAL_EXIT_BOOT_SERVICES) in efi_exit_boot_services()