Home
last modified time | relevance | path

Searched refs:fpsize (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/
H A Dof_live.c47 unsigned long fpsize, bool dryrun) in unflatten_dt_node() argument
75 if (fpsize == 0) { in unflatten_dt_node()
82 fpsize = 1; in unflatten_dt_node()
91 fpsize += l; in unflatten_dt_node()
92 allocl = fpsize; in unflatten_dt_node()
221 fpsize, dryrun); in unflatten_dt_node()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_device_path.c477 unsigned dpsize = 0, fpsize; in efi_dp_from_file() local
482 fpsize = sizeof(struct efi_device_path) + 2 * (strlen(path) + 1); in efi_dp_from_file()
483 dpsize += fpsize; in efi_dp_from_file()
494 fp->dp.length = fpsize; in efi_dp_from_file()
496 buf += fpsize; in efi_dp_from_file()