Searched refs:IH_NMLEN (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dimage.h313 #define IH_NMLEN 32 /* Image Name Length */ macro
334 uint8_t ih_name[IH_NMLEN]; /* Image Name */
938 * This is equivalent to: strncpy(image_get_name(hdr), name, IH_NMLEN);
941 * want to include a nul terminator if the name is of length IH_NMLEN
943 memcpy(image_get_name(hdr), name, strnlen(name, IH_NMLEN));
/u-boot/boot/
H A Dimage.c369 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));

Completed in 50 milliseconds