Searched refs:vidd_set_hw_cursor (Results 1 – 9 of 9) sorted by relevance
| /freebsd-head/sys/dev/syscons/ |
| HD | scgfbrndr.c | 227 vidd_set_hw_cursor(adp, at%scp->xsize, at/scp->xsize); in gfb_cursor() 230 vidd_set_hw_cursor(adp, -1, -1); in gfb_cursor() 267 vidd_set_hw_cursor(adp, at%scp->xsize, at/scp->xsize); in gfb_cursor() 272 vidd_set_hw_cursor(adp, at%scp->xsize, in gfb_cursor() 275 vidd_set_hw_cursor(adp, -1, -1); in gfb_cursor() 279 vidd_set_hw_cursor(adp, at%scp->xsize, at/scp->xsize); in gfb_cursor()
|
| HD | scvgarndr.c | 560 vidd_set_hw_cursor(adp, at%scp->xsize, in vga_txtcursor() 564 vidd_set_hw_cursor(adp, -1, -1); in vga_txtcursor()
|
| HD | scvidctl.c | 712 vidd_set_hw_cursor(adp, -1, -1); in sc_vid_ioctl()
|
| HD | syscons.c | 3299 vidd_set_hw_cursor(sc->adp, -1, -1); in scinit() 3451 vidd_set_hw_cursor(sc->adp, 0, 0); in scterm()
|
| /freebsd-head/sys/dev/syscons/star/ |
| HD | star_saver.c | 75 vidd_set_hw_cursor(adp, -1, -1); in star_saver()
|
| /freebsd-head/sys/dev/syscons/snake/ |
| HD | snake_saver.c | 87 vidd_set_hw_cursor(adp, -1, -1); in snake_saver()
|
| /freebsd-head/sys/dev/syscons/daemon/ |
| HD | daemon_saver.c | 229 vidd_set_hw_cursor(adp, -1, -1); in daemon_saver()
|
| /freebsd-head/sys/dev/fb/ |
| HD | fbreg.h | 214 #define vidd_set_hw_cursor(adp, col, row) \ macro
|
| HD | vga.c | 1655 vidd_set_hw_cursor(adp, -1, -1); in vga_set_mode()
|