Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dsw_states.c57 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1")); in main()
65 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1")); in main()
77 CHECK_OK(fdt_property_string(fdt, "compatible", "test_tree1")); in main()
80 CHECK_OK(fdt_property_string(fdt, "prop-str", TEST_STRING_1)); in main()
85 CHECK_OK(fdt_property_string(fdt, "compatible", "subnode1")); in main()
124 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1")); in main()
H A Dsw_tree1.c176 CHECK(fdt_property_string(fdt, "compatible", "test_tree1")); in main()
179 CHECK(fdt_property_string(fdt, "prop-str", TEST_STRING_1)); in main()
184 CHECK(fdt_property_string(fdt, "compatible", "subnode1")); in main()
/netbsd-src/external/gpl2/dtc/dist/pylibfdt/
H A Dlibfdt.i876 while self.check_space(fdt_property_string(self._fdt, name, string)):
1109 int fdt_property_string(void *fdt, const char *name, const char *val);
/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dlibfdt.h1470 #define fdt_property_string(fdt, name, str) \ macro