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

/gem5/ext/libfdt/
H A Dfdt_wip.c37 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, function
H A Dlibfdt.h808 * fdt_setprop_inplace - change a property's value, but not its size
815 * fdt_setprop_inplace() replaces the value of a given property with
835 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
870 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
905 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));

Completed in 9 milliseconds