Searched refs:termio (Results 1 – 14 of 14) sorted by relevance
/external/kernel-headers/original/asm-arm/ |
D | termios.h | 15 struct termio { struct 75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ argument 77 get_user(__tmp,&(termio)->x); \ 81 #define user_termio_to_kernel_termios(termios, termio) \ argument 83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \ 84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \ 85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \ 86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \ 87 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \ 93 #define kernel_termios_to_user_termio(termio, termios) \ argument [all …]
|
/external/kernel-headers/original/asm-x86/ |
D | termios.h | 15 struct termio { struct 90 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ argument 92 get_user(__tmp,&(termio)->x); \ 96 #define user_termio_to_kernel_termios(termios, termio) \ argument 98 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \ 99 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \ 100 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \ 101 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \ 102 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \ 108 #define kernel_termios_to_user_termio(termio, termios) \ argument [all …]
|
/external/dropbear/ |
D | svr-chansession.c | 431 struct termios termio; in get_termmodes() local 442 if (tcgetattr(chansess->master, &termio) == -1) { in get_termmodes() 477 termio.c_cc[termcode->mapcode] = value; in get_termmodes() 482 termio.c_iflag |= termcode->mapcode; in get_termmodes() 484 termio.c_iflag &= ~(termcode->mapcode); in get_termmodes() 490 termio.c_oflag |= termcode->mapcode; in get_termmodes() 492 termio.c_oflag &= ~(termcode->mapcode); in get_termmodes() 498 termio.c_lflag |= termcode->mapcode; in get_termmodes() 500 termio.c_lflag &= ~(termcode->mapcode); in get_termmodes() 506 termio.c_cflag |= termcode->mapcode; in get_termmodes() [all …]
|
/external/strace/ |
D | term.c | 188 struct termio tio;
|
D | configure.ac | 195 …s/tihdr.h sys/tiuser.h sys/sysconfig.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h a…
|
D | config.h.in | 292 /* Define to 1 if you have the <termio.h> header file. */
|
D | config.log | 3169 configure:6794: checking termio.h usability 3178 configure:6839: checking termio.h presence 3182 configure:6910: checking for termio.h
|
D | configure | 6781 …s/tihdr.h sys/tiuser.h sys/sysconfig.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h a…
|
/external/netcat/ |
D | stupidh | 48 stream stropts pstat sysmacros termio termios sgtty tty ttyent lstat select \
|
/external/openssl/crypto/des/ |
D | read_pwd.c | 154 #define TTY_STRUCT struct termio
|
/external/openssl/crypto/ui/ |
D | ui_openssl.c | 227 # define TTY_STRUCT struct termio
|
/external/e2fsprogs/ |
D | configure.in | 696 …ths.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h…
|
D | configure | 9965 …ths.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h…
|
/external/elfutils/autom4te.cache/ |
D | output.0 | 3217 #include <termio.h>
|