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,
|