Searched refs:method_order (Results 1 - 4 of 4) sorted by relevance

/u-boot/boot/
H A Dbootflow.c99 free(iter->method_order);
107 iter->method_order[iter->cur_method] != bmeth)
110 memmove(&iter->method_order[iter->cur_method],
111 &iter->method_order[iter->cur_method + 1],
199 iter->method = iter->method_order[iter->cur_method];
224 iter->method = iter->method_order[iter->cur_method];
399 iter->method = iter->method_order[iter->cur_method];
H A Dbootmeth-uclass.c199 iter->method_order = order;
/u-boot/include/
H A Dbootflow.h213 * @num_methods: Number of bootmeth devices in @method_order
214 * @cur_method: Current method number, an index into @method_order
217 * @method_order: List of bootmeth devices to use, in order. The normal methods
241 struct udevice **method_order; member in struct:bootflow_iter
/u-boot/test/boot/
H A Dbootflow.c436 ut_assert(strcmp("sandbox", iter.method_order[i]->name));

Completed in 39 milliseconds