Home
last modified time | relevance | path

Searched refs:image_check_magic (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dbootuimage.c33 if (!hdr || !image_check_magic(hdr)) { in do_boot_uimage_ram()
H A Dsource.c55 if (!image_check_magic (hdr)) { in source()
H A Dximg.c78 if (!image_check_magic(hdr)) { in do_imgextract()
H A Dbootm.c259 if (!image_check_magic(hdr)) { in image_info()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_decomp.c236 if (!image_check_magic(hdr)) { in board_init_r()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Duimage.c65 if (!image_check_magic(hdr) || (image_get_type(hdr) != IH_TYPE_MULTI)) in uimage_get_hdr()
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c417 if (!image_check_magic(rd_hdr)) { in image_get_ramdisk()
890 if (image_check_magic(hdr)) in genimg_get_format()
H A Dbootm.c839 if (!image_check_magic(hdr)) { in image_get_kernel()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h835 static inline int image_check_magic(const image_header_t *hdr) in image_check_magic() function