Searched refs:linux_termio (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/compat/linux/arch/powerpc/
H A Dlinux_termios.h51 #define LINUX_TCGETA _LINUX_IOR('t', 23, struct linux_termio)
52 #define LINUX_TCSETA _LINUX_IOW('t', 24, struct linux_termio)
53 #define LINUX_TCSETAW _LINUX_IOW('t', 25, struct linux_termio)
54 #define LINUX_TCSETAF _LINUX_IOW('t', 28, struct linux_termio)
127 * Old style linux_termio
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_termios.h43 #define LINUX_TCGETA _LINUX_IOR('t', 23, struct linux_termio)
44 #define LINUX_TCSETA _LINUX_IOW('t', 24, struct linux_termio)
45 #define LINUX_TCSETAW _LINUX_IOW('t', 25, struct linux_termio)
46 #define LINUX_TCSETAF _LINUX_IOW('t', 28, struct linux_termio)
114 /* Old style linux_termio: */
/netbsd-current/sys/compat/linux/common/
H A Dlinux_termios.h66 struct linux_termio { struct
166 struct linux_termio;
168 static void linux_termio_to_bsd_termios(struct linux_termio *,
171 struct linux_termio *);
192 linux_termio_to_bsd_termios(struct linux_termio *lt, struct termios *bts)
279 bsd_termios_to_linux_termio(struct termios *bts, struct linux_termio *lt)
H A Dlinux_termios.c77 struct linux_termio tmplt;
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c2255 struct linux_termio {
2270 struct linux_termio target;
2463 case LINUX_IOR('t', 23, struct linux_termio): /* TCGETA */
2251 struct linux_termio { struct
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c2239 struct linux_termio {
2254 struct linux_termio target;
2447 case LINUX_IOR('t', 23, struct linux_termio): /* TCGETA */
2235 struct linux_termio { struct

Completed in 132 milliseconds