Searched refs:corrupted (Results 1 – 24 of 24) sorted by relevance
/u-boot/fs/ubifs/ |
A D | scan.c | 297 goto corrupted; in ubifs_scan() 303 goto corrupted; in ubifs_scan() 324 goto corrupted; in ubifs_scan() 337 goto corrupted; in ubifs_scan() 342 corrupted: in ubifs_scan()
|
A D | recovery.c | 709 goto corrupted; in ubifs_recover_leb() 792 corrupted: in ubifs_recover_leb()
|
A D | super.c | 684 if (c->vi.corrupted) { in init_constants_early()
|
/u-boot/drivers/mtd/ubi/ |
A D | kapi.c | 83 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info() 211 vol->corrupted = 1; in ubi_open_volume() 448 vol->corrupted = 1; in ubi_leb_read() 488 vol->corrupted = 1; in ubi_leb_read_sg()
|
A D | vmt.c | 41 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL); 97 ret = sprintf(buf, "%d\n", vol->corrupted); in vol_attribute_show() 704 if (vol->upd_marker && vol->corrupted) { in self_check_volume() 734 if (vol->corrupted) { in self_check_volume()
|
A D | upd.c | 95 vol->corrupted = 0; in clear_update_marker()
|
A D | attach.c | 326 int len, err, second_is_newer, bitflips = 0, corrupted = 0; in ubi_compare_lebs() local 407 corrupted = 1; in ubi_compare_lebs() 423 return second_is_newer | (bitflips << 1) | (corrupted << 2); in ubi_compare_lebs()
|
A D | debug.c | 112 printf("\tcorrupted %d\n", vol->corrupted); in ubi_dump_vol_info()
|
A D | ubi.h | 349 unsigned int corrupted:1; member
|
A D | vtbl.c | 615 vol->corrupted = 1;
|
/u-boot/include/linux/mtd/ |
A D | ubi.h | 108 int corrupted; member
|
/u-boot/lib/lzma/ |
A D | history.txt | 52 If encoded stream was corrupted, decoder could access memory 118 If encoded stream was corrupted, decoder could access memory 201 If _LZMA_OUT_READ was defined, and if encoded stream was corrupted,
|
/u-boot/doc/ |
A D | README.sha1 | 6 corrupted.
|
A D | README.ubi | 102 UBI: corrupted 0 117 UBI: corrupted 0
|
A D | README.armada-secureboot | 278 | operation! Should wrong or corrupted values be used, the |
|
/u-boot/board/freescale/p1_p2_rdb_pc/ |
A D | README | 24 is used to store SPD data. In case of absent or corrupted SPD, falling back
|
/u-boot/cmd/ |
A D | ubi.c | 317 vol->corrupted = 1; in ubi_volume_continue_write() 389 if (vol->corrupted) in ubi_volume_read()
|
/u-boot/doc/android/ |
A D | bcb.rst | 82 # corrupted/non-existent BCB
|
/u-boot/board/sbc8349/ |
A D | README | 30 Restoring a corrupted or missing flash image:
|
/u-boot/common/ |
A D | Kconfig.boot | 45 the image contents have not been corrupted. 54 the image contents have not been corrupted. Use this for the highest 64 the image contents have not been corrupted. 102 A sane value of 256MB protects corrupted DTB structures from overlapping
|
/u-boot/scripts/ |
A D | Kbuild.include | 320 # delete partially updated (i.e. corrupted) files on error
|
/u-boot/common/spl/ |
A D | Kconfig | 421 contents have not been corrupted. Note that MD5 is not considered 434 image contents have not been corrupted or maliciously altered. 446 image contents have not been corrupted. 456 image contents have not been corrupted. Use this for the highest 467 image contents have not been corrupted.
|
/u-boot/board/gateworks/gw_ventana/ |
A D | README | 63 copies of a bootloader in flash in the case that a bad block has corrupted one.
|
/u-boot/env/ |
A D | Kconfig | 201 valid backup copy in case the other copy is corrupted, e.g. due
|
Completed in 38 milliseconds