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

/freebsd-13-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" },
456 if (virtio_with_feature(dev, VIRTIO_CONSOLE_F_SIZE))
480 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, cols, concfg);
481 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, rows, concfg);

Completed in 53 milliseconds