Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dsource.c68 if (!image_check_magic (hdr)) { in source()
H A Dximg.c77 if (!image_check_magic(hdr)) { in do_imgextract()
H A Dbootm.c258 if (!image_check_magic(hdr)) { in image_info()
/openbmc/u-boot/common/
H A Dimage.c401 if (!image_check_magic(rd_hdr)) { in image_get_ramdisk()
874 if (image_check_magic(hdr)) in genimg_get_format()
H A Dbootm.c831 if (!image_check_magic(hdr)) { in image_get_kernel()
/openbmc/u-boot/include/
H A Dimage.h843 static inline int image_check_magic(const image_header_t *hdr) in image_check_magic() function