Home
last modified time | relevance | path

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

/u-boot/drivers/block/
A Dsandbox.c150 snprintf(desc->vendor, BLK_VEN_SIZE, "U-Boot");
199 snprintf(blk_dev->vendor, BLK_VEN_SIZE, "U-Boot");
A Dide.c1167 BLK_VEN_SIZE); in ide_blk_probe()
1168 desc->vendor[BLK_VEN_SIZE] = '\0'; in ide_blk_probe()
/u-boot/include/
A Dblk.h42 #define BLK_VEN_SIZE 40 macro
81 char vendor[BLK_VEN_SIZE + 1]; /* device vendor string */

Completed in 5 milliseconds