Searched refs:fdt_property_string (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | sw_states.c | 57 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 D | sw_tree1.c | 176 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 D | libfdt.i | 876 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 D | libfdt.h | 1470 #define fdt_property_string(fdt, name, str) \ macro
|