Lines Matching refs:qemu_opt_get
532 ptr = qemu_opt_get(opts, GLUSTER_OPT_VOLUME); in qemu_gluster_parse_json()
539 ptr = qemu_opt_get(opts, GLUSTER_OPT_PATH); in qemu_gluster_parse_json()
559 ptr = qemu_opt_get(opts, GLUSTER_OPT_TYPE); in qemu_gluster_parse_json()
589 ptr = qemu_opt_get(opts, GLUSTER_OPT_HOST); in qemu_gluster_parse_json()
597 ptr = qemu_opt_get(opts, GLUSTER_OPT_PORT); in qemu_gluster_parse_json()
609 ptr = qemu_opt_get(opts, GLUSTER_OPT_TO); in qemu_gluster_parse_json()
613 ptr = qemu_opt_get(opts, GLUSTER_OPT_IPV4); in qemu_gluster_parse_json()
617 ptr = qemu_opt_get(opts, GLUSTER_OPT_IPV6); in qemu_gluster_parse_json()
637 ptr = qemu_opt_get(opts, GLUSTER_OPT_PATH); in qemu_gluster_parse_json()
639 ptr = qemu_opt_get(opts, GLUSTER_OPT_SOCKET); in qemu_gluster_parse_json()
640 } else if (qemu_opt_get(opts, GLUSTER_OPT_SOCKET)) { in qemu_gluster_parse_json()
811 filename = qemu_opt_get(opts, GLUSTER_OPT_FILENAME); in qemu_gluster_open()
825 logfile = qemu_opt_get(opts, GLUSTER_OPT_LOGFILE); in qemu_gluster_open()