Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubi/
A Dattach.c124 dbg_bld("add to free: PEB %d, EC %d", pnum, ec); in add_to_list()
126 dbg_bld("add to erase: PEB %d, EC %d", pnum, ec); in add_to_list()
128 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec); in add_to_list()
163 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec); in add_corrupted()
299 dbg_bld("added volume %d", vol_id); in add_volume()
359 dbg_bld("second PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
366 dbg_bld("first PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
411 dbg_bld("PEB %d CRC is OK", pnum); in ubi_compare_lebs()
421 dbg_bld("first PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
737 dbg_bld("return PEB %d, EC %d", aeb->pnum, aeb->ec); in ubi_early_get_peb()
[all …]
A Ddebug.h55 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) macro
A Dio.c768 dbg_bld("no EC header found at PEB %d, only 0xFF bytes", in ubi_io_read_ec_hdr()
785 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_ec_hdr()
799 dbg_bld("bad EC header CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_ec_hdr()
1026 dbg_bld("no VID header found at PEB %d, only 0xFF bytes", in ubi_io_read_vid_hdr()
1039 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_vid_hdr()
1053 dbg_bld("bad CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_vid_hdr()
A Dfastmap.c221 dbg_bld("found volume (ID %i)", vol_id); in add_vol()
328 dbg_bld("vol %i: AEB %i's PEB %i is the newer", in update_vol()
339 dbg_bld("vol %i: AEB %i's PEB %i is old, dropping it", in update_vol()
483 dbg_bld("scanning fastmap pool: size = %i", pool_size); in scan_pool()
527 dbg_bld("Adding PEB to free: %i", pnum); in scan_pool()
534 dbg_bld("Found non empty PEB:%i in pool", pnum); in scan_pool()
813 dbg_bld("inserting PEB:%i (LEB %i) to vol %i", in ubi_attach_fastmap()
1304 dbg_bld("writing fastmap SB to PEB %i", new_fm->e[0]->pnum); in ubi_write_fastmap()
1324 dbg_bld("writing fastmap data to PEB %i sqnum %llu", in ubi_write_fastmap()
1348 dbg_bld("fastmap written!"); in ubi_write_fastmap()

Completed in 11 milliseconds