Symbol: vt_device
sys/dev/virtio/gpu/virtio_gpu.c
129
vtgpu_fb_blank(struct vt_device *vd, term_color_t color)
sys/dev/virtio/gpu/virtio_gpu.c
146
vtgpu_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw,
sys/dev/virtio/gpu/virtio_gpu.c
168
vtgpu_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw,
sys/dev/virtio/gpu/virtio_gpu.c
186
vtgpu_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw,
sys/dev/virtio/gpu/virtio_gpu.c
196
vtgpu_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2,
sys/dev/virtio/gpu/virtio_gpu.c
215
vtgpu_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
sys/dev/vt/hw/efifb/efifb.c
172
vt_efifb_fini(struct vt_device *vd, void *softc)
sys/dev/vt/hw/efifb/efifb.c
76
vt_efifb_probe(struct vt_device *vd)
sys/dev/vt/hw/efifb/efifb.c
95
vt_efifb_init(struct vt_device *vd)
sys/dev/vt/hw/fb/vt_early_fb.c
155
vt_efb_probe(struct vt_device *vd)
sys/dev/vt/hw/fb/vt_early_fb.c
173
vt_efb_init(struct vt_device *vd)
sys/dev/vt/hw/fb/vt_fb.c
107
vt_fb_ioctl(struct vt_device *vd, u_long cmd, caddr_t data, struct thread *td)
sys/dev/vt/hw/fb/vt_fb.c
155
vt_fb_mmap(struct vt_device *vd, vm_ooffset_t offset, vm_paddr_t *paddr,
sys/dev/vt/hw/fb/vt_fb.c
184
vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
sys/dev/vt/hw/fb/vt_fb.c
219
vt_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill,
sys/dev/vt/hw/fb/vt_fb.c
236
vt_fb_blank(struct vt_device *vd, term_color_t color)
sys/dev/vt/hw/fb/vt_fb.c
279
vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/fb/vt_fb.c
344
vt_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/fb/vt_fb.c
390
vt_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/fb/vt_fb.c
460
vt_fb_invalidate_text(struct vt_device *vd, const term_rect_t *area)
sys/dev/vt/hw/fb/vt_fb.c
483
vt_fb_postswitch(struct vt_device *vd)
sys/dev/vt/hw/fb/vt_fb.c
517
vt_fb_init(struct vt_device *vd)
sys/dev/vt/hw/fb/vt_fb.c
562
vt_fb_fini(struct vt_device *vd, void *softc)
sys/dev/vt/hw/fb/vt_fb.c
589
vt_fb_suspend(struct vt_device *vd)
sys/dev/vt/hw/fb/vt_fb.c
596
vt_fb_resume(struct vt_device *vd)
sys/dev/vt/hw/fb/vt_fb.h
35
void vt_fb_resume(struct vt_device *vd);
sys/dev/vt/hw/fb/vt_fb.h
36
void vt_fb_suspend(struct vt_device *vd);
sys/dev/vt/hw/ofwfb/ofwfb.c
133
ofwfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/ofwfb/ofwfb.c
248
ofwfb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/ofwfb/ofwfb.c
258
ofwfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/ofwfb/ofwfb.c
409
ofwfb_initialize(struct vt_device *vd)
sys/dev/vt/hw/ofwfb/ofwfb.c
489
ofwfb_init(struct vt_device *vd)
sys/dev/vt/hw/ofwfb/ofwfb.c
64
static void ofwfb_initialize(struct vt_device *vd);
sys/dev/vt/hw/ofwfb/ofwfb.c
94
ofwfb_probe(struct vt_device *vd)
sys/dev/vt/hw/simplefb/simplefb.c
145
vt_simplefb_probe(struct vt_device *vd)
sys/dev/vt/hw/simplefb/simplefb.c
161
vt_simplefb_init(struct vt_device *vd)
sys/dev/vt/hw/simplefb/simplefb.c
218
vt_simplefb_fini(struct vt_device *vd, void *softc)
sys/dev/vt/hw/simplefb/simplefb.c
228
vt_simplefb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/vbefb/vbefb.c
147
vt_vbefb_fini(struct vt_device *vd, void *softc)
sys/dev/vt/hw/vbefb/vbefb.c
76
vt_vbefb_probe(struct vt_device *vd)
sys/dev/vt/hw/vbefb/vbefb.c
95
vt_vbefb_init(struct vt_device *vd)
sys/dev/vt/hw/vga/vt_vga.c
1004
vga_bitblt_argb(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/vga/vt_vga.c
1014
vga_initialize_graphics(struct vt_device *vd)
sys/dev/vt/hw/vga/vt_vga.c
1095
vga_initialize(struct vt_device *vd, int textmode)
sys/dev/vt/hw/vga/vt_vga.c
127
vga_setwmode(struct vt_device *vd, int wmode)
sys/dev/vt/hw/vga/vt_vga.c
1288
vga_probe(struct vt_device *vd)
sys/dev/vt/hw/vga/vt_vga.c
1295
vga_init(struct vt_device *vd)
sys/dev/vt/hw/vga/vt_vga.c
1345
vga_postswitch(struct vt_device *vd)
sys/dev/vt/hw/vga/vt_vga.c
149
vga_setfg(struct vt_device *vd, term_color_t color)
sys/dev/vt/hw/vga/vt_vga.c
164
vga_setbg(struct vt_device *vd, term_color_t color)
sys/dev/vt/hw/vga/vt_vga.c
326
vga_blank(struct vt_device *vd, term_color_t color)
sys/dev/vt/hw/vga/vt_vga.c
337
vga_bitblt_put(struct vt_device *vd, u_long dst, term_color_t color,
sys/dev/vt/hw/vga/vt_vga.c
363
vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
sys/dev/vt/hw/vga/vt_vga.c
374
vga_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill,
sys/dev/vt/hw/vga/vt_vga.c
503
vga_bitblt_pixels_block_2colors(struct vt_device *vd, const uint8_t *masks,
sys/dev/vt/hw/vga/vt_vga.c
532
vga_bitblt_pixels_block_ncolors(struct vt_device *vd, const uint8_t *masks,
sys/dev/vt/hw/vga/vt_vga.c
610
vga_bitblt_one_text_pixels_block(struct vt_device *vd,
sys/dev/vt/hw/vga/vt_vga.c
782
vga_bitblt_text_gfxmode(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/vga/vt_vga.c
864
vga_bitblt_text_txtmode(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/vga/vt_vga.c
925
vga_bitblt_text(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/hw/vga/vt_vga.c
937
vga_invalidate_text(struct vt_device *vd, const term_rect_t *area)
sys/dev/vt/hw/vga/vt_vga.c
961
vga_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt.h
188
void vt_resume(struct vt_device *vd);
sys/dev/vt/vt.h
190
void vt_suspend(struct vt_device *vd);
sys/dev/vt/vt.h
292
struct vt_device *vw_device; /* (c) Device. */
sys/dev/vt/vt.h
334
typedef int vd_init_t(struct vt_device *vd);
sys/dev/vt/vt.h
335
typedef int vd_probe_t(struct vt_device *vd);
sys/dev/vt/vt.h
336
typedef void vd_fini_t(struct vt_device *vd, void *softc);
sys/dev/vt/vt.h
337
typedef void vd_postswitch_t(struct vt_device *vd);
sys/dev/vt/vt.h
338
typedef void vd_blank_t(struct vt_device *vd, term_color_t color);
sys/dev/vt/vt.h
339
typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt.h
341
typedef void vd_invalidate_text_t(struct vt_device *vd,
sys/dev/vt/vt.h
343
typedef void vd_bitblt_bmp_t(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt.h
347
typedef int vd_bitblt_argb_t(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt.h
351
typedef int vd_fb_ioctl_t(struct vt_device *, u_long, caddr_t, struct thread *);
sys/dev/vt/vt.h
352
typedef int vd_fb_mmap_t(struct vt_device *, vm_ooffset_t, vm_paddr_t *, int,
sys/dev/vt/vt.h
354
typedef void vd_drawrect_t(struct vt_device *, int, int, int, int, int,
sys/dev/vt/vt.h
356
typedef void vd_setpixel_t(struct vt_device *, int, int, term_color_t);
sys/dev/vt/vt.h
357
typedef void vd_suspend_t(struct vt_device *);
sys/dev/vt/vt.h
358
typedef void vd_resume_t(struct vt_device *);
sys/dev/vt/vt.h
410
extern struct vt_device vt_consdev;
sys/dev/vt/vt.h
411
void vt_upgrade(struct vt_device *vd);
sys/dev/vt/vt.h
453
int vt_is_cursor_in_area(const struct vt_device *vd,
sys/dev/vt/vt.h
455
void vt_termsize(struct vt_device *, struct vt_font *, term_pos_t *);
sys/dev/vt/vt.h
456
void vt_winsize(struct vt_device *, struct vt_font *, struct winsize *);
sys/dev/vt/vt.h
472
void vtterm_draw_cpu_logos(struct vt_device *);
sys/dev/vt/vt_core.c
1021
struct vt_device *vd = arg;
sys/dev/vt/vt_core.c
1044
vt_allocate_keyboard(struct vt_device *vd)
sys/dev/vt/vt_core.c
1128
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
1159
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
1272
vt_is_cursor_in_area(const struct vt_device *vd, const term_rect_t *area)
sys/dev/vt/vt_core.c
1292
vt_mark_mouse_position_as_dirty(struct vt_device *vd, int locked)
sys/dev/vt/vt_core.c
1336
vt_set_border(struct vt_device *vd, const term_rect_t *area,
sys/dev/vt/vt_core.c
1366
vt_flush_to_buffer(struct vt_device *vd,
sys/dev/vt/vt_core.c
1406
vt_bitblt_buffer(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt_core.c
1467
vt_draw_decorations(struct vt_device *vd)
sys/dev/vt/vt_core.c
1482
vt_flush(struct vt_device *vd)
sys/dev/vt/vt_core.c
161
struct vt_device *main_vd = &vt_consdev;
sys/dev/vt/vt_core.c
1615
struct vt_device *vd;
sys/dev/vt/vt_core.c
1656
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
1681
vtterm_splash(struct vt_device *vd)
sys/dev/vt/vt_core.c
1854
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
193
static void vt_resize(struct vt_device *);
sys/dev/vt/vt_core.c
1931
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
2023
vtterm_cngrab_noswitch(struct vt_device *vd, struct vt_window *vw)
sys/dev/vt/vt_core.c
2049
vtterm_cnungrab_noswitch(struct vt_device *vd, struct vt_window *vw)
sys/dev/vt/vt_core.c
2070
struct vt_device *vd;
sys/dev/vt/vt_core.c
2089
struct vt_device *vd;
sys/dev/vt/vt_core.c
2118
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
212
struct vt_device vt_consdev = {
sys/dev/vt/vt_core.c
2134
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
2293
vt_mouse_terminput_button(struct vt_device *vd, int button)
sys/dev/vt/vt_core.c
2319
vt_mouse_terminput(struct vt_device *vd, int type, int x, int y, int event,
sys/dev/vt/vt_core.c
2372
struct vt_device *vd;
sys/dev/vt/vt_core.c
2528
struct vt_device *vd;
sys/dev/vt/vt_core.c
2554
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
2568
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
302
vt_schedule_flush(struct vt_device *vd, int ms)
sys/dev/vt/vt_core.c
3138
vt_allocate_window(struct vt_device *vd, unsigned int window)
sys/dev/vt/vt_core.c
315
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
3169
vt_upgrade(struct vt_device *vd)
sys/dev/vt/vt_core.c
3242
vt_resize(struct vt_device *vd)
sys/dev/vt/vt_core.c
3266
struct vt_device *vd;
sys/dev/vt/vt_core.c
328
vt_suspend_flush_timer(struct vt_device *vd)
sys/dev/vt/vt_core.c
3361
struct vt_device *vd;
sys/dev/vt/vt_core.c
3372
struct vt_device *vd;
sys/dev/vt/vt_core.c
3431
vt_suspend(struct vt_device *vd)
sys/dev/vt/vt_core.c
3451
vt_resume(struct vt_device *vd)
sys/dev/vt/vt_core.c
498
struct vt_device *vd;
sys/dev/vt/vt_core.c
567
struct vt_device *vd = vw->vw_device;
sys/dev/vt/vt_core.c
647
vt_termsize(struct vt_device *vd, struct vt_font *vf, term_pos_t *size)
sys/dev/vt/vt_core.c
65
static int vtterm_cngrab_noswitch(struct vt_device *, struct vt_window *);
sys/dev/vt/vt_core.c
66
static int vtterm_cnungrab_noswitch(struct vt_device *, struct vt_window *);
sys/dev/vt/vt_core.c
663
vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect)
sys/dev/vt/vt_core.c
685
vt_winsize(struct vt_device *vd, struct vt_font *vf, struct winsize *size)
sys/dev/vt/vt_core.c
704
struct vt_device *vd;
sys/dev/vt/vt_core.c
758
vt_machine_kbdevent(struct vt_device *vd, int c)
sys/dev/vt/vt_core.c
821
struct vt_device *vd;
sys/dev/vt/vt_core.c
875
vt_processkey(keyboard_t *kbd, struct vt_device *vd, int c)
sys/dev/vt/vt_cpulogos.c
117
vtterm_draw_cpu_logos(struct vt_device *vd)
sys/dev/vt/vt_cpulogos.c
151
struct vt_device *vd;
sys/dev/vt/vt_cpulogos.c
208
struct vt_device *vd;
sys/dev/vt/vt_cpulogos.c
65
vt_draw_2_vga16_px(struct vt_device *vd, vt_axis_t x, vt_axis_t y,
sys/dev/vt/vt_cpulogos.c
74
vt_draw_1_logo(struct vt_device *vd, vt_axis_t top, vt_axis_t left)
sys/powerpc/ps3/ps3_syscons.c
153
ps3fb_init(struct vt_device *vd)
sys/powerpc/ps3/ps3_syscons.c
90
ps3fb_probe(struct vt_device *vd)