Searched refs:found_str (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | rbd.c | 178 char *found_str, *image_name; in qemu_rbd_parse_filename() local 188 found_str = qemu_rbd_next_tok(p, '/', &p); in qemu_rbd_parse_filename() 193 qemu_rbd_unescape(found_str); in qemu_rbd_parse_filename() 194 qdict_put_str(options, "pool", found_str); in qemu_rbd_parse_filename() 199 found_str = qemu_rbd_next_tok(p, ':', &p); in qemu_rbd_parse_filename() 200 qemu_rbd_unescape(found_str); in qemu_rbd_parse_filename() 201 qdict_put_str(options, "snapshot", found_str); in qemu_rbd_parse_filename() 207 found_str = qemu_rbd_next_tok(image_name, '/', &image_name); in qemu_rbd_parse_filename() 208 qemu_rbd_unescape(found_str); in qemu_rbd_parse_filename() 209 qdict_put_str(options, "namespace", found_str); in qemu_rbd_parse_filename()
|