Home
last modified time | relevance | path

Searched refs:IH_NMLEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/core/
H A Duboot_image.h208 #define IH_NMLEN 32 /* Image Name Length */ macro
226 uint8_t ih_name[IH_NMLEN]; /* Image Name */
/openbmc/u-boot/include/
H A Dimage.h328 #define IH_NMLEN 32 /* Image Name Length */ macro
349 uint8_t ih_name[IH_NMLEN]; /* Image Name */
831 memcpy(image_get_name(hdr), name, strnlen(name, IH_NMLEN));
/openbmc/u-boot/common/
H A Dimage.c336 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr)); in image_print_contents()