Home
last modified time | relevance | path

Searched refs:fdt_setprop_inplace (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/libfdt/
H A Dlibfdt.h1161 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
1197 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u32()
1232 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u64()
H A Dfdt_wip.c78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() function
/freebsd/sys/dev/ofw/
H A Dofw_fdt.c427 if (fdt_setprop_inplace(fdtp, offset, propname, buf, len) != 0) in ofw_fdt_setprop()