Home
last modified time | relevance | path

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

/system/libufdt/tests/src/
Dufdt_gen_test_dts.c123 static void output_ref_nodes(FILE *fp, int start_id, int count, in output_ref_nodes() argument
126 for (i = start_id; i < start_id + count; i++) { in output_ref_nodes()
145 int start_id = 0; in gen_dts() local
146 output_ref_nodes(fp, start_id, params->append_num, "new_prop", "bar"); in gen_dts()
147 start_id += params->append_num; in gen_dts()
148 output_ref_nodes(fp, start_id, params->override_num, "status", "okay"); in gen_dts()