Searched defs:termios (Results 1 – 7 of 7) sorted by relevance
/external/kernel-headers/original/asm-arm/ |
D | termbits.h | 9 struct termios { struct 10 tcflag_t c_iflag; /* input mode flags */ 11 tcflag_t c_oflag; /* output mode flags */ 12 tcflag_t c_cflag; /* control mode flags */ 13 tcflag_t c_lflag; /* local mode flags */ 14 cc_t c_line; /* line discipline */ 15 cc_t c_cc[NCCS]; /* control characters */
|
D | termios.h | 75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ argument 81 #define user_termio_to_kernel_termios(termios, termio) \ argument 93 #define kernel_termios_to_user_termio(termio, termios) \ argument
|
/external/kernel-headers/original/asm-x86/ |
D | termbits.h | 11 struct termios { struct 20 struct termios2 { argument
|
D | termios.h | 90 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ argument 96 #define user_termio_to_kernel_termios(termios, termio) \ argument 108 #define kernel_termios_to_user_termio(termio, termios) \ argument
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 142 struct termios termios, tmp; in ask_yn() local
|
/external/grub/grub/ |
D | asmstub.c | 1105 struct termios termios; in serial_hw_init() local
|
/external/kernel-headers/original/linux/ |
D | tty.h | 180 struct termios *termios, *termios_locked; member
|