Lines Matching refs:retlen
40 size_t retlen; in find_boot_record() local
63 &retlen, buf); in find_boot_record()
66 if (retlen != SECTORSIZE) { in find_boot_record()
82 if (retlen < 6 || memcmp(buf, "BNAND", 6)) { in find_boot_record()
90 8, &retlen,(char *)&h1); in find_boot_record()
108 &retlen, buf); in find_boot_record()
109 if (retlen != SECTORSIZE) { in find_boot_record()
320 size_t retlen; in check_free_sectors() local
330 if (mtd_read(mtd, address, SECTORSIZE, &retlen, buf)) in check_free_sectors()
337 &retlen, &buf[SECTORSIZE]) < 0) in check_free_sectors()
363 size_t retlen; in INFTL_formatblock() local
409 if (inftl_write_oob(mtd, instr->addr + 8, 8, &retlen, (char *)&uci) < 0) in INFTL_formatblock()
534 size_t retlen; in INFTL_mount() local
583 8, &retlen, (char *)&h0) < 0 || in INFTL_mount()
585 2 * SECTORSIZE + 8, 8, &retlen, in INFTL_mount()