Home
last modified time | relevance | path

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

/u-boot/tools/env/
A Dfw_env.c898 size_t processed = 0; /* progress counter */ in flash_read_buf() local
926 while (processed < count) { in flash_read_buf()
948 rc = read(fd, buf + processed, readlen); in flash_read_buf()
965 processed += readlen; in flash_read_buf()
966 readlen = min(blocklen, count - processed); in flash_read_buf()
971 return processed; in flash_read_buf()
989 size_t processed = 0; /* progress counter */ in flash_write_buf() local
1092 while (processed < write_total) { in flash_write_buf()
1132 if (write(fd, data + processed, erasesize) != erasesize) { in flash_write_buf()
1143 processed += erasesize; in flash_write_buf()
[all …]
/u-boot/tools/
A Dmtk_image.h119 uint32_t processed; member
A Dmtk_image.c617 gfh->file_info.processed = cpu_to_le32(1); in put_ghf_header()
/u-boot/doc/
A DREADME.splashprepare7 image data before it is processed and sent to the frame buffer by
A DREADME.ublimage129 processed. The descriptor gives the information required for loading
131 read and processed.
A DREADME.pxe26 pxe files while they're being processed. Up to 16 config files may be
A DREADME.ti-secure191 from the FIT image at boot time, they are post-processed to verify that
/u-boot/lib/lzma/
A DLzmaDec.c800 SizeT processed; in LzmaDec_DecodeToDic() local
825 processed = (SizeT)(p->buf - src); in LzmaDec_DecodeToDic()
826 (*srcLen) += processed; in LzmaDec_DecodeToDic()
827 src += processed; in LzmaDec_DecodeToDic()
828 inSize -= processed; in LzmaDec_DecodeToDic()
A Dlzma.txt379 destLen - processed output size
380 srcLen - processed input size
/u-boot/doc/develop/
A Dcoccinelle.rst235 - Your current user's home directory is processed first
236 - Your directory from which spatch is called is processed next
237 - The directory provided with the --dir option is processed last, if used
A Dlogging.rst225 Note that filters are processed in-order from top to bottom, not in the order of
/u-boot/drivers/fastboot/
A DKconfig177 Table. (Additionally, this downloaded image is post-processed
/u-boot/scripts/
A Dspelling.txt884 procesed||processed
890 processsed||processed
/u-boot/drivers/serial/
A DKconfig744 before they are processed, including Ctrl-C. In cooked mode, Ctrl-C
745 is processed by the terminal, and terminates U-Boot. Valid options
749 -t raw Raw mode, Ctrl-C is processed by U-Boot
/u-boot/doc/imx/habv4/guides/
A Dmx6_mx7_secure_boot.txt197 successfully processed without errors. HAB generates events when processing
/u-boot/doc/usage/
A Ddfu.rst143 processed.
/u-boot/doc/driver-model/
A Dof-plat.rst111 CONFIG_OF_SPL_REMOVE_PROPS option. The rest are processed. This will produce
A Dethernet.rst125 been processed, so the packet buffer can be freed or recycled. Typically you
A Ddesign.rst695 available one (after all aliases are processed) if nothing particular is
960 which means that it will be processed (and a driver bound) in U-Boot proper
/u-boot/common/
A DKconfig.boot151 processed before being added to the FIT image).
254 processed before being added to the FIT image).
/u-boot/doc/uImage.FIT/
A Dbeaglebone_vboot.txt482 This has information about the key and some pre-processed values which U-Boot
A Dsignature.txt53 For this reason the RSA image verification uses pre-processed public keys
/u-boot/drivers/video/
A DKconfig893 image data before it is processed and sent to the frame buffer by
/u-boot/
A DREADME2436 the Linux kernel; all data that must be processed by

Completed in 28 milliseconds