Searched refs:output_prop_hex (Results 1 – 1 of 1) sorted by relevance
/system/libufdt/utils/src/ |
D | mkdtimg_dump.c | 99 static void output_prop_hex(FILE *out_fp, const char *name, uint32_t value) { in output_prop_hex() function 109 output_prop_hex(out_fp, "magic", header->magic); in output_table_header() 123 output_prop_hex(out_fp, "id", entry->id); in output_table_entry() 124 output_prop_hex(out_fp, "rev", entry->rev); in output_table_entry() 125 output_prop_hex(out_fp, "custom[0]", entry->custom[0]); in output_table_entry() 126 output_prop_hex(out_fp, "custom[1]", entry->custom[1]); in output_table_entry() 127 output_prop_hex(out_fp, "custom[2]", entry->custom[2]); in output_table_entry() 128 output_prop_hex(out_fp, "custom[3]", entry->custom[3]); in output_table_entry()
|