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

  /src/sys/dev/wscons/
wsdisplay_vcons.c 138 static void vcons_putchar_cached(void *, int, int, u_int, long);
1300 vcons_putchar_cached(void *cookie, int row, int col, u_int c, long attr) function in typeref:typename:void
1336 vcons_putchar_cached(cookie, row, col, c, attr);
1590 vcons_putchar_cached(scr, i + r_start, j,
wsdisplay_vcons.c 138 static void vcons_putchar_cached(void *, int, int, u_int, long);
1300 vcons_putchar_cached(void *cookie, int row, int col, u_int c, long attr) function in typeref:typename:void
1336 vcons_putchar_cached(cookie, row, col, c, attr);
1590 vcons_putchar_cached(scr, i + r_start, j,

Completed in 22 milliseconds