Searched refs:fdt_open_into (Results 1 – 19 of 19) sorted by relevance
/netbsd/sys/external/bsd/libfdt/dist/ |
H A D | fdt_empty_tree.c | 39 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
H A D | version.lds | 40 fdt_open_into;
|
H A D | fdt_rw.c | 402 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
H A D | libfdt.h | 1480 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
/netbsd/external/gpl2/dtc/dist/tests/ |
H A D | overlay_bad_fixup.c | 38 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE), 0); in open_dt()
|
H A D | appendprop2.c | 40 CHECK(fdt_open_into(fdt, buf, SPACE)); in main()
|
H A D | check_path.c | 36 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
|
H A D | appendprop1.c | 47 CHECK(fdt_open_into(fdt, fdt, SPACE)); in main()
|
H A D | open_pack.c | 43 err = fdt_open_into(fdt, fdt1, bufsize); in main()
|
H A D | add_subnode_with_nops.c | 59 CHECK(fdt_open_into(fdt, fdt, SPACE)); in main()
|
H A D | setprop.c | 37 err = fdt_open_into(fdt, buf, SPACE); in main()
|
H A D | testutils.c | 342 err = fdt_open_into(blob, buf, fdt_totalsize(blob)); in open_blob_rw() 348 err = fdt_open_into(blob, buf, newsize); in open_blob_rw()
|
H A D | appendprop_addrrange.c | 38 err = fdt_open_into(fdt, buf, 0x1000); in main()
|
H A D | overlay.c | 186 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
|
/netbsd/external/gpl2/dtc/dist/ |
H A D | fdtoverlay.c | 62 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()
|
H A D | fdtput.c | 125 fdt_open_into(fdt, fdt, new_sz); in realloc_fdt()
|
/netbsd/sys/stand/efiboot/ |
H A D | efifdt.c | 111 err = fdt_open_into(data, fdt_data, fdt_data_size); in efi_fdt_set_data() 185 error = fdt_open_into(fdt_data, (void *)addr, len); in efi_fdt_init()
|
/netbsd/sys/arch/evbarm/fdt/ |
H A D | fdt_machdep.c | 266 error = fdt_open_into(fdt_addr_r, fdt_data, sizeof(fdt_data)); in initarm()
|
/netbsd/external/gpl2/dtc/dist/pylibfdt/ |
H A D | libfdt.i | 525 err = check_err(fdt_open_into(self._fdt, fdt, size), quiet)
|