wsdisplay_vcons.c | 124 static int vcons_putchar_buffer(void *, int, int, u_int, long); 1277 vcons_putchar_buffer(void *cookie, int row, int col, u_int c, long attr) function in typeref:typename:int 1327 need_draw = vcons_putchar_buffer(cookie, row, col, c, attr);
|