Lines Matching refs:PRINTF

18 #define PRINTF(fmt, args...) printf(fmt ,##args)  macro
20 #define PRINTF(fmt, args...) macro
149 PRINTF("Rigid disk block suspect at %d, checking checksum\n",i); in get_rdisk()
152 PRINTF("FOUND\n"); in get_rdisk()
159 PRINTF("Done scanning, no RDB found\n"); in get_rdisk()
181 PRINTF("Scanning for BOOT from 0 to %d\n", limit); in get_bootcode()
191 PRINTF("BOOT block at %d, checking checksum\n", i); in get_bootcode()
194 PRINTF("Found valid bootcode block\n"); in get_bootcode()
202 PRINTF("No boot code found on disk\n"); in get_bootcode()
215 PRINTF("part_test_amiga: Testing for an Amiga RDB partition\n"); in part_test_amiga()
222 PRINTF("part_test_amiga: bootable Amiga disk\n"); in part_test_amiga()
224 PRINTF("part_test_amiga: non-bootable Amiga disk\n"); in part_test_amiga()
230 PRINTF("part_test_amiga: no RDB found\n"); in part_test_amiga()
246 PRINTF("Trying to find partition block %d\n", partnum); in find_partition()
250 PRINTF("find_partition: no rdb found\n"); in find_partition()
254 PRINTF("find_partition: Scanning partition list\n"); in find_partition()
257 PRINTF("find_partition: partition list at 0x%x\n", block); in find_partition()
267 PRINTF("PART block suspect at 0x%x, checking checksum\n",block); in find_partition()
283 PRINTF("PART block not found\n"); in find_partition()
332 PRINTF("part_print_amiga: no rdb found\n"); in part_print_amiga()
336 PRINTF("part_print_amiga: Scanning partition list\n"); in part_print_amiga()
339 PRINTF("part_print_amiga: partition list at 0x%x\n", block); in part_print_amiga()
355 PRINTF("Trying to load block #0x%X\n", block); in part_print_amiga()
363 PRINTF("PART block suspect at 0x%x, checking checksum\n",block); in part_print_amiga()