Searched refs:BLK_VEN_SIZE (Results 1 – 3 of 3) sorted by relevance
150 snprintf(desc->vendor, BLK_VEN_SIZE, "U-Boot");199 snprintf(blk_dev->vendor, BLK_VEN_SIZE, "U-Boot");
1167 BLK_VEN_SIZE); in ide_blk_probe()1168 desc->vendor[BLK_VEN_SIZE] = '\0'; in ide_blk_probe()
42 #define BLK_VEN_SIZE 40 macro81 char vendor[BLK_VEN_SIZE + 1]; /* device vendor string */
Completed in 5 milliseconds