Searched refs:check_getprop (Results 1 - 12 of 12) sorted by relevance

/external/dtc/tests/
H A Dstring_escapes.c37 check_getprop(fdt, 0, "escape-str",
39 check_getprop(fdt, 0, "escape-str-2",
H A Dsized_cells.c45 check_getprop(fdt, 0, name_two, proplen, propval);
75 check_getprop(fdt, 0, "cells-8b", sizeof(expected_8), expected_8);
76 check_getprop(fdt, 0, "cells-16b", sizeof(expected_16), expected_16);
77 check_getprop(fdt, 0, "cells-32b", sizeof(expected_32), expected_32);
78 check_getprop(fdt, 0, "cells-64b", sizeof(expected_64), expected_64);
H A Dgetprop.c39 check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1);
H A Dsetprop_inplace.c56 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
70 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
83 strp = check_getprop(fdt, 0, "prop-str", xlen+1, xstr);
93 check_getprop(fdt, 0, "compatible", strlen(TEST_STRING_4_RESULT) + 1,
H A Dchar_literal.c45 check_getprop(fdt, 0, "char-literal-cells",
H A Dtests.h107 const void *check_getprop(void *fdt, int nodeoffset, const char *name,
112 check_getprop(fdt, nodeoffset, name, sizeof(x), &x); \
117 check_getprop(fdt, nodeoffset, name, sizeof(x), &x); \
120 check_getprop((fdt), (nodeoffset), (name), strlen(s)+1, (s))
H A Dincbin.c71 check_getprop(fdt, 0, "incbin", len, incbin);
72 check_getprop(fdt, 0, "incbin-partial", 17, incbin + 13);
H A Dsetprop.c65 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
74 check_getprop(fdt, 0, "prop-str", 0, NULL);
H A Dextra-terminating-null.c38 check_getprop(fdt, 0, prop, len+numnulls, checkbuf);
H A Dnop_property.c56 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
H A Ddel_property.c61 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
H A Dtestutils.c124 const void *check_getprop(void *fdt, int nodeoffset, const char *name, function

Completed in 139 milliseconds