Home
last modified time | relevance | path

Searched refs:dbg_bld (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dattach.c120 dbg_bld("add to free: PEB %d, EC %d", pnum, ec); in add_to_list()
122 dbg_bld("add to erase: PEB %d, EC %d", pnum, ec); in add_to_list()
124 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec); in add_to_list()
159 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec); in add_corrupted()
295 dbg_bld("added volume %d", vol_id); in add_volume()
355 dbg_bld("second PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
362 dbg_bld("first PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
401 dbg_bld("PEB %d CRC error: calculated %#08x, must be %#08x", in ubi_compare_lebs()
407 dbg_bld("PEB %d CRC is OK", pnum); in ubi_compare_lebs()
415 dbg_bld("second PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
[all …]
Dio.c765 dbg_bld("no EC header found at PEB %d, only 0xFF bytes", in ubi_io_read_ec_hdr()
782 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_ec_hdr()
796 dbg_bld("bad EC header CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_ec_hdr()
1023 dbg_bld("no VID header found at PEB %d, only 0xFF bytes", in ubi_io_read_vid_hdr()
1036 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_vid_hdr()
1050 dbg_bld("bad CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_vid_hdr()
Dfastmap.c216 dbg_bld("found volume (ID %i)", vol_id); in add_vol()
323 dbg_bld("vol %i: AEB %i's PEB %i is the newer", in update_vol()
334 dbg_bld("vol %i: AEB %i's PEB %i is old, dropping it", in update_vol()
478 dbg_bld("scanning fastmap pool: size = %i", pool_size); in scan_pool()
522 dbg_bld("Adding PEB to free: %i", pnum); in scan_pool()
529 dbg_bld("Found non empty PEB:%i in pool", pnum); in scan_pool()
808 dbg_bld("inserting PEB:%i (LEB %i) to vol %i", in ubi_attach_fastmap()
1299 dbg_bld("writing fastmap SB to PEB %i", new_fm->e[0]->pnum); in ubi_write_fastmap()
1319 dbg_bld("writing fastmap data to PEB %i sqnum %llu", in ubi_write_fastmap()
1343 dbg_bld("fastmap written!"); in ubi_write_fastmap()
Ddebug.h45 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) macro