Home
last modified time | relevance | path

Searched refs:bflow (Results 1 – 5 of 5) sorted by relevance

/include/
A Dbootmeth.h92 int (*read_bootflow)(struct udevice *dev, struct bootflow *bflow);
107 int (*set_bootflow)(struct udevice *dev, struct bootflow *bflow,
125 int (*read_file)(struct udevice *dev, struct bootflow *bflow,
136 int (*read_all)(struct udevice *dev, struct bootflow *bflow);
149 int (*boot)(struct udevice *dev, struct bootflow *bflow);
255 int bootmeth_read_file(struct udevice *dev, struct bootflow *bflow,
271 int bootmeth_read_all(struct udevice *dev, struct bootflow *bflow);
282 int bootmeth_boot(struct udevice *dev, struct bootflow *bflow);
338 int bootmeth_setup_fs(struct bootflow *bflow, struct blk_desc *desc);
357 int bootmeth_try_file(struct bootflow *bflow, struct blk_desc *desc,
[all …]
A Dbootflow.h293 void bootflow_init(struct bootflow *bflow, struct udevice *bootdev,
344 struct bootflow *bflow);
387 void bootflow_free(struct bootflow *bflow);
399 int bootflow_boot(struct bootflow *bflow);
410 int bootflow_read_all(struct bootflow *bflow);
440 void bootflow_remove(struct bootflow *bflow);
522 int bootflow_menu_add(struct expo *exp, struct bootflow *bflow, int seq,
588 int bootflow_cmdline_set_arg(struct bootflow *bflow, const char *arg,
613 int bootflow_cmdline_get_arg(struct bootflow *bflow, const char *arg,
626 int bootflow_cmdline_auto(struct bootflow *bflow, const char *arg);
[all …]
A Dextlinux.h20 struct bootflow *bflow; member
A Dbootdev.h136 struct bootflow *bflow);
152 struct bootflow *bflow);
177 struct bootflow_iter *iter, struct bootflow *bflow);
A Dbootstd.h144 int bootstd_add_bootflow(struct bootflow *bflow);

Completed in 10 milliseconds