Searched refs:vcons_putchar (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsdisplay_vcons.c90 static void vcons_putchar(void *, int, int, u_int, long);
262 ri->ri_ops.putchar = vcons_putchar;
999 vcons_putchar(void *cookie, int row, int col, u_int c, long attr) function
1074 vcons_putchar(ri, wsc->row, wsc->col, wsc->letter, attr);

Completed in 125 milliseconds