check_pattern (9) - Linux Manuals
check_pattern: [GENERIC] check if a pattern is in the buffer
NAME
check_pattern - [GENERIC] check if a pattern is in the buffer
SYNOPSIS
-
int check_pattern(uint8_t
* buf, intlen, int paglen, struct nand_bbt_descr * td);
ARGUMENTS
buf
-
- the 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 [at] linutronix.de>
- Author.
COPYRIGHT