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

/gem5/ext/libfdt/
H A Dfdt_rw.c102 static int _fdt_splice_struct(void *fdt, void *p, function
194 if ((err = _fdt_splice_struct(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
220 err = _fdt_splice_struct(fdt, *prop, 0, proplen);
244 err = _fdt_splice_struct(fdt, namep, FDT_TAGALIGN(oldlen+1),
282 err = _fdt_splice_struct(fdt, prop->data,
310 return _fdt_splice_struct(fdt, prop, proplen, 0);
341 err = _fdt_splice_struct(fdt, nh, 0, nodelen);
369 return _fdt_splice_struct(fdt, _fdt_offset_ptr_w(fdt, nodeoffset),

Completed in 5 milliseconds