Searched refs:fdt_splice_struct_ (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/libfdt/
H A Dfdt_rw.c83 static int fdt_splice_struct_(void *fdt, void *p, function
194 if ((err = fdt_splice_struct_(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
221 err = fdt_splice_struct_(fdt, *prop, 0, proplen);
249 err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1),
302 err = fdt_splice_struct_(fdt, prop->data,
330 return fdt_splice_struct_(fdt, prop, proplen, 0);
364 err = fdt_splice_struct_(fdt, nh, 0, nodelen);
392 return fdt_splice_struct_(fdt, fdt_offset_ptr_w_(fdt, nodeoffset),

Completed in 61 milliseconds