Home
last modified time | relevance | path

Searched defs:vw (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt_core.c124 #define VT_UNIT(vw) ((vw)->vw_device->vd_unit * VT_MAXWINDOWS + \ argument
313 vt_resume_flush_timer(struct vt_window *vw, int ms) in vt_resume_flush_timer()
352 vt_save_kbd_mode(struct vt_window *vw, keyboard_t *kbd) in vt_save_kbd_mode()
369 vt_update_kbd_mode(struct vt_window *vw, keyboard_t *kbd) in vt_update_kbd_mode()
381 vt_save_kbd_state(struct vt_window *vw, keyboard_t *kbd) in vt_save_kbd_state()
399 vt_update_kbd_state(struct vt_window *vw, keyboard_t *kbd) in vt_update_kbd_state()
412 vt_save_kbd_leds(struct vt_window *vw, keyboard_t *kbd) in vt_save_kbd_leds()
430 vt_update_kbd_leds(struct vt_window *vw, keyboard_t *kbd) in vt_update_kbd_leds()
443 vt_window_preswitch(struct vt_window *vw, struct vt_window *curvw) in vt_window_preswitch()
458 vt_window_postswitch(struct vt_window *vw) in vt_window_postswitch()
[all …]
H A Dvt_cpulogos.c152 struct vt_window *vw; in vt_fini_logos() local
209 struct vt_window *vw; in vt_init_logos() local
H A Dvt.h329 #define IS_VT_PROC_MODE(vw) ((vw)->vw_smode.mode == VT_PROCESS) argument
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c609 vga_bitblt_one_text_pixels_block(struct vt_device * vd,const struct vt_window * vw,unsigned int x,unsigned int y) vga_bitblt_one_text_pixels_block() argument
780 vga_bitblt_text_gfxmode(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) vga_bitblt_text_gfxmode() argument
862 vga_bitblt_text_txtmode(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) vga_bitblt_text_txtmode() argument
923 vga_bitblt_text(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) vga_bitblt_text() argument
959 vga_bitblt_bitmap(struct vt_device * vd,const struct vt_window * vw,const uint8_t * pattern,const uint8_t * mask,unsigned int width,unsigned int height,unsigned int x,unsigned int y,term_color_t fg,term_color_t bg) vga_bitblt_bitmap() argument
[all...]
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c268 vt_fb_bitblt_bitmap(struct vt_device * vd,const struct vt_window * vw,const uint8_t * pattern,const uint8_t * mask,unsigned int width,unsigned int height,unsigned int x,unsigned int y,term_color_t fg,term_color_t bg) vt_fb_bitblt_bitmap() argument
336 vt_fb_bitblt_text(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) vt_fb_bitblt_text() argument
[all...]
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c131 ofwfb_bitblt_bitmap(struct vt_device * vd,const struct vt_window * vw,const uint8_t * pattern,const uint8_t * mask,unsigned int width,unsigned int height,unsigned int x,unsigned int y,term_color_t fg,term_color_t bg) ofwfb_bitblt_bitmap() argument
246 ofwfb_bitblt_text(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) ofwfb_bitblt_text() argument
[all...]
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c144 vtgpu_fb_bitblt_text(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) vtgpu_fb_bitblt_text() argument
166 vtgpu_fb_bitblt_bitmap(struct vt_device * vd,const struct vt_window * vw,const uint8_t * pattern,const uint8_t * mask,unsigned int width,unsigned int height,unsigned int x,unsigned int y,term_color_t fg,term_color_t bg) vtgpu_fb_bitblt_bitmap() argument
[all...]
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2651 linux_to_bsd_v4l_window(struct l_video_window *lvw, struct video_window *vw) in linux_to_bsd_v4l_window()
2665 bsd_to_linux_v4l_window(struct video_window *vw, struct l_video_window *lvw) in bsd_to_linux_v4l_window()
2731 linux_v4l_cliplist_free(struct video_window *vw) in linux_v4l_cliplist_free()
2746 linux_v4l_cliplist_copy(struct l_video_window *lvw, struct video_window *vw) in linux_v4l_cliplist_copy()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c1526 linux_route_print(struct rtentry *rt, void *vw) in linux_route_print()
/freebsd/sys/net/
H A Drtsock.c2216 sysctl_dumpentry(struct rtentry *rt, void *vw) in sysctl_dumpentry() argument