Lines Matching full:write
638 uint8_t rem_bytes; /* Reminder bytes after aligning chunk write to
654 * is needed to be able to write current chunk.
737 * result. Make sure the user cannot write it from an image to skip validation.
787 /* Writes are aligned to flash write alignment, so may drop a few bytes
790 * write.
800 /* Write flash aligned chunk, note that img_chunk_len now holds aligned length */
804 /* Buffer address incompatible with write address, use buffer to write */
836 * written by the above write, so we are left with the rem_bytes.
1114 boot_uf->write(pkt_start, sizeof(pkt_start));
1116 boot_uf->write(pkt_cont, sizeof(pkt_cont));
1120 boot_uf->write(&encoded_buf[out], len);
1124 boot_uf->write("\n", 1);