Home
last modified time | relevance | path

Searched refs:image_multi_count (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/
H A Dximg.c114 count = image_multi_count(hdr); in do_imgextract()
/openbmc/u-boot/tools/
H A Ddefault_image.c149 count = image_multi_count(hdr); in image_extract_subimage()
/openbmc/u-boot/common/
H A Dimage.c237 ulong image_multi_count(const image_header_t *hdr) in image_multi_count() function
278 count = image_multi_count(hdr); in image_multi_getimg()
352 ulong count = image_multi_count(hdr); in image_print_contents()
/openbmc/u-boot/include/
H A Dimage.h861 ulong image_multi_count(const image_header_t *hdr);