Lines Matching refs:qemu_opt_get
699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"), in qemu_chr_open_file_out()
710 const char *filename = qemu_opt_get(opts, "path"); in qemu_chr_open_pipe()
1284 const char *filename = qemu_opt_get(opts, "path"); in qemu_chr_open_tty()
1421 const char *filename = qemu_opt_get(opts, "path"); in qemu_chr_open_pp()
1491 const char *filename = qemu_opt_get(opts, "path"); in qemu_chr_open_pp()
1711 const char *filename = qemu_opt_get(opts, "path"); in qemu_chr_open_win()
1811 const char *filename = qemu_opt_get(opts, "path"); in qemu_chr_open_win_pipe()
1851 const char *file_out = qemu_opt_get(opts, "path"); in qemu_chr_open_win_file_out()
2243 is_unix = qemu_opt_get(opts, "path") != NULL; in qemu_chr_open_socket()
2298 qemu_opt_get(opts, "path"), in qemu_chr_open_socket()
2302 qemu_opt_get(opts, "host"), qemu_opt_get(opts, "port"), in qemu_chr_open_socket()
2306 qemu_opt_get(opts, "host"), qemu_opt_get(opts, "port"), in qemu_chr_open_socket()
2602 if (qemu_opt_get(opts, "backend") == NULL) { in qemu_chr_open_opts()
2608 if (strcmp(backend_table[i].name, qemu_opt_get(opts, "backend")) == 0) in qemu_chr_open_opts()
2613 qemu_opt_get(opts, "backend")); in qemu_chr_open_opts()
2620 qemu_opt_get(opts, "backend")); in qemu_chr_open_opts()
2625 chr->filename = qemu_strdup(qemu_opt_get(opts, "backend")); in qemu_chr_open_opts()