Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dfit_common.c43 int mmap_fdt(const char *cmdname, const char *fname, size_t size_inc, in mmap_fdt() argument
64 if (size_inc) { in mmap_fdt()
65 sbuf->st_size += size_inc; in mmap_fdt()
88 if (size_inc) { in mmap_fdt()
H A Dfit_image.c26 static int fit_add_file_data(struct image_tool_params *params, size_t size_inc, in fit_add_file_data() argument
36 tfd = mmap_fdt(params->cmdname, tmpfile, size_inc, &ptr, &sbuf, true); in fit_add_file_data()
43 destfd = mmap_fdt(params->cmdname, params->keydest, size_inc, in fit_add_file_data()
635 size_t size_inc; in fit_handle_file() local
689 for (size_inc = 0; size_inc < 64 * 1024; size_inc += 1024) { in fit_handle_file()
690 ret = fit_add_file_data(params, size_inc, tmpfile); in fit_handle_file()
H A Dfit_common.h37 int mmap_fdt(const char *cmdname, const char *fname, size_t size_inc,