Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dunixcons.c158 struct linux_termios orig_termios, raw_termios; in awaitkey() local
164 raw_termios = orig_termios; in awaitkey()
165 linux_cfmakeraw(&raw_termios); in awaitkey()
166 linux_tcsetattr(infd, LINUX_TCSETS, &raw_termios); in awaitkey()