Symbol: vt_driver
sys/dev/virtio/gpu/virtio_gpu.c
107
static struct vt_driver vtgpu_fb_driver = {
sys/dev/vt/hw/efifb/efifb.c
52
static struct vt_driver vt_efifb_driver = {
sys/dev/vt/hw/fb/vt_early_fb.c
53
static struct vt_driver vt_fb_early_driver = {
sys/dev/vt/hw/fb/vt_fb.c
45
static struct vt_driver vt_fb_driver = {
sys/dev/vt/hw/ofwfb/ofwfb.c
71
static const struct vt_driver vt_ofwfb_driver = {
sys/dev/vt/hw/simplefb/simplefb.c
54
static struct vt_driver vt_simplefb_driver = {
sys/dev/vt/hw/vbefb/vbefb.c
52
static struct vt_driver vt_vbefb_driver = {
sys/dev/vt/hw/vga/vt_vga.c
104
static const struct vt_driver vt_vga_driver = {
sys/dev/vt/vt.h
126
const struct vt_driver *vd_driver; /* (c) Graphics driver. */
sys/dev/vt/vt.h
128
const struct vt_driver *vd_prev_driver;/* (?) Previous driver. */
sys/dev/vt/vt.h
89
struct vt_driver;
sys/dev/vt/vt.h
91
int vt_allocate(const struct vt_driver *, void *);
sys/dev/vt/vt.h
92
int vt_deallocate(const struct vt_driver *, void *);
sys/dev/vt/vt_core.c
1852
struct vt_driver *vtd, **vtdlist, *vtdbest = NULL;
sys/dev/vt/vt_core.c
201
SET_DECLARE(vt_drv_set, struct vt_driver);
sys/dev/vt/vt_core.c
3264
vt_replace_backend(const struct vt_driver *drv, void *softc)
sys/dev/vt/vt_core.c
3306
const struct vt_driver *old_drv;
sys/dev/vt/vt_core.c
3381
vt_allocate(const struct vt_driver *drv, void *softc)
sys/dev/vt/vt_core.c
3411
vt_deallocate(const struct vt_driver *drv, void *softc)
sys/powerpc/ps3/ps3_syscons.c
71
static struct vt_driver vt_ps3fb_driver = {