Home
last modified time | relevance | path

Searched refs:FDT_COPY_SIZE (Results 76 – 100 of 149) sorted by relevance

123456

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/dtc/tests/
H A Dcheck_path.c35 #define FDT_COPY_SIZE (4 * 1024) macro
42 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
47 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
/dports/emulators/qemu5/qemu-5.2.0/dtc/tests/
H A Dcheck_path.c22 #define FDT_COPY_SIZE (4 * 1024) macro
29 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
34 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
/dports/emulators/qemu-utils/qemu-4.2.1/dtc/tests/
H A Dcheck_path.c35 #define FDT_COPY_SIZE (4 * 1024) macro
42 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
47 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/dtc/tests/
H A Dcheck_path.c22 #define FDT_COPY_SIZE (4 * 1024) macro
29 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
34 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/dtc/tests/
H A Dcheck_path.c35 #define FDT_COPY_SIZE (4 * 1024) macro
42 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
47 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/dtc/tests/
H A Dcheck_path.c22 #define FDT_COPY_SIZE (4 * 1024) macro
29 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
34 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
/dports/sysutils/dtc/dtc-1.6.0/tests/
H A Dcheck_path.c22 #define FDT_COPY_SIZE (4 * 1024) macro
29 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
34 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-chip/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE); in do_ut_optee()
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()

123456