check_short_pattern (9) Linux Manual Page
check_short_pattern – [GENERIC] check if a pattern is in the buffer
Synopsis
int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td);
Arguments
buf
-
- the 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 [at] linutronix.de>
- Author.
