Searched refs:VIRTIO_CONSOLE_F_MULTIPORT (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/virtio/console/
H A Dvirtio_console.h39 #define VIRTIO_CONSOLE_F_MULTIPORT 0x02 /* Multiple ports */ macro
H A Dvirtio_console.c143 #define VTCON_FEATURES VIRTIO_CONSOLE_F_MULTIPORT
147 { VIRTIO_CONSOLE_F_MULTIPORT, "MultiplePorts" },
446 if (virtio_with_feature(dev, VIRTIO_CONSOLE_F_MULTIPORT))
468 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_MULTIPORT, max_nr_ports, concfg);

Completed in 45 milliseconds