Lines Matching refs:i
54 int i; in bootstage_relocate() local
61 for (i = 0; i < data->rec_count; i++) in bootstage_relocate()
62 data->record[i].name = strdup(data->record[i].name); in bootstage_relocate()
256 int i; in add_bootstages_devicetree() local
273 for (recnum = data->rec_count - 1, i = 0; recnum >= 0; recnum--, i++) { in add_bootstages_devicetree()
280 node = fdt_add_subnode(blob, bootstage, simple_itoa(i)); in add_bootstages_devicetree()
313 int i; in bootstage_report() local
324 for (i = 1, rec++; i < data->rec_count; i++, rec++) { in bootstage_report()
334 for (i = 0, rec = data->record; i < data->rec_count; i++, rec++) { in bootstage_report()
370 int i; in bootstage_stash() local
381 for (rec = data->record, i = count = 0; i < data->rec_count; in bootstage_stash()
382 i++, rec++) { in bootstage_stash()
392 for (rec = data->record, i = 0; i < data->rec_count; i++, rec++) { in bootstage_stash()
397 for (rec = data->record, i = 0; i < data->rec_count; i++, rec++) { in bootstage_stash()
424 int i; in bootstage_unstash() local
472 for (rec = data->record + data->next_id, i = 0; i < hdr->count; in bootstage_unstash()
473 i++, rec++) { in bootstage_unstash()