Home
last modified time | relevance | path

Searched refs:VR_CURSOR_ON (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/syscons/
Dscgfbrndr.c258 scp->status |= VR_CURSOR_ON; in gfb_cursor()
261 if (scp->status & VR_CURSOR_ON) in gfb_cursor()
263 scp->status &= ~VR_CURSOR_ON; in gfb_cursor()
268 scp->status |= VR_CURSOR_ON; in gfb_cursor()
277 if (scp->status & VR_CURSOR_ON) in gfb_cursor()
281 scp->status &= ~VR_CURSOR_ON; in gfb_cursor()
298 scp->status |= VR_CURSOR_ON; in gfb_cursor()
302 scp->status ^= VR_CURSOR_ON; in gfb_cursor()
303 if(scp->status & VR_CURSOR_ON) in gfb_cursor()
310 if (scp->status & VR_CURSOR_ON) in gfb_cursor()
[all …]
Dscvgarndr.c561 scp->status |= VR_CURSOR_ON; in vga_txtcursor()
565 if (scp->status & VR_CURSOR_ON) in vga_txtcursor()
567 scp->status &= ~VR_CURSOR_ON; in vga_txtcursor()
572 scp->status |= VR_CURSOR_ON; in vga_txtcursor()
581 if (scp->status & VR_CURSOR_ON) in vga_txtcursor()
585 scp->status &= ~VR_CURSOR_ON; in vga_txtcursor()
1109 scp->status |= VR_CURSOR_ON; in vga_pxlcursor_direct()
1113 scp->status ^= VR_CURSOR_ON; in vga_pxlcursor_direct()
1115 scp->status & VR_CURSOR_ON, in vga_pxlcursor_direct()
1119 if (scp->status & VR_CURSOR_ON) in vga_pxlcursor_direct()
[all …]
Dscvidctl.c850 ~(VR_CURSOR_ON | VR_CURSOR_BLINK); in sc_render_match()
860 ~(VR_CURSOR_ON | VR_CURSOR_BLINK); in sc_render_match()
Dsyscons.h133 #define VR_CURSOR_ON 0x80000 /* text cursor is on */ macro