Home
last modified time | relevance | path

Searched refs:start_image (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_startimage_exit.c133 ret = boottime->start_image(handle, NULL, NULL); in execute()
H A Defi_selftest_startimage_return.c133 ret = boottime->start_image(handle, NULL, NULL); in execute()
H A Defi_selftest_loadimage.c503 ret = boottime->start_image(handle, NULL, NULL); in execute()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h297 efi_status_t (__efiapi *start_image)(efi_handle_t, unsigned long *,
352 u32 start_image; member
/openbmc/u-boot/include/
H A Defi_api.h124 efi_status_t (EFIAPI *start_image)(efi_handle_t handle,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3171 .start_image = efi_start_image,