HomeSort by: relevance | last modified time | path
    Searched refs:ttyinput (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
tty_conf.c 90 .l_rint = ttyinput,
108 .l_rint = ttyinput,
tty.c 576 * ttyinput() helper.
908 ttyinput(int c, struct tty *tp) function in typeref:typename:int
  /src/sys/sys/
tty.h 233 /* Flags on a character passed to ttyinput. */
294 int ttyinput(int, struct tty *);
  /src/sys/dev/wscons/
wsdisplay.c 1816 * ttyinput() will try to lock again, causing deadlock.
1823 if (ifcn == ttyinput)

Completed in 14 milliseconds