Lines Matching defs:value
48 * Encode a series of arguments in a property value.
53 * @param valuep Returns buffer containing value
54 * @param *value_len Returns length of value encoded
59 char *value = NULL; /* holding area for value */
61 char *ptr; /* pointer to current value position */
70 fprintf(stderr, "Decoding value:\n");
82 /* enlarge our value buffer by a suitable margin if needed */
85 value = realloc(value, value_size);
86 if (!value) {
93 ptr = value + upto;
114 *valuep = value;
224 char *value;
235 * Convert the arguments into a single binary value, then
241 if (encode_value(disp, arg + 2, arg_count - 2, &value, &len) ||
242 store_key_value(blob, *arg, arg[1], value, len))
262 "fdtput - write a property value to a device tree\n"
264 "The command line arguments are joined together into a single value.\n"
267 " fdtput <options> <dt file> <node> <property> [<value>...]\n"
273 "\t-v\t\tVerbose: display each value decoded from command line\n"
306 * - expand fdt if value doesn't fit