Lines Matching refs:PRINTF
19 #define PRINTF(fmt, args...) printf(fmt ,##args) macro
21 #define PRINTF(fmt, args...) macro
150 PRINTF("Rigid disk block suspect at %d, checking checksum\n",i); in get_rdisk()
153 PRINTF("FOUND\n"); in get_rdisk()
160 PRINTF("Done scanning, no RDB found\n"); in get_rdisk()
182 PRINTF("Scanning for BOOT from 0 to %d\n", limit); in get_bootcode()
192 PRINTF("BOOT block at %d, checking checksum\n", i); in get_bootcode()
195 PRINTF("Found valid bootcode block\n"); in get_bootcode()
203 PRINTF("No boot code found on disk\n"); in get_bootcode()
216 PRINTF("part_test_amiga: Testing for an Amiga RDB partition\n"); in part_test_amiga()
223 PRINTF("part_test_amiga: bootable Amiga disk\n"); in part_test_amiga()
225 PRINTF("part_test_amiga: non-bootable Amiga disk\n"); in part_test_amiga()
231 PRINTF("part_test_amiga: no RDB found\n"); in part_test_amiga()
247 PRINTF("Trying to find partition block %d\n", partnum); in find_partition()
251 PRINTF("find_partition: no rdb found\n"); in find_partition()
255 PRINTF("find_partition: Scanning partition list\n"); in find_partition()
258 PRINTF("find_partition: partition list at 0x%x\n", block); in find_partition()
268 PRINTF("PART block suspect at 0x%x, checking checksum\n",block); in find_partition()
284 PRINTF("PART block not found\n"); in find_partition()
333 PRINTF("part_print_amiga: no rdb found\n"); in part_print_amiga()
337 PRINTF("part_print_amiga: Scanning partition list\n"); in part_print_amiga()
340 PRINTF("part_print_amiga: partition list at 0x%x\n", block); in part_print_amiga()
356 PRINTF("Trying to load block #0x%X\n", block); in part_print_amiga()
364 PRINTF("PART block suspect at 0x%x, checking checksum\n",block); in part_print_amiga()