Query: read_abs_bbt
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
READ_ABS_BBT(9) Internal Functions Provided READ_ABS_BBT(9)NAMEread_abs_bbt - [GENERIC] Read the bad block table starting at a given pageSYNOPSISint read_abs_bbt(struct mtd_info * mtd, uint8_t * buf, struct nand_bbt_descr * td, int chip);ARGUMENTSmtd MTD device structure buf temporary buffer td descriptor for the bad block table chip read the table for a specific chip, -1 read all chips; applies only if NAND_BBT_PERCHIP option is setDESCRIPTIONRead the bad block table for all chips starting at a given page. We assume that the bbt bits are in consecutive order.AUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 READ_ABS_BBT(9)