fdt_splice_struct_
if ((err = fdt_splice_struct_(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
err = fdt_splice_struct_(fdt, *prop, 0, proplen);
err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1),
err = fdt_splice_struct_(fdt, prop->data,
return fdt_splice_struct_(fdt, prop, proplen, 0);
err = fdt_splice_struct_(fdt, nh, 0, nodelen);
return fdt_splice_struct_(fdt, fdt_offset_ptr_w_(fdt, nodeoffset),