Home
last modified time | relevance | path

Searched refs:efi_guid_loaded_image (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c16 const efi_guid_t efi_guid_loaded_image = LOADED_IMAGE_GUID; variable
84 if (!guidcmp(handler->guid, &efi_guid_loaded_image)) { in efi_print_image_infos()
H A Defi_boottime.c1560 &efi_guid_loaded_image, info); in efi_setup_loaded_image()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c242 ret = boottime->handle_protocol(image_handle, &efi_guid_loaded_image, in efi_selftest()
/openbmc/u-boot/include/
H A Defi_loader.h137 extern const efi_guid_t efi_guid_loaded_image;
/openbmc/u-boot/cmd/
H A Defidebug.c118 ret = efi_search_protocol(handle, &efi_guid_loaded_image, &handler); in efi_get_driver_handle_info()