Lines Matching defs:steps
196 * -- board uses a single set of steps for all boot media
206 * -- These installation steps will be selectable using
232 * The installation objects provide a description of the steps needed
267 * Some installations require multiple steps with special handling.
395 * may be the case that two media types have identical steps. It
412 * <-- Steps for eMMC are identical to SDMMC on this board. -->
642 * over the steps.)
1491 * Get the install steps for a given install object.
1506 evb_ubsteps_next_step(ib_params *params, evb_ubsteps steps)
1508 prop_dictionary_t step = prop_object_iterator_next(steps);
1510 /* If we are out of steps, release the iterator. */
1512 prop_object_iterator_release(steps);
1888 evb_ubsteps steps;
1899 steps = evb_ubinstall_get_steps(params, install);
1900 while ((step = evb_ubsteps_next_step(params, steps)) != NULL) {
1953 steps = evb_ubinstall_get_steps(params, install);
1954 while ((step = evb_ubsteps_next_step(params, steps)) != NULL) {