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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dlibfdt.h1500 * fdt_setprop_string - set a property to a string value
1506 * fdt_setprop_string() sets the value of the named property in the
1527 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro
/freebsd-11-stable/sys/contrib/libfdt/
H A Dlibfdt.h1567 * fdt_setprop_string - set a property to a string value
1573 * fdt_setprop_string() sets the value of the named property in the
1594 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1565 rv = fdt_setprop_string(fdtp, nodeoff, propname, value);

Completed in 169 milliseconds