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

  /src/sys/dev/wscons/
wsemul_sun.c 101 static u_int wsemul_sun_output_normal(struct wsemul_sun_emuldata *,
221 wsemul_sun_output_normal(struct wsemul_sun_emuldata *edp, u_char c, int kernel) function in typeref:typename:u_int
263 printf("wsemul_sun_output_normal: ESC in kernel output ignored\n");
332 wsemul_sun_output_normal(edp, ASCII_ESC, 0); /* ??? */
333 newstate = wsemul_sun_output_normal(edp, c, 0);
503 wsemul_sun_output_normal(edp, *data, 1);
509 newstate = wsemul_sun_output_normal(edp, *data, 0);
522 newstate = wsemul_sun_output_normal(edp, *data, 0);
wsemul_sun.c 101 static u_int wsemul_sun_output_normal(struct wsemul_sun_emuldata *,
221 wsemul_sun_output_normal(struct wsemul_sun_emuldata *edp, u_char c, int kernel) function in typeref:typename:u_int
263 printf("wsemul_sun_output_normal: ESC in kernel output ignored\n");
332 wsemul_sun_output_normal(edp, ASCII_ESC, 0); /* ??? */
333 newstate = wsemul_sun_output_normal(edp, c, 0);
503 wsemul_sun_output_normal(edp, *data, 1);
509 newstate = wsemul_sun_output_normal(edp, *data, 0);
522 newstate = wsemul_sun_output_normal(edp, *data, 0);
wsemul_sun.c 101 static u_int wsemul_sun_output_normal(struct wsemul_sun_emuldata *,
221 wsemul_sun_output_normal(struct wsemul_sun_emuldata *edp, u_char c, int kernel) function in typeref:typename:u_int
263 printf("wsemul_sun_output_normal: ESC in kernel output ignored\n");
332 wsemul_sun_output_normal(edp, ASCII_ESC, 0); /* ??? */
333 newstate = wsemul_sun_output_normal(edp, c, 0);
503 wsemul_sun_output_normal(edp, *data, 1);
509 newstate = wsemul_sun_output_normal(edp, *data, 0);
522 newstate = wsemul_sun_output_normal(edp, *data, 0);

Completed in 32 milliseconds