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

  /src/sys/dev/wscons/
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);

Completed in 23 milliseconds