Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dfit_common.c41 int mmap_fdt(const char *cmdname, const char *fname, size_t size_inc, in mmap_fdt() argument
62 if (size_inc) { in mmap_fdt()
63 sbuf->st_size += size_inc; in mmap_fdt()
86 if (size_inc) { in mmap_fdt()
H A Dfit_image.c73 static int fit_add_file_data(struct image_tool_params *params, size_t size_inc, in fit_add_file_data() argument
83 tfd = mmap_fdt(params->cmdname, tmpfile, size_inc, &ptr, &sbuf, true); in fit_add_file_data()
90 destfd = mmap_fdt(params->cmdname, params->keydest, size_inc, in fit_add_file_data()
689 size_t size_inc; in fit_handle_file() local
750 for (size_inc = 0; size_inc < 64 * 1024; size_inc += 1024) { in fit_handle_file()
751 ret = fit_add_file_data(params, size_inc, tmpfile); in fit_handle_file()
H A Dfit_common.h30 int mmap_fdt(const char *cmdname, const char *fname, size_t size_inc,