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

1 2

  /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...]
  /external/kernel-headers/original/asm-x86/
termios.h 15 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)->c_cc, NCC);
    [all...]
  /external/kernel-headers/original/asm-mips/
termios.h 52 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". Ugh
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
termios.h 15 struct termio { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
ioctl-types.h 37 struct termio struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
termios.h 15 struct termio { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
ioctl-types.h 37 struct termio struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
termios.h 15 struct termio { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
ioctl-types.h 37 struct termio struct
  /bionic/libc/kernel/arch-arm/asm/
termios.h 32 struct termio { struct
  /bionic/libc/kernel/arch-x86/asm/
termios.h 32 struct termio { struct
  /development/ndk/platforms/android-3/arch-arm/include/asm/
termios.h 26 struct termio { struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
termios.h 32 struct termio { struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct

Completed in 390 milliseconds

1 2