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
319
struct vt_window *vw_switch_to;
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
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
450
void vt_compute_drawable_area(struct vt_window *);
sys/dev/vt/vt_core.c
1127
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1158
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1182
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1190
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1198
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1207
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1215
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1295
struct vt_window *vw;
sys/dev/vt/vt_core.c
1367
const struct vt_window *vw, const term_rect_t *area)
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
1469
struct vt_window *vw;
sys/dev/vt/vt_core.c
1484
struct vt_window *vw;
sys/dev/vt/vt_core.c
1632
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1643
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1655
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
1842
vt_shutdown_splash(struct vt_window *vw)
sys/dev/vt/vt_core.c
1853
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
186
static int signal_vt_rel(struct vt_window *);
sys/dev/vt/vt_core.c
187
static int signal_vt_acq(struct vt_window *);
sys/dev/vt/vt_core.c
188
static int finish_vt_rel(struct vt_window *, int, int *);
sys/dev/vt/vt_core.c
189
static int finish_vt_acq(struct vt_window *);
sys/dev/vt/vt_core.c
190
static int vt_window_switch(struct vt_window *);
sys/dev/vt/vt_core.c
191
static int vt_late_window_switch(struct vt_window *);
sys/dev/vt/vt_core.c
192
static int vt_proc_alive(struct vt_window *);
sys/dev/vt/vt_core.c
1930
struct vt_window *vw = tm->tm_softc;
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
207
static struct vt_window vt_conswindow;
sys/dev/vt/vt_core.c
2071
struct vt_window *vw;
sys/dev/vt/vt_core.c
2090
struct vt_window *vw, *grabwindow;
sys/dev/vt/vt_core.c
2117
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
2132
vt_change_font(struct vt_window *vw, struct vt_font *vf)
sys/dev/vt/vt_core.c
2205
vt_proc_alive(struct vt_window *vw)
sys/dev/vt/vt_core.c
2226
signal_vt_rel(struct vt_window *vw)
sys/dev/vt/vt_core.c
2245
signal_vt_acq(struct vt_window *vw)
sys/dev/vt/vt_core.c
2266
finish_vt_rel(struct vt_window *vw, int release, int *s)
sys/dev/vt/vt_core.c
2281
finish_vt_acq(struct vt_window *vw)
sys/dev/vt/vt_core.c
2295
struct vt_window *vw;
sys/dev/vt/vt_core.c
2373
struct vt_window *vw;
sys/dev/vt/vt_core.c
241
static struct vt_window vt_conswindow = {
sys/dev/vt/vt_core.c
2529
struct vt_window *vw;
sys/dev/vt/vt_core.c
2553
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
2567
struct vt_window *vw = tm->tm_softc;
sys/dev/vt/vt_core.c
313
vt_resume_flush_timer(struct vt_window *vw, int ms)
sys/dev/vt/vt_core.c
3137
static struct vt_window *
sys/dev/vt/vt_core.c
3140
struct vt_window *vw;
sys/dev/vt/vt_core.c
3171
struct vt_window *vw;
sys/dev/vt/vt_core.c
3244
struct vt_window *vw;
sys/dev/vt/vt_core.c
348
(void)vt_late_window_switch((struct vt_window *)arg);
sys/dev/vt/vt_core.c
352
vt_save_kbd_mode(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
369
vt_update_kbd_mode(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
381
vt_save_kbd_state(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
399
vt_update_kbd_state(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
412
vt_save_kbd_leds(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
430
vt_update_kbd_leds(struct vt_window *vw, keyboard_t *kbd)
sys/dev/vt/vt_core.c
443
vt_window_preswitch(struct vt_window *vw, struct vt_window *curvw)
sys/dev/vt/vt_core.c
458
vt_window_postswitch(struct vt_window *vw)
sys/dev/vt/vt_core.c
467
vt_late_window_switch(struct vt_window *vw)
sys/dev/vt/vt_core.c
469
struct vt_window *curvw;
sys/dev/vt/vt_core.c
495
vt_proc_window_switch(struct vt_window *vw)
sys/dev/vt/vt_core.c
497
struct vt_window *curvw;
sys/dev/vt/vt_core.c
565
vt_window_switch(struct vt_window *vw)
sys/dev/vt/vt_core.c
568
struct vt_window *curvw = vd->vd_curwindow;
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
702
vt_compute_drawable_area(struct vt_window *vw)
sys/dev/vt/vt_core.c
741
vt_scroll(struct vt_window *vw, int offset, int whence)
sys/dev/vt/vt_core.c
819
vt_scrollmode_kbdevent(struct vt_window *vw, int c, int console)
sys/dev/vt/vt_core.c
877
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;