Searched refs:vt_window (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/dev/vt/
H A Dvt_core.c156 static int signal_vt_rel(struct vt_window *);
157 static int signal_vt_acq(struct vt_window *);
158 static int finish_vt_rel(struct vt_window *, int, int *);
159 static int finish_vt_acq(struct vt_window *);
160 static int vt_window_switch(struct vt_window *);
161 static int vt_late_window_switch(struct vt_window *);
162 static int vt_proc_alive(struct vt_window *);
175 static struct vt_window vt_conswindow;
197 static struct vt_window vt_conswindow = {
297 vt_late_window_switch((struct vt_window *)ar
[all...]
H A Dvt.h124 struct vt_window *vd_windows[VT_MAXWINDOWS]; /* (c) Windows. */
125 struct vt_window *vd_curwindow; /* (d) Current window. */
126 struct vt_window *vd_savedwindow;/* (?) Saved for suspend. */
255 struct vt_window { struct
283 struct vt_window *vw_switch_to;
300 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw,
302 typedef void vd_bitblt_bmp_t(struct vt_device *vd, const struct vt_window *vw,
/freebsd-10.1-release/sys/dev/fb/
H A Dcreator_vt.c181 creatorfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw,
224 creatorfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw,
/freebsd-10.1-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c244 vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw,
316 vt_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw,
/freebsd-10.1-release/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c105 ofwfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw,
202 ofwfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw,
/freebsd-10.1-release/sys/dev/vt/hw/vga/
H A Dvt_vga.c599 const struct vt_window *vw, unsigned int x, unsigned int y)
770 vga_bitblt_text_gfxmode(struct vt_device *vd, const struct vt_window *vw,
853 vga_bitblt_text_txtmode(struct vt_device *vd, const struct vt_window *vw,
897 vga_bitblt_text(struct vt_device *vd, const struct vt_window *vw,
909 vga_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw,

Completed in 177 milliseconds