Searched refs:DEBUGF (Results 1 – 3 of 3) sorted by relevance
/u-boot/cmd/ |
A D | jffs2.c | 101 # define DEBUGF(fmt, args...) printf(fmt ,##args) macro 103 # define DEBUGF(fmt, args...) macro 320 DEBUGF("Error: Unknown device type.\n"); in get_part_sector_size() 340 DEBUGF("\n---mtdparts_init---\n"); in mtdparts_init() 378 DEBUGF("dev id: type = %d, num = %d, size = 0x%08lx, mtd_id = %s\n", in mtdparts_init() 406 DEBUGF("part : name = %s, size = 0x%08lx, offset = 0x%08lx\n", in mtdparts_init() 438 DEBUGF("\n--- jffs2_part_info: partition number %d for device %s%d (%s)\n", in jffs2_part_info()
|
A D | cramfs.c | 31 # define DEBUGF(fmt, args...) printf(fmt ,##args) macro 33 # define DEBUGF(fmt, args...) macro
|
/u-boot/fs/jffs2/ |
A D | jffs2_1pass.c | 142 # define DEBUGF(fmt,args...) printf(fmt ,##args) macro 144 # define DEBUGF(fmt,args...) macro 1195 DEBUGF ("rescan: First time in use\n"); in jffs2_1pass_rescan_needed() 1201 DEBUGF ("rescan: fraglist zero\n"); in jffs2_1pass_rescan_needed() 1211 DEBUGF ("rescan: fs changed beneath me? (%lx)\n", in jffs2_1pass_rescan_needed() 1686 DEBUGF("Obsolete node type: %x len %d offset 0x%x\n", in jffs2_1pass_build_lists() 1939 DEBUGF ("load: loaded '%s' to 0x%lx (%ld bytes)\n", fname, in jffs2_1pass_load()
|
Completed in 13 milliseconds