Home
last modified time | relevance | path

Searched refs:vt_window (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h121 struct vt_window *vd_windows[VT_MAXWINDOWS]; /* (c) Windows. */
122 struct vt_window *vd_curwindow; /* (d) Current window. */
123 struct vt_window *vd_savedwindow;/* (?) Saved for suspend. */
124 struct vt_window *vd_grabwindow; /* (?) Saved before cngrab. */
189 void vt_resume_flush_timer(struct vt_window *vw, int ms);
291 struct vt_window { struct
319 struct vt_window *vw_switch_to; argument
339 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw, argument
343 typedef void vd_bitblt_bmp_t(struct vt_device *vd, const struct vt_window *vw,
347 typedef int vd_bitblt_argb_t(struct vt_device *vd, const struct vt_window *vw,
[all …]
H A Dvt_core.c65 static int vtterm_cngrab_noswitch(struct vt_device *, struct vt_window *);
66 static int vtterm_cnungrab_noswitch(struct vt_device *, struct vt_window *);
186 static int signal_vt_rel(struct vt_window *);
187 static int signal_vt_acq(struct vt_window *);
188 static int finish_vt_rel(struct vt_window *, int, int *);
189 static int finish_vt_acq(struct vt_window *);
190 static int vt_window_switch(struct vt_window *);
191 static int vt_late_window_switch(struct vt_window *);
192 static int vt_proc_alive(struct vt_window *);
207 static struct vt_window vt_conswindo
[all...]
H A Dvt_cpulogos.c152 struct vt_window *vw; in vt_fini_logos()
209 struct vt_window *vw; in vt_init_logos()
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c611 const struct vt_window *vw, unsigned int x, unsigned int y) in vga_bitblt_one_text_pixels_block()
782 vga_bitblt_text_gfxmode(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text_gfxmode()
864 vga_bitblt_text_txtmode(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text_txtmode()
925 vga_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text()
961 vga_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_bitmap()
1004 vga_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_argb()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c279 vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_bitmap()
344 vt_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_argb()
390 vt_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_text()
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c146 vtgpu_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_text()
168 vtgpu_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_bitmap()
186 vtgpu_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_argb()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c133 ofwfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_bitmap()
248 ofwfb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_text()
258 ofwfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_text()