Searched refs:blob (Results 1 – 6 of 6) sorted by relevance
| /test/dm/ |
| A D | fdtdec.c | 17 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 D | bus.c | 49 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 D | test-fdt.c | 368 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 D | capsule_gen_binman.dts | 63 blob { 75 blob { 88 blob { 101 blob { 116 blob { 131 blob { 147 blob { 163 blob {
|
| /test/py/tests/vboot/ |
| A D | sandbox-binman.dts | 20 image: blob-ext {
|
| A D | sandbox-binman-pss.dts | 21 image: blob-ext {
|
Completed in 17 milliseconds