Home
last modified time | relevance | path

Searched refs:termio (Results 1 – 14 of 14) sorted by relevance

/external/kernel-headers/original/asm-arm/
Dtermios.h15 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/
Dtermios.h15 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/
Dsvr-chansession.c431 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/
Dterm.c188 struct termio tio;
Dconfigure.ac195 …s/tihdr.h sys/tiuser.h sys/sysconfig.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h a…
Dconfig.h.in292 /* Define to 1 if you have the <termio.h> header file. */
Dconfig.log3169 configure:6794: checking termio.h usability
3178 configure:6839: checking termio.h presence
3182 configure:6910: checking for termio.h
Dconfigure6781 …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/
Dstupidh48 stream stropts pstat sysmacros termio termios sgtty tty ttyent lstat select \
/external/openssl/crypto/des/
Dread_pwd.c154 #define TTY_STRUCT struct termio
/external/openssl/crypto/ui/
Dui_openssl.c227 # define TTY_STRUCT struct termio
/external/e2fsprogs/
Dconfigure.in696 …ths.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h…
Dconfigure9965 …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/
Doutput.03217 #include <termio.h>