HomeSort by: relevance | last modified time | path
    Searched defs:vga_raster_cursor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
vga_raster.c 181 static void vga_raster_cursor(void *, int, int, int);
194 vga_raster_cursor,
828 vga_raster_cursor(scr, scr->cursoron, scr->cursorrow, scr->cursorcol);
1046 * false, so we can't use vga_raster_cursor() to do this.
1065 vga_raster_cursor(void *id, int on, int row, int col) function in typeref:typename:void
1327 vga_raster_cursor(scr, 0,
1346 vga_raster_cursor(scr, 1, scr->cursorrow,
vga_raster.c 181 static void vga_raster_cursor(void *, int, int, int);
194 vga_raster_cursor,
828 vga_raster_cursor(scr, scr->cursoron, scr->cursorrow, scr->cursorcol);
1046 * false, so we can't use vga_raster_cursor() to do this.
1065 vga_raster_cursor(void *id, int on, int row, int col) function in typeref:typename:void
1327 vga_raster_cursor(scr, 0,
1346 vga_raster_cursor(scr, 1, scr->cursorrow,

Completed in 22 milliseconds