Searched refs:backend_table (Results 1 – 1 of 1) sorted by relevance
2551 } backend_table[] = { variable2607 for (i = 0; i < ARRAY_SIZE(backend_table); i++) { in qemu_chr_open_opts()2608 if (strcmp(backend_table[i].name, qemu_opt_get(opts, "backend")) == 0) in qemu_chr_open_opts()2611 if (i == ARRAY_SIZE(backend_table)) { in qemu_chr_open_opts()2617 chr = backend_table[i].open(opts); in qemu_chr_open_opts()