Home
last modified time | relevance | path

Searched refs:method_order (Results 1 – 5 of 5) sorted by relevance

/u-boot/boot/
A Dbootflow.c98 free(iter->method_order); in bootflow_iter_uninit()
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()
177 iter->method = iter->method_order[iter->cur_method]; 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 Dbootmeth-uclass.c188 iter->method_order = order; in bootmeth_setup_iter_order()
/u-boot/include/
A Dbootflow.h227 struct udevice **method_order; member
/u-boot/test/boot/
A Dbootflow.c431 ut_assert(strcmp("sandbox", iter.method_order[i]->name)); in bootflow_iter_disable()
/u-boot/doc/develop/
A Dbootstd.rst528 simply copied into the iterator. Either way, the `method_order` array it set up,

Completed in 17 milliseconds