Home
last modified time | relevance | path

Searched refs:loaded_image_guid (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/efi/
H A Defi.c56 efi_guid_t loaded_image_guid = LOADED_IMAGE_PROTOCOL_GUID; in efi_init() local
71 ret = boot->open_protocol(priv->parent_image, &loaded_image_guid, in efi_init()
/openbmc/u-boot/lib/efi_loader/
H A Dhelloworld.c15 static const efi_guid_t loaded_image_guid = LOADED_IMAGE_GUID; variable
58 ret = boottime->handle_protocol(handle, &loaded_image_guid, in efi_main()