Lines Matching refs:retlen
53 size_t retlen; in find_boot_record() local
76 &retlen, buf); in find_boot_record()
79 if (retlen != SECTORSIZE) { in find_boot_record()
95 if (retlen < 6 || memcmp(buf, "BNAND", 6)) { in find_boot_record()
103 8, &retlen,(char *)&h1); in find_boot_record()
121 &retlen, buf); in find_boot_record()
122 if (retlen != SECTORSIZE) { in find_boot_record()
340 size_t retlen; in check_free_sectors() local
350 if (mtd_read(mtd, address, SECTORSIZE, &retlen, buf)) in check_free_sectors()
357 &retlen, &buf[SECTORSIZE]) < 0) in check_free_sectors()
383 size_t retlen; in INFTL_formatblock() local
429 if (inftl_write_oob(mtd, instr->addr + 8, 8, &retlen, (char *)&uci) < 0) in INFTL_formatblock()
554 size_t retlen; in INFTL_mount() local
607 8, &retlen, (char *)&h0) < 0 || in INFTL_mount()
609 2 * SECTORSIZE + 8, 8, &retlen, in INFTL_mount()