other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CHECK_PATTERN(9) | Internal Functions Provided | CHECK_PATTERN(9) |
NAME¶
check_pattern - [GENERIC] check if a pattern is in the bufferSYNOPSIS¶
int
check_pattern(uint8_t * buf,
int len, int paglen,
struct nand_bbt_descr * td);
ARGUMENTS¶
bufthe buffer to search
len
the length of buffer to search
paglen
the pagelength
td
search pattern descriptor
DESCRIPTION¶
Check for a pattern at the given place. Used to search bad block tables and good / bad block identifiers.AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |