Searched refs:cur_method (Results 1 – 5 of 5) sorted by relevance
| /u-boot/boot/ |
| A D | bootflow.c | 105 if (bmeth != iter->method || iter->cur_method >= iter->num_methods || in bootflow_iter_drop_bootmeth() 106 iter->method_order[iter->cur_method] != bmeth) in bootflow_iter_drop_bootmeth() 109 memmove(&iter->method_order[iter->cur_method], in bootflow_iter_drop_bootmeth() 110 &iter->method_order[iter->cur_method + 1], in bootflow_iter_drop_bootmeth() 111 (iter->num_methods - iter->cur_method - 1) * sizeof(void *)); in bootflow_iter_drop_bootmeth() 176 if (++iter->cur_method < iter->num_methods) { in iter_incr() 177 iter->method = iter->method_order[iter->cur_method]; in iter_incr() 198 iter->cur_method = 0; in iter_incr() 199 iter->method = iter->method_order[iter->cur_method]; in iter_incr() 359 iter->method = iter->method_order[iter->cur_method]; in bootflow_scan_first()
|
| A D | bootmeth-uclass.c | 185 iter->cur_method = iter->first_glob_method; in bootmeth_setup_iter_order()
|
| /u-boot/test/boot/ |
| A D | bootflow.c | 282 ut_asserteq(0, iter.cur_method); in bootflow_iter() 298 ut_asserteq(1, iter.cur_method); in bootflow_iter() 309 ut_asserteq(0, iter.cur_method); in bootflow_iter() 319 ut_asserteq(1, iter.cur_method); in bootflow_iter() 330 ut_asserteq(0, iter.cur_method); in bootflow_iter() 340 ut_asserteq(1, iter.cur_method); in bootflow_iter() 351 ut_asserteq(0, iter.cur_method); in bootflow_iter()
|
| /u-boot/include/ |
| A D | bootflow.h | 224 int cur_method; member
|
| /u-boot/doc/develop/ |
| A D | bootstd.rst | 532 present, `cur_method` is set to the first one, so that global bootmeths are done 534 When there are no global bootmeths, `cur_method` is set to 0.
|
Completed in 16 milliseconds