Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/virtio/console/
H A Dvirtio_console.h36 #define VIRTIO_CONSOLE_F_SIZE 0x01 /* Console size */ macro
H A Dvirtio_console.c144 { VIRTIO_CONSOLE_F_SIZE, "ConsoleSize" },
452 if (virtio_with_feature(dev, VIRTIO_CONSOLE_F_SIZE)) in vtcon_setup_features()
476 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, cols, concfg); in vtcon_read_config()
477 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, rows, concfg); in vtcon_read_config()