Searched refs:nlay (Results 1 – 2 of 2) sorted by relevance
/external/strace/ |
D | mtd.c | 62 struct nand_ecclayout_user nlay; in mtd_ioctl() local 173 if (!verbose(tcp) || umove(tcp, arg, &nlay) < 0) in mtd_ioctl() 176 tprintf(", {eccbytes=%#" PRIx32 ", eccpos={", nlay.eccbytes); in mtd_ioctl() 177 for (i = 0; i < ARRAY_SIZE(nlay.eccpos); ++i) { in mtd_ioctl() 180 tprintf("%#" PRIx32, nlay.eccpos[i]); in mtd_ioctl() 182 tprintf("}, oobavail=%#" PRIx32 ", oobfree={", nlay.oobavail); in mtd_ioctl() 183 for (i = 0; i < ARRAY_SIZE(nlay.oobfree); ++i) { in mtd_ioctl() 187 nlay.oobfree[i].offset, nlay.oobfree[i].length); in mtd_ioctl()
|
/external/strace/test/ |
D | mtd.c | 21 struct nand_ecclayout_user nlay; in main() local 46 ioctl(fd, ECCGETLAYOUT, &nlay); in main()
|