Searched refs:termio (Results 1 - 9 of 9) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dtermios.h15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
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)
[all...]
/external/kernel-headers/original/asm-x86/
H A Dtermios.h15 struct termio { struct
88 * Translate a "termio" structure into a "termios". Ugh.
90 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
92 get_user(__tmp,&(termio)->x); \
96 #define user_termio_to_kernel_termios(termios, termio) \
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)
[all...]
/external/kernel-headers/original/asm-mips/
H A Dtermios.h52 struct termio { struct
95 * Translate a "termio" structure into a "termios". Ugh.
97 #define user_termio_to_kernel_termios(termios, termio) \
100 get_user(tmp, &(termio)->c_iflag); \
102 get_user(tmp, &(termio)->c_oflag); \
104 get_user(tmp, &(termio)->c_cflag); \
106 get_user(tmp, &(termio)->c_lflag); \
108 get_user((termios)->c_line, &(termio)->c_line); \
109 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
113 * Translate a "termios" structure into a "termio"
[all...]
/external/dropbear/
H A Dsvr-chansession.c431 struct termios termio; local
442 if (tcgetattr(chansess->master, &termio) == -1) {
477 termio.c_cc[termcode->mapcode] = value;
482 termio.c_iflag |= termcode->mapcode;
484 termio.c_iflag &= ~(termcode->mapcode);
490 termio.c_oflag |= termcode->mapcode;
492 termio.c_oflag &= ~(termcode->mapcode);
498 termio.c_lflag |= termcode->mapcode;
500 termio.c_lflag &= ~(termcode->mapcode);
506 termio
[all...]
/external/strace/
H A Dterm.c41 #include <termio.h>
185 struct termio tio;
203 /* ioctls with termios or termio args */
/external/openssl/crypto/des/
H A Dread_pwd.c153 #include <termio.h>
154 #define TTY_STRUCT struct termio
/external/openssl/crypto/ui/
H A Dui_openssl.c226 # include <termio.h>
227 # define TTY_STRUCT struct termio
/external/e2fsprogs/misc/
H A Dblkid.c20 #include <termio.h>
/external/e2fsprogs/
H A Dconfigure10065 for ac_header in dirent.h errno.h getopt.h malloc.h mntent.h paths.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h linux/fd.h linux/major.h net/if_dl.h netinet/in.h sys/disklabel.h sys/file.h sys/ioctl.h sys/mkdev.h sys/mman.h sys/prctl.h sys/queue.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h

Completed in 819 milliseconds