Searched refs:check_property (Results 1 – 4 of 4) sorted by relevance
/external/dtc/tests/ |
D | tests.h | 98 void check_property(void *fdt, int nodeoffset, const char *name, 103 check_property(fdt, nodeoffset, name, sizeof(x), &x); \
|
D | find_property.c | 38 check_property(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
|
D | overlay.c | 94 check_property(fdt, node_off, name, 0, NULL); in check_getprop_null_by_name()
|
D | testutils.c | 87 void check_property(void *fdt, int nodeoffset, const char *name, in check_property() function
|