Searched refs:num_methods (Results 1 – 5 of 5) sorted by relevance
| /u-boot/test/boot/ |
| A D | bootflow.c | 281 ut_asserteq(2, iter.num_methods); in bootflow_iter() 297 ut_asserteq(2, iter.num_methods); in bootflow_iter() 308 ut_asserteq(2, iter.num_methods); in bootflow_iter() 318 ut_asserteq(2, iter.num_methods); in bootflow_iter() 329 ut_asserteq(2, iter.num_methods); in bootflow_iter() 339 ut_asserteq(2, iter.num_methods); in bootflow_iter() 350 ut_asserteq(2, iter.num_methods); in bootflow_iter() 420 ut_asserteq(3, iter.num_methods); in bootflow_iter_disable() 429 ut_asserteq(2, iter.num_methods); in bootflow_iter_disable() 430 for (i = 0; i < iter.num_methods; i++) in bootflow_iter_disable()
|
| /u-boot/boot/ |
| A D | bootflow.c | 105 if (bmeth != iter->method || iter->cur_method >= iter->num_methods || in bootflow_iter_drop_bootmeth() 111 (iter->num_methods - iter->cur_method - 1) * sizeof(void *)); in bootflow_iter_drop_bootmeth() 113 iter->num_methods--; in bootflow_iter_drop_bootmeth() 176 if (++iter->cur_method < iter->num_methods) { in iter_incr() 186 iter->num_methods = iter->first_glob_method; in iter_incr()
|
| A D | bootmeth-uclass.c | 189 iter->num_methods = count; in bootmeth_setup_iter_order()
|
| /u-boot/include/ |
| A D | bootflow.h | 223 int num_methods; member
|
| /u-boot/doc/develop/ |
| A D | bootstd.rst | 529 along with `num_methods`. 578 The maximum value for `method` is `num_methods - 1` so when it exceeds that, it
|
Completed in 11 milliseconds