Home
last modified time | relevance | path

Searched refs:badblock (Results 1 – 25 of 28) sorted by relevance

12

/external/u-boot/drivers/mtd/nand/
Dmxc_nand_spl.c252 u32 badblock; in is_badblock() local
267 badblock = readl(&src[CONFIG_SYS_NAND_BAD_BLOCK_POS / 4]); in is_badblock()
268 badblock >>= 8 * (CONFIG_SYS_NAND_BAD_BLOCK_POS % 4); in is_badblock()
269 badblock &= 0xff; in is_badblock()
272 if (badblock != 0xff) in is_badblock()
/external/u-boot/tools/env/
Dfw_env.c865 int badblock = ioctl(fd, MEMGETBADBLOCK, &blockstart); in flash_bad_block() local
867 if (badblock < 0) { in flash_bad_block()
869 return badblock; in flash_bad_block()
872 if (badblock) { in flash_bad_block()
877 return badblock; in flash_bad_block()
/external/e2fsprogs/tests/f_filetype/
Dexpect.127 Inode 19 (/badblock) is an illegal block device.
/external/e2fsprogs/doc/RelNotes/
Dv1.43.5.txt41 The badblock program now properly handles languages which have
Dv1.34.txt22 badblock list which are no longer part of the filesystem as the result
Dv1.40.txt713 Fix error checking of badblock's last-block and start-block arguments.
/external/u-boot/tools/
Dmxsboot.c113 uint32_t badblock[510]; member
/external/e2fsprogs/debian/
Dchangelog279 * The badblock program now properly handles languages which have
2355 * Fix error checking of badblock's last-block and start-block arguments
3050 * Change badblock's default number of blocks tested at once from
/external/e2fsprogs/po/
De2fsprogs.pot2913 " -c Check for bad blocks and add them to the badblock "
Dfi.po2924 " -c Check for bad blocks and add them to the badblock "
Dzh_CN.po3041 " -c Check for bad blocks and add them to the badblock "
Dsr.po3180 " -c Check for bad blocks and add them to the badblock "
Duk.po3166 " -c Check for bad blocks and add them to the badblock "
Dms.po3131 " -c Check for bad blocks and add them to the badblock "
Deo.po3060 " -c Check for bad blocks and add them to the badblock "
Dit.po3130 " -c Check for bad blocks and add them to the badblock "
Did.po3080 " -c Check for bad blocks and add them to the badblock "
Dda.po3006 " -c Check for bad blocks and add them to the badblock "
Dsv.po3122 " -c Check for bad blocks and add them to the badblock "
Dnl.po3177 " -c Check for bad blocks and add them to the badblock "
Dtr.po3144 " -c Check for bad blocks and add them to the badblock "
Dpl.po3074 " -c Check for bad blocks and add them to the badblock "
Dca.po3131 " -c Check for bad blocks and add them to the badblock "
Dcs.po3134 " -c Check for bad blocks and add them to the badblock "
Dhu.po3176 " -c Check for bad blocks and add them to the badblock "

12