Lines Matching defs:value
219 /* The following are essentially all key/value pairs, and we treat
220 * 'id' and 'conf' a bit special. Key/value pairs may be in any order. */
222 char *name, *value;
225 error_setg(errp, "conf option %s has no value", name);
231 value = qemu_rbd_next_tok(p, ':', &p);
232 qemu_rbd_unescape(value);
235 qdict_put_str(options, "conf", value);
237 qdict_put_str(options, "user", value);
251 qlist_append_str(keypairs, value);
292 g_string_append(accu, RbdAuthMode_str(auth->value));
312 QString *value;
327 value = qobject_to(QString, qlist_pop(keypairs));
328 assert(name && value);
331 ret = rados_conf_set(cluster, key, qstring_get_str(value));
332 qobject_unref(value);
934 host = p->value->host;
935 port = p->value->port;
1149 * specified in the older format consisting of all key/value pairs
1490 * value in the callback routine. Choose a value that does not conflict with