Home
last modified time | relevance | path

Searched refs:thunk_tcgetattr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h108 int thunk_tcgetattr(int, struct thunk_termios *);
/netbsd-src/sys/arch/usermode/dev/
H A Dttycons.c170 thunk_tcgetattr(0, &t); in ttycons_consinit()
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c425 thunk_tcgetattr(int fd, struct thunk_termios *tt) in thunk_tcgetattr() function