Searched refs:LINUX_TCSETS (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/sys/arch/zaurus/stand/zboot/ |
| D | unixcons.c | 92 if (linux_tcsetattr(fd, LINUX_TCSETS, &termios) < 0) in consinit() 166 linux_tcsetattr(infd, LINUX_TCSETS, &raw_termios); in awaitkey() 189 linux_tcsetattr(infd, LINUX_TCSETS, &orig_termios); in awaitkey()
|
| D | termios.c | 96 case LINUX_TCSETS: in linux_tcsetattr()
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_termios.c | 106 case LINUX_TCSETS: in linux_ioctl_termios() 121 case LINUX_TCSETS: in linux_ioctl_termios()
|
| /netbsd/src/sys/compat/linux/arch/alpha/ |
| D | linux_termios.h | 39 #define LINUX_TCSETS _LINUX_IOW('t', 20, struct linux_termios) macro
|
| /netbsd/src/sys/compat/linux/arch/mips/ |
| D | linux_termios.h | 50 #define LINUX_TCSETS 0x540e macro
|
| /netbsd/src/sys/compat/linux/arch/amd64/ |
| D | linux_termios.h | 145 #define LINUX_TCSETS _LINUX_IO('T', 0x02) macro
|
| /netbsd/src/sys/compat/linux/arch/i386/ |
| D | linux_termios.h | 39 #define LINUX_TCSETS _LINUX_IO('T', 2) macro
|
| /netbsd/src/sys/compat/linux/arch/powerpc/ |
| D | linux_termios.h | 48 #define LINUX_TCSETS _LINUX_IOW('t', 20, struct linux_termios) macro
|
| /netbsd/src/sys/compat/linux/arch/arm/ |
| D | linux_termios.h | 39 #define LINUX_TCSETS _LINUX_IO('T', 2) macro
|
| /netbsd/src/sys/compat/linux/arch/m68k/ |
| D | linux_termios.h | 39 #define LINUX_TCSETS _LINUX_IO('T', 2) macro
|