Home
last modified time | relevance | path

Searched refs:write_total (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/tools/env/
Dfw_env.c980 size_t write_total; /* total size to actually write - excluding in flash_write_buf() local
998 write_total = blocklen; in flash_write_buf()
1017 write_total = ((block_seek + count + blocklen - 1) / in flash_write_buf()
1026 if (write_total > count) { in flash_write_buf()
1035 rc = flash_read_buf(dev, fd, data, write_total, erase_offset); in flash_write_buf()
1036 if (write_total != rc) in flash_write_buf()
1043 if (block_seek + count != write_total) { in flash_write_buf()
1048 (unsigned long)write_total - 1); in flash_write_buf()
1075 while (processed < write_total) { in flash_write_buf()
1128 if (write_total > count) in flash_write_buf()