Lines Matching refs:printf

18 #define	PRINTF(fmt,args...)	printf (fmt ,##args)
130 printf ("(%d:%d) Vendor: %s Prod.: %s Rev: %s\n", in dev_print()
139 printf ("Model: %s Firm: %s Ser#: %s\n", in dev_print()
148 printf ("Vendor: %s Rev: %s Prod: %s\n", in dev_print()
154 printf("%s VirtIO Block Device\n", dev_desc->vendor); in dev_print()
163 printf("Unhandled device type: %i\n", dev_desc->if_type); in dev_print()
183 printf ("# %02X #", dev_desc->type & 0x1F); in dev_print()
206 printf (" Supports 48-bit addressing\n"); in dev_print()
209 printf (" Capacity: %lu.%lu MB = %lu.%lu GB (%llu x %lu)\n", in dev_print()
215 printf (" Capacity: %lu.%lu MB = %lu.%lu GB (%lu x %lu)\n", in dev_print()
294 printf (" device %d -- Partition Type: %s\n\n", in print_part_header()
305 printf("## Unknown partition table type %x\n", in part_print()
391 printf("** Bad device specification %s %s **\n", in blk_get_device_by_str()
400 printf("** Bad HW partition specification %s %s **\n", in blk_get_device_by_str()
476 printf("UBIFS not mounted, use ubifsmount to mount volume first!\n"); in blk_get_device_part_str()
498 printf("** No device specified **\n"); in blk_get_device_part_str()
531 printf("** Bad partition specification %s %s **\n", in blk_get_device_part_str()
544 printf("** Bad device size - %s %s **\n", ifname, in blk_get_device_part_str()
555 printf("** No partition table - %s %s **\n", ifname, in blk_get_device_part_str()
582 printf("** Invalid partition %d **\n", part); in blk_get_device_part_str()
624 printf("** No valid partitions found **\n"); in blk_get_device_part_str()
630 printf("** Invalid partition type \"%.32s\"" in blk_get_device_part_str()