fdt_rw.c | 82 static int fdt_splice_struct_(void *fdt, void *p, function in typeref:typename:int 182 if ((err = fdt_splice_struct_(fdt, (*prop)->data, FDT_TAGALIGN(oldlen), 209 err = fdt_splice_struct_(fdt, *prop, 0, proplen); 236 err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1), 289 err = fdt_splice_struct_(fdt, prop->data, 317 return fdt_splice_struct_(fdt, prop, proplen, 0); 348 err = fdt_splice_struct_(fdt, nh, 0, nodelen); 376 return fdt_splice_struct_(fdt, fdt_offset_ptr_w_(fdt, nodeoffset),
|