Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 6 of 6) sorted by relevance

/test/dm/
A Dfdtdec.c17 void *blob; in dm_test_fdtdec_set_carveout() local
22 blob = malloc(blob_sz); in dm_test_fdtdec_set_carveout()
23 ut_assertnonnull(blob); in dm_test_fdtdec_set_carveout()
26 ut_assertok(fdt_open_into(gd->fdt_blob, blob, blob_sz)); in dm_test_fdtdec_set_carveout()
43 offset = fdt_path_offset(blob, "/a-test"); in dm_test_fdtdec_set_carveout()
53 free(blob); in dm_test_fdtdec_set_carveout()
65 void *blob; in dm_test_fdtdec_add_reserved_memory() local
71 blob = malloc(blob_sz); in dm_test_fdtdec_add_reserved_memory()
72 ut_assertnonnull(blob); in dm_test_fdtdec_add_reserved_memory()
84 parent = fdt_path_offset(blob, "/reserved-memory"); in dm_test_fdtdec_add_reserved_memory()
[all …]
A Dbus.c49 const void *blob = gd->fdt_blob; in dm_test_bus_children_funcs() local
77 node = fdt_path_offset(blob, "/junk"); in dm_test_bus_children_funcs()
79 node = fdt_path_offset(blob, "/d-test"); in dm_test_bus_children_funcs()
88 const void *blob = gd->fdt_blob; in dm_test_bus_children_of_offset() local
96 node = fdt_path_offset(blob, "/some-bus/c-test@1"); in dm_test_bus_children_of_offset()
A Dtest-fdt.c368 const void *blob = gd->fdt_blob; in dm_test_fdt_offset() local
372 node = fdt_path_offset(blob, "/e-test"); in dm_test_fdt_offset()
379 node = fdt_path_offset(blob, "/junk"); in dm_test_fdt_offset()
385 node = fdt_path_offset(blob, "/some-bus/c-test@5"); in dm_test_fdt_offset()
/test/py/tests/test_efi_capsule/
A Dcapsule_gen_binman.dts63 blob {
75 blob {
88 blob {
101 blob {
116 blob {
131 blob {
147 blob {
163 blob {
/test/py/tests/vboot/
A Dsandbox-binman.dts20 image: blob-ext {
A Dsandbox-binman-pss.dts21 image: blob-ext {

Completed in 17 milliseconds