Searched refs:old_fdt (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ |
H A D | file.c | 304 struct fdtable *old_fdt, *new_fdt; in dup_fd() local 325 old_fdt = files_fdtable(oldf); in dup_fd() 326 open_files = sane_fdtable_size(old_fdt, punch_hole); in dup_fd() 356 old_fdt = files_fdtable(oldf); in dup_fd() 357 open_files = sane_fdtable_size(old_fdt, punch_hole); in dup_fd() 360 copy_fd_bitmaps(new_fdt, old_fdt, open_files / BITS_PER_LONG); in dup_fd() 362 old_fds = old_fdt->fd; in dup_fd()
|
/openbmc/u-boot/tools/ |
H A D | fit_image.c | 526 void *fdt, *old_fdt; in fit_import_data() local 534 fd = mmap_fdt(params->cmdname, fname, 0, &old_fdt, &sbuf, false); in fit_import_data() 537 fit_size = fdt_totalsize(old_fdt); in fit_import_data() 549 ret = fdt_open_into(old_fdt, fdt, size); in fit_import_data() 614 munmap(old_fdt, sbuf.st_size); in fit_import_data()
|