Searched refs:processed (Results 1 – 24 of 24) sorted by relevance
| /u-boot/tools/env/ |
| A D | fw_env.c | 898 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 D | mtk_image.h | 119 uint32_t processed; member
|
| A D | mtk_image.c | 617 gfh->file_info.processed = cpu_to_le32(1); in put_ghf_header()
|
| /u-boot/doc/ |
| A D | README.splashprepare | 7 image data before it is processed and sent to the frame buffer by
|
| A D | README.ublimage | 129 processed. The descriptor gives the information required for loading 131 read and processed.
|
| A D | README.pxe | 26 pxe files while they're being processed. Up to 16 config files may be
|
| A D | README.ti-secure | 191 from the FIT image at boot time, they are post-processed to verify that
|
| /u-boot/lib/lzma/ |
| A D | LzmaDec.c | 800 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 D | lzma.txt | 379 destLen - processed output size 380 srcLen - processed input size
|
| /u-boot/doc/develop/ |
| A D | coccinelle.rst | 235 - 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 D | logging.rst | 225 Note that filters are processed in-order from top to bottom, not in the order of
|
| /u-boot/drivers/fastboot/ |
| A D | Kconfig | 177 Table. (Additionally, this downloaded image is post-processed
|
| /u-boot/scripts/ |
| A D | spelling.txt | 884 procesed||processed 890 processsed||processed
|
| /u-boot/drivers/serial/ |
| A D | Kconfig | 744 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 D | mx6_mx7_secure_boot.txt | 197 successfully processed without errors. HAB generates events when processing
|
| /u-boot/doc/usage/ |
| A D | dfu.rst | 143 processed.
|
| /u-boot/doc/driver-model/ |
| A D | of-plat.rst | 111 CONFIG_OF_SPL_REMOVE_PROPS option. The rest are processed. This will produce
|
| A D | ethernet.rst | 125 been processed, so the packet buffer can be freed or recycled. Typically you
|
| A D | design.rst | 695 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 D | Kconfig.boot | 151 processed before being added to the FIT image). 254 processed before being added to the FIT image).
|
| /u-boot/doc/uImage.FIT/ |
| A D | beaglebone_vboot.txt | 482 This has information about the key and some pre-processed values which U-Boot
|
| A D | signature.txt | 53 For this reason the RSA image verification uses pre-processed public keys
|
| /u-boot/drivers/video/ |
| A D | Kconfig | 893 image data before it is processed and sent to the frame buffer by
|
| /u-boot/ |
| A D | README | 2436 the Linux kernel; all data that must be processed by
|
Completed in 37 milliseconds