Home
last modified time | relevance | path

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

/system/libufdt/tests/src/
Dufdt_gen_test_dts.c109 static void output_prop_str(FILE *fp, const char *prop, const char *value) { in output_prop_str() function
118 output_prop_str(fp, prop, value); in output_nodes()
128 output_prop_str(fp, prop, value); in output_ref_nodes()
/system/libufdt/utils/src/
Dmkdtimg_dump.c103 static void output_prop_str(FILE *out_fp, const char *name, const char *value) { in output_prop_str() function
145 output_prop_str(out_fp, "(FDT)compatible", compatible ? compatible : "(unknown)"); in output_fdt_info()