Home
last modified time | relevance | path

Searched refs:psubtype (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/chardev/
H A Dspice.c261 const char **psubtype = spice_server_char_device_recognized_subtypes(); in qemu_chr_open_spice_vmc() local
263 for (; *psubtype != NULL; ++psubtype) { in qemu_chr_open_spice_vmc()
264 if (strcmp(type, *psubtype) == 0) { in qemu_chr_open_spice_vmc()
268 if (*psubtype == NULL) { in qemu_chr_open_spice_vmc()