HomeSort by: relevance | last modified time | path
    Searched refs:fdt_setprop_inplace (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
version.lds 30 fdt_setprop_inplace;
fdt_wip.c 35 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, function
libfdt.h 1213 * Identical to fdt_setprop_inplace(), but modifies the given property
1226 * fdt_setprop_inplace - change a property's value, but not its size
1233 * fdt_setprop_inplace() replaces the value of a given property with
1254 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
1290 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1325 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
  /src/external/gpl2/dtc/dist/tests/
setprop_inplace.c 6 * Testcase for fdt_setprop_inplace()
67 err = fdt_setprop_inplace(fdt, 0, "prop-str", xstr, xlen+1);

Completed in 17 milliseconds