HomeSort by relevance Sort by last modified time
    Searched full:termio (Results 1 - 25 of 41) sorted by null

1 2

  /external/kernel-headers/original/asm-x86/
termios.h 15 struct termio { struct
53 * Translate a "termio" structure into a "termios". Ugh.
55 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
57 get_user(__tmp,&(termio)->x); \
61 #define user_termio_to_kernel_termios(termios, termio) \
63 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
64 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
67 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC);
    [all...]
  /external/kernel-headers/original/asm-arm/
termios.h 15 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)->c_cc, NCC);
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
termios.h 26 struct termio { struct
  /external/openssl/crypto/des/
read_pwd.c 71 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
111 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
116 #undef TERMIO
120 #if defined(linux) && !defined(TERMIO)
122 #define TERMIO
128 #define TERMIO
132 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
134 #undef TERMIO
140 #undef TERMIO
152 #ifdef TERMIO
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
termios.h 26 struct termio { struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /external/openssl/crypto/ui/
ui_openssl.c 142 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
176 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
181 # undef TERMIO
185 #if defined(linux) && !defined(TERMIO)
187 # define TERMIO
193 # define TERMIO
197 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_MACINTOSH_CLASSIC) && !defined(MAC_OS_GUSI_SOURCE)
199 # undef TERMIO
205 #undef TERMIO
211 #undef TERMIO
    [all...]
  /external/dropbear/
svr-chansession.c 431 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.c_cflag |= termcode->mapcode
    [all...]
  /external/strace/
term.c 41 #include <termio.h>
188 struct termio tio;
206 /* ioctls with termios or termio args */
configure.ac 195 AC_CHECK_HEADERS([sys/reg.h sys/filio.h sys/acl.h sys/asynch.h sys/door.h stropts.h sys/conf.h sys/stream.h sys/tihdr.h sys/tiuser.h sys/sysconfig.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h asm/reg.h sys/uio.h sys/aio.h poll.h sys/poll.h sys/vfs.h asm/sysmips.h linux/utsname.h sys/nscsys.h mqueue.h sys/epoll.h libaio.h], [], [])
ioctl.c 174 * T sys/termio.h -no overlap-
  /external/netcat/
stupidh 48 stream stropts pstat sysmacros termio termios sgtty tty ttyent lstat select \
460 # termio/termios/sgtty hair
generic.h 57 sysv/POSIX_ME_HARDER: termio[s].h, struct termio[s], tty.c_*[]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86_OSlib.h 127 # include <termio.h>
354 # include <termio.h>
387 # include <termio.h>
435 # define termio termios macro
  /system/core/include/arch/darwin-x86/
AndroidConfig.h 84 * Define this if you have <termio.h>
  /system/core/include/arch/freebsd-x86/
AndroidConfig.h 89 * Define this if you have <termio.h>
  /system/core/include/arch/linux-arm/
AndroidConfig.h 90 * Define this if you have <termio.h>
  /system/core/include/arch/linux-sh/
AndroidConfig.h 90 * Define this if you have <termio.h>
  /system/core/include/arch/linux-x86/
AndroidConfig.h 84 * Define this if you have <termio.h>
  /system/core/include/arch/target_linux-x86/
AndroidConfig.h 76 * Define this if you have <termio.h>

Completed in 568 milliseconds

1 2