Searched refs:bootflow_scan_next (Results 1 – 6 of 6) sorted by relevance
| /u-boot/test/boot/ |
| A D | bootflow.c | 296 ut_asserteq(-EPROTONOSUPPORT, bootflow_scan_next(&iter, &bflow)); in bootflow_iter() 307 ut_asserteq(-ENOENT, bootflow_scan_next(&iter, &bflow)); in bootflow_iter() 317 ut_asserteq(-ENOENT, bootflow_scan_next(&iter, &bflow)); in bootflow_iter() 328 ut_assertok(bootflow_scan_next(&iter, &bflow)); in bootflow_iter() 338 ut_asserteq(-ENOENT, bootflow_scan_next(&iter, &bflow)); in bootflow_iter() 349 ut_asserteq(-EINVAL, bootflow_scan_next(&iter, &bflow)); in bootflow_iter()
|
| A D | bootdev.c | 218 ut_asserteq(-ENODEV, bootflow_scan_next(&iter, &bflow)); in bootdev_test_order() 246 ut_asserteq(-ENODEV, bootflow_scan_next(&iter, &bflow)); in bootdev_test_order_default() 277 ut_asserteq(-ENODEV, bootflow_scan_next(&iter, &bflow)); in bootdev_test_prio() 294 ut_asserteq(-ENODEV, bootflow_scan_next(&iter, &bflow)); in bootdev_test_prio()
|
| /u-boot/include/ |
| A D | bootflow.h | 305 int bootflow_scan_next(struct bootflow_iter *iter, struct bootflow *bflow);
|
| /u-boot/boot/ |
| A D | bootflow.c | 380 ret = bootflow_scan_next(iter, bflow); in bootflow_scan_first() 388 int bootflow_scan_next(struct bootflow_iter *iter, struct bootflow *bflow) in bootflow_scan_next() function
|
| /u-boot/cmd/ |
| A D | bootflow.c | 166 i++, ret = bootflow_scan_next(&iter, &bflow)) { in do_bootflow_scan()
|
| /u-boot/doc/develop/ |
| A D | bootstd.rst | 554 The `bootflow_scan_next()` function handles moving onto the next iteration and 694 either `bootflow_scan_first()` or `bootflow_scan_next()`. In either case,
|
Completed in 26 milliseconds