Searched refs:dto_print (Results 1 - 4 of 4) sorted by relevance

/system/libufdt/sysdeps/include/
H A Dlibufdt_sysdeps.h37 dto_print("DEBUG: %s():", __func__); \
38 dto_print(__VA_ARGS__); \
46 dto_print("ERROR: %s():", __func__); \
47 dto_print(__VA_ARGS__); \
50 int dto_print(const char *fmt, ...);
/system/libufdt/
H A Dufdt_node.c261 for (i = 0; i < depth * TAB_SIZE; i++) dto_print(" ");
268 dto_print("NODE ");
271 dto_print("PROP ");
274 dto_print("UNKNOWN ");
279 dto_print(":%s:\n", ufdt_node_name(node));
281 dto_print("node name is NULL.\n");
/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_posix.c24 int dto_print(const char *fmt, ...) { function
H A Dlibufdt_sysdeps_vendor.c8 int dto_print(const char *fmt, ...) { function

Completed in 46 milliseconds