Home
last modified time | relevance | path

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

12

/external/u-boot/drivers/mtd/nand/raw/
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.c869 int badblock = ioctl(fd, MEMGETBADBLOCK, &blockstart); in flash_bad_block() local
871 if (badblock < 0) { in flash_bad_block()
873 return badblock; in flash_bad_block()
876 if (badblock) { in flash_bad_block()
881 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/
Dchangelog492 * The badblock program now properly handles languages which have
2568 * Fix error checking of badblock's last-block and start-block arguments
3263 * Change badblock's default number of blocks tested at once from
/external/e2fsprogs/po/
De2fsprogs.pot2953 " -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.po3043 " -c Check for bad blocks and add them to the badblock list\n"
Dms.po3161 " -c Check for bad blocks and add them to the badblock list\n"
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 "
Dit.po3130 " -c Check for bad blocks and add them to the badblock "
Deo.po3060 " -c Check for bad blocks and add them to the badblock "
Dpl.po3039 " -c Check for bad blocks and add them to the badblock list\n"
Dtr.po3144 " -c Check for bad blocks and add them to the badblock "
Dpt.po3041 " -c Check for bad blocks and add them to the badblock list\n"
Dnl.po3061 " -c Check for bad blocks and add them to the badblock list\n"
Dsv.po3061 " -c Check for bad blocks and add them to the badblock list\n"
Dca.po3131 " -c Check for bad blocks and add them to the badblock "
Dcs.po3061 " -c Check for bad blocks and add them to the badblock list\n"

12