Lines Matching refs:value
142 status_state = !strcmp(prop->value, "okay") ||
143 !strcmp(prop->value, "ok");
145 old_status_state = !strcmp(old_prop->value, "okay") ||
146 !strcmp(old_prop->value, "ok");
315 kfree(prop->value);
387 * NOTE: There is no check for zero length value.
388 * In case of a boolean property, this will allocate a value
393 new->value = kmemdup(prop->value, prop->length, allocflags);
395 if (!new->name || !new->value)
405 kfree(new->value);
413 * @full_name: string value to be duplicated into new node's full_name field
448 kfree(new_pp->value);
690 * Returns 0 on success, a negative error value in case of an error.
717 * Returns 0 on success, a negative error value in case of an error.
743 * Returns 0 on success, a negative error value in case of an error.
771 * Return: 0 on success, a negative error value in case of an error.
794 * Returns 0 on success, a negative error value in case of an error.
866 * Return: 0 on success, a negative error value in case of an error.
895 * Return: 0 on success, a negative error value in case of an error.