| /u-boot/boot/ |
| A D | bootflow.c | 69 struct bootflow *bflow = *bflowp; in bootflow_next_glob() local 299 static int bootflow_check(struct bootflow_iter *iter, struct bootflow *bflow) in bootflow_check() 342 struct bootflow *bflow) in bootflow_scan_first() 388 int bootflow_scan_next(struct bootflow_iter *iter, struct bootflow *bflow) in bootflow_scan_next() 416 void bootflow_init(struct bootflow *bflow, struct udevice *bootdev, in bootflow_init() 425 void bootflow_free(struct bootflow *bflow) in bootflow_free() 435 void bootflow_remove(struct bootflow *bflow) in bootflow_remove() 445 int bootflow_boot(struct bootflow *bflow) in bootflow_boot() 464 int bootflow_run_boot(struct bootflow_iter *iter, struct bootflow *bflow) in bootflow_run_boot()
|
| A D | bootmeth_script.c | 42 static int script_fill_info(struct bootflow *bflow) in script_fill_info() 67 struct bootflow *bflow) in script_read_bootflow_file() 117 static int script_read_bootflow_net(struct bootflow *bflow) in script_read_bootflow_net() 151 static int script_read_bootflow(struct udevice *dev, struct bootflow *bflow) in script_read_bootflow() 176 static int script_set_bootflow(struct udevice *dev, struct bootflow *bflow, in script_set_bootflow() 187 static int script_boot(struct udevice *dev, struct bootflow *bflow) in script_boot()
|
| A D | bootmeth-uclass.c | 43 int bootmeth_read_bootflow(struct udevice *dev, struct bootflow *bflow) in bootmeth_read_bootflow() 53 int bootmeth_set_bootflow(struct udevice *dev, struct bootflow *bflow, in bootmeth_set_bootflow() 64 int bootmeth_boot(struct udevice *dev, struct bootflow *bflow) in bootmeth_boot() 74 int bootmeth_read_file(struct udevice *dev, struct bootflow *bflow, in bootmeth_read_file() 85 int bootmeth_get_bootflow(struct udevice *dev, struct bootflow *bflow) in bootmeth_get_bootflow() 254 static int setup_fs(struct bootflow *bflow, struct blk_desc *desc) in setup_fs() 269 int bootmeth_try_file(struct bootflow *bflow, struct blk_desc *desc, in bootmeth_try_file() 330 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align) in bootmeth_alloc_file() 351 int bootmeth_alloc_other(struct bootflow *bflow, const char *fname, in bootmeth_alloc_other() 387 int bootmeth_common_read_file(struct udevice *dev, struct bootflow *bflow, in bootmeth_common_read_file()
|
| A D | bootmeth_sandbox.c | 22 static int sandbox_read_bootflow(struct udevice *dev, struct bootflow *bflow) in sandbox_read_bootflow() 30 static int sandbox_read_file(struct udevice *dev, struct bootflow *bflow, in sandbox_read_file() 36 static int sandbox_boot(struct udevice *dev, struct bootflow *bflow) in sandbox_boot()
|
| A D | bootmeth_efi.c | 97 static void set_efi_bootdev(struct blk_desc *desc, struct bootflow *bflow) in set_efi_bootdev() 132 static int efiload_read_file(struct blk_desc *desc, struct bootflow *bflow) in efiload_read_file() 213 struct bootflow *bflow) in distro_efi_read_bootflow_file() 281 static int distro_efi_read_bootflow_net(struct bootflow *bflow) in distro_efi_read_bootflow_net() 355 static int distro_efi_read_bootflow(struct udevice *dev, struct bootflow *bflow) in distro_efi_read_bootflow() 375 int distro_efi_boot(struct udevice *dev, struct bootflow *bflow) in distro_efi_boot()
|
| A D | bootmeth_qfw.c | 32 static int qfw_read_bootflow(struct udevice *dev, struct bootflow *bflow) in qfw_read_bootflow() 55 static int qfw_read_file(struct udevice *dev, struct bootflow *bflow, in qfw_read_file() 61 static int qfw_boot(struct udevice *dev, struct bootflow *bflow) in qfw_boot()
|
| A D | bootmeth_efi_mgr.c | 46 static int efi_mgr_read_bootflow(struct udevice *dev, struct bootflow *bflow) in efi_mgr_read_bootflow() 60 static int efi_mgr_read_file(struct udevice *dev, struct bootflow *bflow, in efi_mgr_read_file() 68 static int efi_mgr_boot(struct udevice *dev, struct bootflow *bflow) in efi_mgr_boot()
|
| A D | bootmeth_extlinux.c | 75 static int extlinux_fill_info(struct bootflow *bflow) in extlinux_fill_info() 101 static int extlinux_read_bootflow(struct udevice *dev, struct bootflow *bflow) in extlinux_read_bootflow() 141 static int extlinux_boot(struct udevice *dev, struct bootflow *bflow) in extlinux_boot()
|
| A D | bootmeth_pxe.c | 58 struct bootflow *bflow) in extlinux_pxe_read_bootflow() 112 static int extlinux_pxe_read_file(struct udevice *dev, struct bootflow *bflow, in extlinux_pxe_read_file() 138 static int extlinux_pxe_boot(struct udevice *dev, struct bootflow *bflow) in extlinux_pxe_boot()
|
| A D | vbe_simple_fw.c | 40 int vbe_simple_read_bootflow_fw(struct udevice *dev, struct bootflow *bflow) in vbe_simple_read_bootflow_fw() 157 struct bootflow bflow; in simple_load_from_image() local
|
| A D | bootflow_menu.c | 38 struct bootflow *bflow; in bootflow_menu_new() local 265 struct bootflow *bflow; in bootflow_menu_run() local
|
| A D | bootdev-uclass.c | 36 int bootdev_add_bootflow(struct bootflow *bflow) in bootdev_add_bootflow() 77 struct bootflow *bflow = *bflowp; in bootdev_next_bootflow() local 112 struct bootflow_iter *iter, struct bootflow *bflow) in bootdev_find_in_blk() 532 struct bootflow *bflow) in default_get_bootflow() 555 struct bootflow *bflow) in bootdev_get_bootflow() 572 struct bootflow *bflow; in bootdev_clear_bootflows() local
|
| A D | vbe_simple.c | 147 static int vbe_simple_read_bootflow(struct udevice *dev, struct bootflow *bflow) in vbe_simple_read_bootflow() 163 static int vbe_simple_read_file(struct udevice *dev, struct bootflow *bflow, in vbe_simple_read_file()
|
| A D | bootstd-uclass.c | 47 struct bootflow *bflow; in bootstd_clear_glob_() local
|
| /u-boot/test/boot/ |
| A D | bootdev.c | 197 struct bootflow bflow; in bootdev_test_order() local 232 struct bootflow bflow; in bootdev_test_order_default() local 260 struct bootflow bflow; in bootdev_test_prio() local 424 struct bootflow bflow; in bootdev_test_hunt_scan() local 443 struct bootflow bflow; in bootdev_test_bootable() local 560 struct bootflow bflow; in bootdev_test_next_label() local 638 struct bootflow bflow; in bootdev_test_next_prio() local
|
| A D | bootflow.c | 273 struct bootflow bflow; in bootflow_iter() local 402 struct bootflow bflow; in bootflow_iter_disable() local
|
| /u-boot/cmd/ |
| A D | bootflow.c | 27 static void report_bootflow_err(struct bootflow *bflow, int err) in report_bootflow_err() 68 static void show_bootflow(int index, struct bootflow *bflow, bool errors) in show_bootflow() 97 struct bootflow bflow; in do_bootflow_scan() local 196 struct bootflow *bflow; in do_bootflow_list() local 238 struct bootflow *bflow, *found; in do_bootflow_select() local 299 struct bootflow *bflow; in do_bootflow_info() local 362 struct bootflow *bflow; in do_bootflow_boot() local 389 struct bootflow *bflow; in do_bootflow_menu() local
|
| A D | bootdev.c | 72 struct bootflow *bflow; in do_bootdev_info() local
|
| /u-boot/fs/sandbox/ |
| A D | host_bootdev.c | 17 struct bootflow *bflow) in host_get_bootflow()
|
| /u-boot/include/ |
| A D | extlinux.h | 20 struct bootflow *bflow; member
|
| /u-boot/drivers/mtd/spi/ |
| A D | sf_bootdev.c | 18 struct bootflow *bflow) in sf_get_bootflow()
|
| /u-boot/net/ |
| A D | eth_bootdev.c | 24 struct bootflow *bflow) in eth_get_bootflow()
|
| /u-boot/drivers/misc/ |
| A D | qfw.c | 328 struct bootflow *bflow) in qfw_get_bootflow()
|