Home
last modified time | relevance | path

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

/u-boot/include/
A Dimage.h340 #define IH_NMLEN 32 /* Image Name Length */ macro
361 uint8_t ih_name[IH_NMLEN]; /* Image Name */
867 strncpy(image_get_name(hdr), name, IH_NMLEN);
/u-boot/common/
A Dimage.c368 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr)); in image_print_contents()

Completed in 9 milliseconds