Searched refs:old_fdt (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file.c | 321 struct fdtable *old_fdt, *new_fdt; in dup_fd() local 342 old_fdt = files_fdtable(oldf); in dup_fd() 343 open_files = sane_fdtable_size(old_fdt, max_fds); in dup_fd() 373 old_fdt = files_fdtable(oldf); in dup_fd() 374 open_files = sane_fdtable_size(old_fdt, max_fds); in dup_fd() 377 copy_fd_bitmaps(new_fdt, old_fdt, open_files); in dup_fd() 379 old_fds = old_fdt->fd; in dup_fd()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_image.c | 580 void *fdt, *old_fdt; in fit_import_data() local 588 fd = mmap_fdt(params->cmdname, fname, 0, &old_fdt, &sbuf, false); in fit_import_data() 591 fit_size = fdt_totalsize(old_fdt); in fit_import_data() 603 ret = fdt_open_into(old_fdt, fdt, size); in fit_import_data() 668 munmap(old_fdt, sbuf.st_size); in fit_import_data()
|