/external/dtc/tests/ |
string_escapes.c | 37 check_getprop(fdt, 0, "escape-str", 39 check_getprop(fdt, 0, "escape-str-2",
|
sized_cells.c | 45 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);
|
getprop.c | 39 check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1);
|
setprop_inplace.c | 56 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,
|
char_literal.c | 45 check_getprop(fdt, 0, "char-literal-cells",
|
tests.h | 107 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))
|
incbin.c | 71 check_getprop(fdt, 0, "incbin", len, incbin); 72 check_getprop(fdt, 0, "incbin-partial", 17, incbin + 13);
|
setprop.c | 65 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, 74 check_getprop(fdt, 0, "prop-str", 0, NULL);
|
extra-terminating-null.c | 38 check_getprop(fdt, 0, prop, len+numnulls, checkbuf);
|
nop_property.c | 56 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
|
del_property.c | 61 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
|
testutils.c | 124 const void *check_getprop(void *fdt, int nodeoffset, const char *name, function
|