Lines Matching defs:value
2 * An implementation of key value pair (KVP) functionality for Linux.
49 * fills in the value corresponding to the specified key. We overload the
108 char value[HV_KVP_EXCHANGE_MAX_VALUE_SIZE];
299 strcpy(record[j].value, record[k].value);
311 const __u8 *value, int value_size)
335 * Found a match; just update the value -
338 memcpy(record[i].value, value, value_size);
356 memcpy(record[i].value, value, value_size);
364 static int kvp_get_value(int pool, const __u8 *key, int key_size, __u8 *value,
387 * Found a match; just copy the value out.
389 memcpy(value, record[i].value, value_size);
397 __u8 *value, int value_size)
412 memcpy(value, record[index].value, value_size);
445 char *value, *q;
451 /* Split into name=value */
458 value = p;
476 p = strdup(value);
481 p = strdup(value);
829 * maximum key value.
856 * If a family value of 0 is specified, we collect both
1702 hv_msg->body.kvp_set.data.value,
1711 hv_msg->body.kvp_set.data.value,
1732 * both the key and the value; if not read from the
1740 hv_msg->body.kvp_enum_data.data.value,
1747 key_value = (char *)hv_msg->body.kvp_enum_data.data.value;
1798 * Send the value back to the kernel. Note: the write() may