Home
last modified time | relevance | path

Searched refs:bflowp (Results 1 – 2 of 2) sorted by relevance

/boot/
A Dbootflow.c56 int bootflow_first_glob(struct bootflow **bflowp) in bootflow_first_glob() argument
68 *bflowp = alist_getw(&std->bootflows, 0, struct bootflow); in bootflow_first_glob()
73 int bootflow_next_glob(struct bootflow **bflowp) in bootflow_next_glob() argument
82 *bflowp = alist_nextw(&std->bootflows, *bflowp); in bootflow_next_glob()
83 if (!*bflowp) in bootflow_next_glob()
A Dbootdev-uclass.c36 int bootdev_first_bootflow(struct udevice *dev, struct bootflow **bflowp) in bootdev_first_bootflow() argument
49 *bflowp = bflow; in bootdev_first_bootflow()
54 int bootdev_next_bootflow(struct bootflow **bflowp) in bootdev_next_bootflow() argument
64 bflow = alist_nextw(&std->bootflows, *bflowp); in bootdev_next_bootflow()
67 *bflowp = bflow; in bootdev_next_bootflow()

Completed in 9 milliseconds