Searched refs:LINUX_TCSETS (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/arch/zaurus/stand/zboot/ |
H A 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()
|
H A D | termios.c | 96 case LINUX_TCSETS: in linux_tcsetattr()
|
/netbsd-src/sys/compat/linux/common/ |
H A 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/aarch64/ |
H A D | linux_termios.h | 36 #define LINUX_TCSETS 0x5402 macro
|
/netbsd-src/sys/compat/linux/arch/alpha/ |
H A D | linux_termios.h | 39 #define LINUX_TCSETS _LINUX_IOW('t', 20, struct linux_termios) macro
|
/netbsd-src/sys/compat/linux/arch/mips/ |
H A D | linux_termios.h | 50 #define LINUX_TCSETS 0x540e macro
|
/netbsd-src/sys/compat/linux/arch/amd64/ |
H A D | linux_termios.h | 145 #define LINUX_TCSETS _LINUX_IO('T', 0x02) macro
|
/netbsd-src/sys/compat/linux/arch/powerpc/ |
H A D | linux_termios.h | 48 #define LINUX_TCSETS _LINUX_IOW('t', 20, struct linux_termios) macro
|
/netbsd-src/sys/compat/linux/arch/i386/ |
H A D | linux_termios.h | 39 #define LINUX_TCSETS _LINUX_IO('T', 2) macro
|
/netbsd-src/sys/compat/linux/arch/arm/ |
H A D | linux_termios.h | 39 #define LINUX_TCSETS _LINUX_IO('T', 2) macro
|
/netbsd-src/sys/compat/linux/arch/m68k/ |
H A D | linux_termios.h | 39 #define LINUX_TCSETS _LINUX_IO('T', 2) macro
|