Lines Matching refs:value
193 * The duplicated property value will be modified by replacing the
194 * "/fragment_name/__overlay/" portion of the value with the target
213 if (!prop->value)
215 if (strnlen(prop->value, prop->length) >= prop->length)
217 path = prop->value;
253 new_prop->value = kzalloc(new_prop->length, GFP_KERNEL);
254 if (!new_prop->name || !new_prop->value)
257 strcpy(new_prop->value, target_path);
258 strcpy(new_prop->value + target_path_len, path_tail);
268 kfree(new_prop->value);
285 * value of @overlay_prop.
323 pr_err("ERROR: changing value of #address-cells is not allowed in %pOF\n",
331 pr_err("ERROR: changing value of #size-cells is not allowed in %pOF\n",
368 kfree(new_prop->value);
885 * A non-zero return value will not have created the changeset if error is from:
893 * A non-zero return value will have created the changeset if error is from:
1164 * A non-zero return value will not revert the changeset if error is from:
1175 * A non-zero return value will revert the changeset if error is from: