Lines Matching refs:PRINTF

17 #define PRINTF(fmt, args...) printf(fmt ,##args)  macro
19 #define PRINTF(fmt, args...) macro
148 PRINTF("Rigid disk block suspect at %d, checking checksum\n",i); in get_rdisk()
151 PRINTF("FOUND\n"); in get_rdisk()
158 PRINTF("Done scanning, no RDB found\n"); in get_rdisk()
180 PRINTF("Scanning for BOOT from 0 to %d\n", limit); in get_bootcode()
190 PRINTF("BOOT block at %d, checking checksum\n", i); in get_bootcode()
193 PRINTF("Found valid bootcode block\n"); in get_bootcode()
201 PRINTF("No boot code found on disk\n"); in get_bootcode()
214 PRINTF("part_test_amiga: Testing for an Amiga RDB partition\n"); in part_test_amiga()
221 PRINTF("part_test_amiga: bootable Amiga disk\n"); in part_test_amiga()
223 PRINTF("part_test_amiga: non-bootable Amiga disk\n"); in part_test_amiga()
229 PRINTF("part_test_amiga: no RDB found\n"); in part_test_amiga()
245 PRINTF("Trying to find partition block %d\n", partnum); in find_partition()
249 PRINTF("find_partition: no rdb found\n"); in find_partition()
253 PRINTF("find_partition: Scanning partition list\n"); in find_partition()
256 PRINTF("find_partition: partition list at 0x%x\n", block); in find_partition()
266 PRINTF("PART block suspect at 0x%x, checking checksum\n",block); in find_partition()
282 PRINTF("PART block not found\n"); in find_partition()
331 PRINTF("part_print_amiga: no rdb found\n"); in part_print_amiga()
335 PRINTF("part_print_amiga: Scanning partition list\n"); in part_print_amiga()
338 PRINTF("part_print_amiga: partition list at 0x%x\n", block); in part_print_amiga()
354 PRINTF("Trying to load block #0x%X\n", block); in part_print_amiga()
362 PRINTF("PART block suspect at 0x%x, checking checksum\n",block); in part_print_amiga()