Searched refs:bflowp (Results 1 – 2 of 2) sorted by relevance
56 int bootflow_first_glob(struct bootflow **bflowp) in bootflow_first_glob() argument68 *bflowp = alist_getw(&std->bootflows, 0, struct bootflow); in bootflow_first_glob()73 int bootflow_next_glob(struct bootflow **bflowp) in bootflow_next_glob() argument82 *bflowp = alist_nextw(&std->bootflows, *bflowp); in bootflow_next_glob()83 if (!*bflowp) in bootflow_next_glob()
36 int bootdev_first_bootflow(struct udevice *dev, struct bootflow **bflowp) in bootdev_first_bootflow() argument49 *bflowp = bflow; in bootdev_first_bootflow()54 int bootdev_next_bootflow(struct bootflow **bflowp) in bootdev_next_bootflow() argument64 bflow = alist_nextw(&std->bootflows, *bflowp); in bootdev_next_bootflow()67 *bflowp = bflow; in bootdev_next_bootflow()
Completed in 9 milliseconds