Lines Matching refs:vt_window
66 static int vtterm_cngrab_noswitch(struct vt_device *, struct vt_window *);
67 static int vtterm_cnungrab_noswitch(struct vt_device *, struct vt_window *);
184 static int signal_vt_rel(struct vt_window *);
185 static int signal_vt_acq(struct vt_window *);
186 static int finish_vt_rel(struct vt_window *, int, int *);
187 static int finish_vt_acq(struct vt_window *);
188 static int vt_window_switch(struct vt_window *);
189 static int vt_late_window_switch(struct vt_window *);
190 static int vt_proc_alive(struct vt_window *);
205 static struct vt_window vt_conswindow;
239 static struct vt_window vt_conswindow = {
311 vt_resume_flush_timer(struct vt_window *vw, int ms) in vt_resume_flush_timer()
346 (void)vt_late_window_switch((struct vt_window *)arg); in vt_switch_timer()
350 vt_save_kbd_mode(struct vt_window *vw, keyboard_t *kbd) in vt_save_kbd_mode()
367 vt_update_kbd_mode(struct vt_window *vw, keyboard_t *kbd) in vt_update_kbd_mode()
379 vt_save_kbd_state(struct vt_window *vw, keyboard_t *kbd) in vt_save_kbd_state()
397 vt_update_kbd_state(struct vt_window *vw, keyboard_t *kbd) in vt_update_kbd_state()
410 vt_save_kbd_leds(struct vt_window *vw, keyboard_t *kbd) in vt_save_kbd_leds()
428 vt_update_kbd_leds(struct vt_window *vw, keyboard_t *kbd) in vt_update_kbd_leds()
441 vt_window_preswitch(struct vt_window *vw, struct vt_window *curvw) in vt_window_preswitch()
456 vt_window_postswitch(struct vt_window *vw) in vt_window_postswitch()
465 vt_late_window_switch(struct vt_window *vw) in vt_late_window_switch()
467 struct vt_window *curvw; in vt_late_window_switch()
493 vt_proc_window_switch(struct vt_window *vw) in vt_proc_window_switch()
495 struct vt_window *curvw; in vt_proc_window_switch()
563 vt_window_switch(struct vt_window *vw) in vt_window_switch()
566 struct vt_window *curvw = vd->vd_curwindow; in vt_window_switch()
700 vt_compute_drawable_area(struct vt_window *vw) in vt_compute_drawable_area()
739 vt_scroll(struct vt_window *vw, int offset, int whence) in vt_scroll()
817 vt_scrollmode_kbdevent(struct vt_window *vw, int c, int console) in vt_scrollmode_kbdevent()
875 struct vt_window *vw = vd->vd_curwindow; in vt_processkey()
1120 struct vt_window *vw = tm->tm_softc; in vtterm_bell()
1144 struct vt_window *vw = tm->tm_softc; in vtterm_beep()
1167 struct vt_window *vw = tm->tm_softc; in vtterm_cursor()
1175 struct vt_window *vw = tm->tm_softc; in vtterm_putchar()
1183 struct vt_window *vw = tm->tm_softc; in vtterm_fill()
1192 struct vt_window *vw = tm->tm_softc; in vtterm_copy()
1200 struct vt_window *vw = tm->tm_softc; in vtterm_param()
1280 struct vt_window *vw; in vt_mark_mouse_position_as_dirty()
1352 const struct vt_window *vw, const term_rect_t *area) in vt_flush_to_buffer()
1391 vt_bitblt_buffer(struct vt_device *vd, const struct vt_window *vw, in vt_bitblt_buffer()
1454 struct vt_window *vw; in vt_draw_decorations()
1469 struct vt_window *vw; in vt_flush()
1617 struct vt_window *vw = tm->tm_softc; in vtterm_pre_input()
1628 struct vt_window *vw = tm->tm_softc; in vtterm_post_input()
1640 struct vt_window *vw = tm->tm_softc; in vtterm_done()
1831 struct vt_window *vw = tm->tm_softc; in vtterm_cnprobe()
1908 struct vt_window *vw = tm->tm_softc; in vtterm_cngetc()
1998 vtterm_cngrab_noswitch(struct vt_device *vd, struct vt_window *vw) in vtterm_cngrab_noswitch()
2024 vtterm_cnungrab_noswitch(struct vt_device *vd, struct vt_window *vw) in vtterm_cnungrab_noswitch()
2046 struct vt_window *vw; in vtterm_cngrab()
2065 struct vt_window *vw, *grabwindow; in vtterm_cnungrab()
2092 struct vt_window *vw = tm->tm_softc; in vtterm_opened()
2107 vt_change_font(struct vt_window *vw, struct vt_font *vf) in vt_change_font()
2180 vt_proc_alive(struct vt_window *vw) in vt_proc_alive()
2201 signal_vt_rel(struct vt_window *vw) in signal_vt_rel()
2220 signal_vt_acq(struct vt_window *vw) in signal_vt_acq()
2241 finish_vt_rel(struct vt_window *vw, int release, int *s) in finish_vt_rel()
2256 finish_vt_acq(struct vt_window *vw) in finish_vt_acq()
2270 struct vt_window *vw; in vt_mouse_terminput_button()
2348 struct vt_window *vw; in vt_mouse_event()
2504 struct vt_window *vw; in vt_mouse_state()
2528 struct vt_window *vw = tm->tm_softc; in vtterm_mmap()
2542 struct vt_window *vw = tm->tm_softc; in vtterm_ioctl()
3112 static struct vt_window *
3115 struct vt_window *vw; in vt_allocate_window()
3146 struct vt_window *vw; in vt_upgrade()
3215 struct vt_window *vw; in vt_resize()