HomeSort by relevance Sort by last modified time
    Searched refs:ubi_warn (Results 1 - 13 of 13) sorted by null

  /external/u-boot/drivers/mtd/ubispl/
ubispl.h 131 #define ubi_warn(fmt, ...) printf("UBI warning: " fmt "\n", ##__VA_ARGS__) macro
ubispl.c 134 ubi_warn("Vol: %u LEB %d > %d", vol_id, lnum, UBI_MAX_VOL_LEBS);
730 ubi_warn("LEB %d of %d is missing", lnum, last);
739 ubi_warn("Corrupted mapping block %d PB %d\n", lnum, pnum);
752 ubi_warn("Vol: %u LEB %u PEB %u not yet scanned", vol_id,
785 ubi_warn("Vol: %u LEB %u PEB %u data CRC failure", vol_id,
811 ubi_warn("Vol: %u LEB %u PEB %u not yet scanned",
862 ubi_warn("Failed to load volume %u", vol_id);
920 ubi_warn("Failed");
  /external/u-boot/drivers/mtd/ubi/
eba.c 417 ubi_warn(ubi, "corrupted VID header at PEB %d, LEB %d:%d",
456 ubi_warn(ubi, "CRC error: calculated %#08x, must be %#08x",
630 ubi_warn(ubi, "failed to write to PEB %d", new_pnum);
674 ubi_warn(ubi, "failed to write data to PEB %d", pnum);
716 ubi_warn(ubi, "failed to write VID header to LEB %d:%d, PEB %d",
725 ubi_warn(ubi, "failed to write %d bytes at offset %d of LEB %d:%d, PEB %d",
839 ubi_warn(ubi, "failed to write VID header to LEB %d:%d, PEB %d",
847 ubi_warn(ubi, "failed to write %d bytes of data to PEB %d",
959 ubi_warn(ubi, "failed to write VID header to LEB %d:%d, PEB %d",
967 ubi_warn(ubi, "failed to write %d bytes of data to PEB %d"
    [all...]
misc.c 121 ubi_warn(ubi, "number of bad PEBs (%d) is above the expected limit (%d), not reserving any PEBs for bad PEB handling, will use available PEBs (if any)",
io.c 180 ubi_warn(ubi, "error %d%s while reading %d bytes from PEB %d:%d, read only %zd bytes, retry",
352 ubi_warn(ubi, "error %d while erasing PEB %d, retry",
371 ubi_warn(ubi, "error while erasing PEB %d, retry",
763 ubi_warn(ubi, "no EC header found at PEB %d, only 0xFF bytes",
778 ubi_warn(ubi, "bad magic number at PEB %d: %08x instead of %08x",
792 ubi_warn(ubi, "bad EC header CRC at PEB %d, calculated %#08x, read %#08x",
1021 ubi_warn(ubi, "no VID header found at PEB %d, only 0xFF bytes",
1032 ubi_warn(ubi, "bad magic number at PEB %d: %08x instead of %08x",
1046 ubi_warn(ubi, "bad CRC at PEB %d, calculated %#08x, read %#08x",
    [all...]
kapi.c 208 ubi_warn(ubi, "volume %d on UBI device %d is corrupted",
446 ubi_warn(ubi, "mark volume %d as corrupted", vol_id);
486 ubi_warn(ubi, "mark volume %d as corrupted", vol_id);
vtbl.c 444 ubi_warn(ubi, "volume table copy #2 is corrupted");
467 ubi_warn(ubi, "volume table copy #1 is corrupted");
606 ubi_warn(ubi, "static volume %d misses %d LEBs - corrupted",
ubi.h 52 #define ubi_warn(ubi, fmt, ...) pr_warn(UBI_NAME_STR "%d warning: %s: " fmt "\n", \ macro
    [all...]
build.c 783 ubi_warn(ubi, "EC and VID headers are in the same minimal I/O unit, switch to read-only mode");
823 ubi_warn(ubi, "skip auto-resize because of R/O mode");
    [all...]
wl.c     [all...]
attach.c 1033 ubi_warn(ubi, "valid VID header but corrupted EC header at PEB %d",
    [all...]
fastmap.c     [all...]
  /external/u-boot/cmd/
ubi.c 287 ubi_warn(ubi, "volume %d on UBI device %d is corrupt",

Completed in 4123 milliseconds