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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c138 static void ttyrub(int c, struct tty *tp);
700 ttyrub((c = unputc(&tp->t_rawq)), tp);
703 ttyrub(unputc(&tp->t_rawq), tp);
716 ttyrub(unputc(&tp->t_rawq), tp);
738 ttyrub(c, tp);
745 ttyrub(c, tp);
758 ttyrub(c, tp);
2484 ttyrub(int c, struct tty *tp) function
2545 #define PANICSTR "ttyrub: would panic c = %d, val = %d\n"

Completed in 23 milliseconds