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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_wip.c78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, function
H A Dlibfdt.h1104 * Identical to fdt_setprop_inplace(), but modifies the given property
1115 * fdt_setprop_inplace - change a property's value, but not its size
1122 * fdt_setprop_inplace() replaces the value of a given property with
1142 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
1177 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1212 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_wip.c78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, function
H A Dlibfdt.h1120 * Identical to fdt_setprop_inplace(), but modifies the given property
1133 * fdt_setprop_inplace - change a property's value, but not its size
1140 * fdt_setprop_inplace() replaces the value of a given property with
1161 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
1197 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1232 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_fdt.c342 if (fdt_setprop_inplace(fdtp, offset, propname, buf, len) != 0)

Completed in 132 milliseconds