Searched refs:sect_buf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dssfdc.c111 uint8_t *sect_buf; local
115 sect_buf = kmalloc(SECTOR_SIZE, GFP_KERNEL);
116 if (!sect_buf)
127 sect_buf);
133 } else if (!memcmp(sect_buf, cis_numbers,
147 kfree(sect_buf);
153 static int read_physical_sector(struct mtd_info *mtd, uint8_t *sect_buf, argument
160 ret = mtd->read(mtd, offset, SECTOR_SIZE, &retlen, sect_buf);

Completed in 56 milliseconds