/openbmc/qemu/tests/functional/ |
H A D | test_aarch64_aspeed.py | 65 for load_image in load_images_list: 66 addr = load_image['addr'] 67 file = load_image['file']
|
/openbmc/u-boot/include/ |
H A D | spl.h | 241 int (*load_image)(struct spl_image_info *spl_image, member 260 .load_image = _method, \ 266 .load_image = _method, \
|
H A D | efi_api.h | 120 efi_status_t (EFIAPI *load_image)(bool boot_policiy,
|
/openbmc/u-boot/cmd/ |
H A D | armflash.c | 178 static int load_image(const char * const name, const ulong address) in load_image() function 278 ret = load_image(argv[2], 0x0); in do_afs() 283 ret = load_image(argv[2], load_addr); in do_afs()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/ |
H A D | 0001-file-tiff-load-fix-mismatching-variable-type.patch | 14 @@ -1301,8 +1301,8 @@ load_image (GFile *file,
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_startimage_return.c | 127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
|
H A D | efi_selftest_startimage_exit.c | 127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
|
H A D | efi_selftest_loadimage.c | 497 ret = boottime->load_image(false, handle_image, &dp_file.vendor.dp, in execute()
|
/openbmc/linux/Documentation/translations/zh_CN/arch/openrisc/ |
H A D | openrisc_port.rst | 74 > halt; load_image vmlinux ; reset
|
/openbmc/u-boot/board/Synology/ds109/ |
H A D | openocd.cfg | 113 load_image u-boot.bin 0x00600000 bin
|
/openbmc/linux/Documentation/arch/openrisc/ |
H A D | openrisc_port.rst | 66 > halt; load_image vmlinux ; reset
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_flash.c | 227 static bool load_image(struct esas2r_adapter *a, struct esas2r_request *rq) in load_image() function 549 if (!load_image(a, rq)) { in fw_download_proc() 1516 if (!load_image(a, rq)) in esas2r_fm_api()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 293 efi_status_t (__efiapi *load_image)(bool, efi_handle_t, 351 u32 load_image; member
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 548 ret = loader->load_image(spl_image, &bootdev); in spl_load_image()
|
/openbmc/linux/kernel/power/ |
H A D | swap.c | 1058 static int load_image(struct swap_map_handle *handle, in load_image() function 1501 load_image(&handle, &snapshot, header->pages - 1) : in swsusp_read()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3170 .load_image = efi_load_image,
|