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()
341 size_t retlen; in check_free_sectors() local
345 if (mtd_read(mtd, address, SECTORSIZE, &retlen, buf)) in check_free_sectors()
352 &retlen, &buf[SECTORSIZE]) < 0) in check_free_sectors()
374 size_t retlen; in INFTL_formatblock() local
420 if (inftl_write_oob(mtd, instr->addr + 8, 8, &retlen, (char *)&uci) < 0) in INFTL_formatblock()
545 size_t retlen; in INFTL_mount() local
598 8, &retlen, (char *)&h0) < 0 || in INFTL_mount()
600 2 * SECTORSIZE + 8, 8, &retlen, in INFTL_mount()