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

  /src/sys/dev/wscons/
wsdisplay_vcons.c 134 static void vcons_putchar(void *, int, int, u_int, long);
422 ri->ri_ops.putchar = vcons_putchar;
566 ri->ri_ops.putchar = vcons_putchar;
1321 vcons_putchar(void *cookie, int row, int col, u_int c, long attr) function in typeref:typename:void
1445 vcons_putchar(ri, wsc->row, wsc->col, wsc->letter, attr);

Completed in 30 milliseconds