Home
last modified time | relevance | path

Searched defs:bflow (Results 1 – 23 of 23) sorted by relevance

/u-boot/boot/
A Dbootflow.c69 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 Dbootmeth_script.c42 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 Dbootmeth-uclass.c43 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 Dbootmeth_sandbox.c22 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 Dbootmeth_efi.c97 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 Dbootmeth_qfw.c32 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 Dbootmeth_efi_mgr.c46 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 Dbootmeth_extlinux.c75 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 Dbootmeth_pxe.c58 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 Dvbe_simple_fw.c40 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 Dbootflow_menu.c38 struct bootflow *bflow; in bootflow_menu_new() local
265 struct bootflow *bflow; in bootflow_menu_run() local
A Dbootdev-uclass.c36 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 Dvbe_simple.c147 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 Dbootstd-uclass.c47 struct bootflow *bflow; in bootstd_clear_glob_() local
/u-boot/test/boot/
A Dbootdev.c197 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 Dbootflow.c273 struct bootflow bflow; in bootflow_iter() local
402 struct bootflow bflow; in bootflow_iter_disable() local
/u-boot/cmd/
A Dbootflow.c27 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 Dbootdev.c72 struct bootflow *bflow; in do_bootdev_info() local
/u-boot/fs/sandbox/
A Dhost_bootdev.c17 struct bootflow *bflow) in host_get_bootflow()
/u-boot/include/
A Dextlinux.h20 struct bootflow *bflow; member
/u-boot/drivers/mtd/spi/
A Dsf_bootdev.c18 struct bootflow *bflow) in sf_get_bootflow()
/u-boot/net/
A Deth_bootdev.c24 struct bootflow *bflow) in eth_get_bootflow()
/u-boot/drivers/misc/
A Dqfw.c328 struct bootflow *bflow) in qfw_get_bootflow()

Completed in 44 milliseconds