Lines Matching refs:fdtps
29 void **fdtps = NULL; in ufdt_construct() local
32 fdtps = (void **)dto_malloc(sizeof(void *) * DEFAULT_MEM_SIZE_FDTPS); in ufdt_construct()
33 if (fdtps == NULL) goto error; in ufdt_construct()
34 fdtps[0] = fdtp; in ufdt_construct()
39 res_ufdt->fdtps = fdtps; in ufdt_construct()
48 if (fdtps) dto_free(fdtps); in ufdt_construct()
58 dto_free(tree->fdtps); in ufdt_destruct()
74 dto_memcpy(new_fdtps, tree->fdtps, sizeof(void *) * tree->mem_size_fdtps); in ufdt_add_fdt()
75 dto_free(tree->fdtps); in ufdt_add_fdt()
77 tree->fdtps = new_fdtps; in ufdt_add_fdt()
81 tree->fdtps[i] = fdtp; in ufdt_add_fdt()
94 void *fdt = tree->fdtps[i]; in ufdt_get_string_off()
396 void *src_fdt = tree->fdtps[i]; in _ufdt_output_strtab_to_fdt()
425 int n_mem_rsv = fdt_num_mem_rsv(tree->fdtps[0]); in ufdt_to_fdt()
428 fdt_get_mem_rsv(tree->fdtps[0], i, &addr, &size); in ufdt_to_fdt()