Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dvl.c179 static Chardev **serial_hds; variable
1458 serial_hds = g_renew(Chardev *, serial_hds, index + 1); in serial_parse()
1462 serial_hds[index] = NULL; in serial_parse()
1467 serial_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL); in serial_parse()
1468 if (!serial_hds[index]) { in serial_parse()
1482 return serial_hds[i]; in serial_hd()