Searched refs:fdt_appendprop_string (Results 1 – 3 of 3) sorted by relevance
57 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_2)); in main()
63 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
1731 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro