next_vtermno       60 drivers/char/virtio_console.c 	unsigned int next_vtermno;
next_vtermno       65 drivers/char/virtio_console.c static struct ports_driver_data pdrvdata = { .next_vtermno = 1};
next_vtermno     1248 drivers/char/virtio_console.c 	port->cons.vtermno = pdrvdata.next_vtermno;
next_vtermno     1259 drivers/char/virtio_console.c 	pdrvdata.next_vtermno++;