Searched refs:BLK_VEN_SIZE (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/block/
H A Dhost_dev.c118 snprintf(desc->vendor, BLK_VEN_SIZE, "U-Boot");
H A Dblkmap.c384 snprintf(bd->vendor, BLK_VEN_SIZE, "U-Boot");
H A Dide.c1053 strlcpy(desc->vendor, pdesc.vendor, BLK_VEN_SIZE);
/u-boot/include/
H A Dblk.h33 #define BLK_VEN_SIZE 40 macro
75 char vendor[BLK_VEN_SIZE + 1]; /* device vendor string */

Completed in 80 milliseconds