Query: create_bbt
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CREATE_BBT(9) Internal Functions Provided CREATE_BBT(9)NAMEcreate_bbt - [GENERIC] Create a bad block table by scanning the deviceSYNOPSISint create_bbt(struct mtd_info * mtd, uint8_t * buf, struct nand_bbt_descr * bd, int chip);ARGUMENTSmtd MTD device structure buf temporary buffer bd descriptor for the good/bad block search pattern chip create the table for a specific chip, -1 read all chips. Applies only if NAND_BBT_PERCHIP option is setDESCRIPTIONCreate a bad block table by scanning the device for the given good/bad block identify patternAUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 CREATE_BBT(9)