Symbol: vt_window
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/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/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/simplefb/simplefb.c
228
vt_simplefb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw,
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
611
const struct vt_window *vw, unsigned int x, unsigned int y)
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
961
vga_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt.h
121
struct vt_window *vd_windows[VT_MAXWINDOWS]; /* (c) Windows. */
sys/dev/vt/vt.h
122
struct vt_window *vd_curwindow; /* (d) Current window. */
sys/dev/vt/vt.h
123
struct vt_window *vd_savedwindow;/* (?) Saved for suspend. */
sys/dev/vt/vt.h
124
struct vt_window *vd_grabwindow; /* (?) Saved before cngrab. */
sys/dev/vt/vt.h
189
void vt_resume_flush_timer(struct vt_window *vw, int ms);
sys/dev/vt/vt.h
321
struct vt_window *vw_switch_to;
sys/dev/vt/vt.h
341
typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt.h
345
typedef void vd_bitblt_bmp_t(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt.h
349
typedef int vd_bitblt_argb_t(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt.h
452
void vt_compute_drawable_area(struct vt_window *);
sys/dev/vt/vt_core.c
1128
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1159
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1183
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1191
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1199
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1212
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1220
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1300
struct vt_window *vw;
sys/dev/vt/vt_core.c
1372
const struct vt_window *vw, const term_rect_t *area)
sys/dev/vt/vt_core.c
1411
vt_bitblt_buffer(struct vt_device *vd, const struct vt_window *vw,
sys/dev/vt/vt_core.c
1474
struct vt_window *vw;
sys/dev/vt/vt_core.c
1489
struct vt_window *vw;
sys/dev/vt/vt_core.c
1637
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1648
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1660
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1859
vt_shutdown_splash(struct vt_window *vw)
sys/dev/vt/vt_core.c
187
static int signal_vt_rel(struct vt_window *);
sys/dev/vt/vt_core.c
1870
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
188
static int signal_vt_acq(struct vt_window *);
sys/dev/vt/vt_core.c
189
static int finish_vt_rel(struct vt_window *, int, int *);
sys/dev/vt/vt_core.c
190
static int finish_vt_acq(struct vt_window *);
sys/dev/vt/vt_core.c
191
static int vt_window_switch(struct vt_window *);
sys/dev/vt/vt_core.c
192
static int vt_late_window_switch(struct vt_window *);
sys/dev/vt/vt_core.c
193
static int vt_proc_alive(struct vt_window *);
sys/dev/vt/vt_core.c
1947
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
2040
vtterm_cngrab_noswitch(struct vt_device *vd, struct vt_window *vw)
sys/dev/vt/vt_core.c
2066
vtterm_cnungrab_noswitch(struct vt_device *vd, struct vt_window *vw)
sys/dev/vt/vt_core.c
208
static struct vt_window vt_conswindow;
sys/dev/vt/vt_core.c
2088
struct vt_window *vw;
sys/dev/vt/vt_core.c
2107
struct vt_window *vw, *grabwindow;
sys/dev/vt/vt_core.c
2134
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
2149
vt_change_font(struct vt_window *vw, struct vt_font *vf)
sys/dev/vt/vt_core.c
2222
vt_proc_alive(struct vt_window *vw)
sys/dev/vt/vt_core.c
2243
signal_vt_rel(struct vt_window *vw)
sys/dev/vt/vt_core.c
2262
signal_vt_acq(struct vt_window *vw)
sys/dev/vt/vt_core.c
2283
finish_vt_rel(struct vt_window *vw, int release, int *s)
sys/dev/vt/vt_core.c
2298
finish_vt_acq(struct vt_window *vw)
sys/dev/vt/vt_core.c
2312
struct vt_window *vw;
sys/dev/vt/vt_core.c
2390
struct vt_window *vw;
sys/dev/vt/vt_core.c
242
static struct vt_window vt_conswindow = {
sys/dev/vt/vt_core.c
2544
struct vt_window *vw;
sys/dev/vt/vt_core.c
2568
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
2582
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
314
vt_resume_flush_timer(struct vt_window *vw, int ms)
sys/dev/vt/vt_core.c
3153
static struct vt_window *
sys/dev/vt/vt_core.c
3156
struct vt_window *vw;
sys/dev/vt/vt_core.c
3187
struct vt_window *vw;
sys/dev/vt/vt_core.c
3260
struct vt_window *vw;
sys/dev/vt/vt_core.c
349
(void)vt_late_window_switch((struct vt_window *)arg);
sys/dev/vt/vt_core.c
353
vt_save_kbd_mode(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
370
vt_update_kbd_mode(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
382
vt_save_kbd_state(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
400
vt_update_kbd_state(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
413
vt_save_kbd_leds(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
431
vt_update_kbd_leds(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
444
vt_window_preswitch(struct vt_window *vw, struct vt_window *curvw)
sys/dev/vt/vt_core.c
459
vt_window_postswitch(struct vt_window *vw)
sys/dev/vt/vt_core.c
468
vt_late_window_switch(struct vt_window *vw)
sys/dev/vt/vt_core.c
470
struct vt_window *curvw;
sys/dev/vt/vt_core.c
496
vt_proc_window_switch(struct vt_window *vw)
sys/dev/vt/vt_core.c
498
struct vt_window *curvw;
sys/dev/vt/vt_core.c
566
vt_window_switch(struct vt_window *vw)
sys/dev/vt/vt_core.c
569
struct vt_window *curvw = vd->vd_curwindow;
sys/dev/vt/vt_core.c
66
static int vtterm_cngrab_noswitch(struct vt_device *, struct vt_window *);
sys/dev/vt/vt_core.c
67
static int vtterm_cnungrab_noswitch(struct vt_device *, struct vt_window *);
sys/dev/vt/vt_core.c
703
vt_compute_drawable_area(struct vt_window *vw)
sys/dev/vt/vt_core.c
742
vt_scroll(struct vt_window *vw, int offset, int whence)
sys/dev/vt/vt_core.c
820
vt_scrollmode_kbdevent(struct vt_window *vw, int c, int console)
sys/dev/vt/vt_core.c
878
struct vt_window *vw = vd->vd_curwindow;
sys/dev/vt/vt_cpulogos.c
152
struct vt_window *vw;
sys/dev/vt/vt_cpulogos.c
209
struct vt_window *vw;