other versions
- wheezy 3.2.78-1
CHECK_SHORT_PATTERN(9) | Internal Functions Provided | CHECK_SHORT_PATTERN(9) |
NAME¶
check_short_pattern - [GENERIC] check if a pattern is in the bufferSYNOPSIS¶
int
check_short_pattern(uint8_t * buf,
struct nand_bbt_descr * td);
ARGUMENTS¶
bufthe buffer to search
td
search pattern descriptor
DESCRIPTION¶
Check for a pattern at the given place. Used to search bad block tables and good / bad block identifiers. Same as check_pattern, but no optional empty check.AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |