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

/freebsd-12-stable/sys/dev/virtio/console/
H A Dvirtio_console.h38 #define VIRTIO_CONSOLE_F_SIZE 0x01 /* Console size */ macro
H A Dvirtio_console.c146 { VIRTIO_CONSOLE_F_SIZE, "ConsoleSize" },
444 if (virtio_with_feature(dev, VIRTIO_CONSOLE_F_SIZE))
466 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, cols, concfg);
467 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, rows, concfg);

Completed in 106 milliseconds