Searched refs:bootmeth_alloc_file (Results 1 – 5 of 5) sorted by relevance
| /u-boot/include/ |
| A D | bootmeth.h | 299 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align);
|
| /u-boot/boot/ |
| A D | bootmeth_extlinux.c | 130 ret = bootmeth_alloc_file(bflow, 0x10000, 1); in extlinux_read_bootflow()
|
| A D | bootmeth_script.c | 102 ret = bootmeth_alloc_file(bflow, 0x10000, 1); in script_read_bootflow_file()
|
| A D | bootmeth_efi.c | 136 ret = bootmeth_alloc_file(bflow, 0x2000000, 0x10000); in efiload_read_file()
|
| A D | bootmeth-uclass.c | 330 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align) in bootmeth_alloc_file() function
|
Completed in 12 milliseconds