| /u-boot/boot/ |
| A D | bootflow.c | 86 void bootflow_iter_init(struct bootflow_iter *iter, int flags) in bootflow_iter_init() 96 void bootflow_iter_uninit(struct bootflow_iter *iter) in bootflow_iter_uninit() 101 int bootflow_iter_drop_bootmeth(struct bootflow_iter *iter, in bootflow_iter_drop_bootmeth() 127 static void bootflow_iter_set_dev(struct bootflow_iter *iter, in bootflow_iter_set_dev() 161 static int iter_incr(struct bootflow_iter *iter) in iter_incr() 341 struct bootflow_iter *iter, int flags, in bootflow_scan_first() 464 int bootflow_run_boot(struct bootflow_iter *iter, struct bootflow *bflow) in bootflow_run_boot() 508 int bootflow_iter_check_blk(const struct bootflow_iter *iter) in bootflow_iter_check_blk() 520 int bootflow_iter_check_sf(const struct bootflow_iter *iter) in bootflow_iter_check_sf() 532 int bootflow_iter_check_net(const struct bootflow_iter *iter) in bootflow_iter_check_net() [all …]
|
| A D | bootdev-uclass.c | 112 struct bootflow_iter *iter, struct bootflow *bflow) in bootdev_find_in_blk() 531 static int default_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, in default_get_bootflow() 554 int bootdev_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, in bootdev_get_bootflow() 580 int bootdev_next_label(struct bootflow_iter *iter, struct udevice **devp, in bootdev_next_label() 618 int bootdev_next_prio(struct bootflow_iter *iter, struct udevice **devp) in bootdev_next_prio() 682 int bootdev_setup_iter(struct bootflow_iter *iter, const char *label, in bootdev_setup_iter()
|
| A D | bootmeth_sandbox.c | 17 static int sandbox_check(struct udevice *dev, struct bootflow_iter *iter) in sandbox_check()
|
| A D | bootmeth_qfw.c | 20 static int qfw_check(struct udevice *dev, struct bootflow_iter *iter) in qfw_check()
|
| A D | bootmeth_efi_mgr.c | 34 static int efi_mgr_check(struct udevice *dev, struct bootflow_iter *iter) in efi_mgr_check()
|
| A D | bootmeth-uclass.c | 33 int bootmeth_check(struct udevice *dev, struct bootflow_iter *iter) in bootmeth_check() 96 int bootmeth_setup_iter_order(struct bootflow_iter *iter, bool include_global) in bootmeth_setup_iter_order()
|
| A D | bootmeth_extlinux.c | 57 static int extlinux_check(struct udevice *dev, struct bootflow_iter *iter) in extlinux_check()
|
| A D | bootmeth_pxe.c | 42 static int extlinux_pxe_check(struct udevice *dev, struct bootflow_iter *iter) in extlinux_pxe_check()
|
| A D | bootmeth_script.c | 27 static int script_check(struct udevice *dev, struct bootflow_iter *iter) in script_check()
|
| A D | bootmeth_efi.c | 143 static int distro_efi_check(struct udevice *dev, struct bootflow_iter *iter) in distro_efi_check()
|
| /u-boot/test/boot/ |
| A D | bootdev.c | 196 struct bootflow_iter iter; in bootdev_test_order() local 231 struct bootflow_iter iter; in bootdev_test_order_default() local 259 struct bootflow_iter iter; in bootdev_test_prio() local 422 struct bootflow_iter iter; in bootdev_test_hunt_scan() local 442 struct bootflow_iter iter; in bootdev_test_bootable() local 558 struct bootflow_iter iter; in bootdev_test_next_label() local 636 struct bootflow_iter iter; in bootdev_test_next_prio() local
|
| A D | bootflow.c | 272 struct bootflow_iter iter; in bootflow_iter() local 401 struct bootflow_iter iter; in bootflow_iter_disable() local
|
| /u-boot/test/ |
| A D | time_ut.c | 16 int iter; in test_get_timer() local 51 int iter; in test_timer_get_us() local 106 int iter; in test_udelay() local
|
| /u-boot/common/ |
| A D | qfw.c | 86 struct fw_cfg_file_iter *iter) in qfw_file_iter_init() 96 struct fw_file *qfw_file_iter_next(struct fw_cfg_file_iter *iter) in qfw_file_iter_next() 103 bool qfw_file_iter_end(struct fw_cfg_file_iter *iter) in qfw_file_iter_end()
|
| /u-boot/cmd/ |
| A D | bootmenu.c | 90 struct bootmenu_entry *iter; in bootmenu_choice_entry() local 139 struct bootmenu_entry *iter = menu->first; in bootmenu_destroy() local 172 struct bootmenu_entry *iter = *current; in prepare_bootmenu_entry() local 252 struct bootmenu_entry *iter = *current; in prepare_uefi_bootorder_entry() local 326 struct bootmenu_entry *iter = NULL; in bootmenu_create() local 479 struct bootmenu_entry *iter; in bootmenu_show() local
|
| A D | qfw.c | 18 struct fw_cfg_file_iter iter; in qemu_fwcfg_cmd_list_firmware() local
|
| /u-boot/fs/sandbox/ |
| A D | host_bootdev.c | 16 static int host_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, in host_get_bootflow()
|
| /u-boot/drivers/mtd/spi/ |
| A D | sf_bootdev.c | 17 static int sf_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, in sf_get_bootflow()
|
| /u-boot/include/ |
| A D | cpu_func.h | 31 #define for_each_cpu(iter, cpu, num_cpus, mask) \ argument
|
| /u-boot/net/ |
| A D | eth_bootdev.c | 23 static int eth_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, in eth_get_bootflow()
|
| /u-boot/scripts/kconfig/ |
| A D | gconf.c | 784 GtkTreeIter iter; in renderer_edited() local 886 GtkTreeIter iter; in on_treeview2_button_press_event() local 943 GtkTreeIter iter; in on_treeview2_key_press_event() local 985 GtkTreeIter iter; in on_treeview2_cursor_changed() local 1004 GtkTreeIter iter; in on_treeview1_button_press_event() local 1217 GtkTreeIter iter; in gtktree_iter_find_node() local 1251 GtkTreeIter iter, tmp; in update_tree() local
|
| /u-boot/drivers/misc/ |
| A D | qfw.c | 218 struct fw_cfg_file_iter iter; in write_acpi_tables() local 327 static int qfw_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, in qfw_get_bootflow()
|
| /u-boot/arch/x86/cpu/slimbootloader/ |
| A D | sdram.c | 39 #define for_each_memory_map_entry_reversed(iter, entries) \ argument
|
| /u-boot/include/linux/mtd/ |
| A D | nand.h | 614 struct nand_io_iter *iter) in nanddev_io_iter_init() 642 struct nand_io_iter *iter) in nanddev_io_iter_next_page() 669 const struct nand_io_iter *iter) in nanddev_io_iter_end() 687 #define nanddev_io_for_each_page(nand, start, req, iter) \ argument
|
| /u-boot/lib/bzip2/ |
| A D | bzlib_compress.c | 281 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local
|