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

  /src/sys/arch/usermode/include/
thunk.h 49 struct thunk_termios { struct
108 int thunk_tcgetattr(int, struct thunk_termios *);
109 int thunk_tcsetattr(int, int, const struct thunk_termios *);
  /src/sys/arch/usermode/usermode/
thunk.c 167 thunk_to_termios(const struct thunk_termios *tt, struct termios *t)
182 thunk_from_termios(const struct termios *t, struct thunk_termios *tt)
425 thunk_tcgetattr(int fd, struct thunk_termios *tt)
438 thunk_tcsetattr(int fd, int action, const struct thunk_termios *tt)
  /src/sys/arch/usermode/dev/
ttycons.c 168 struct thunk_termios t;

Completed in 12 milliseconds