HomeSort by relevance Sort by last modified time
    Searched refs:termios2 (Results 1 - 13 of 13) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
ioctls.h 59 #define TCGETS2 _IOR('T',0x2A, struct termios2)
60 #define TCSETS2 _IOW('T',0x2B, struct termios2)
61 #define TCSETSW2 _IOW('T',0x2C, struct termios2)
62 #define TCSETSF2 _IOW('T',0x2D, struct termios2)
termbits.h 31 struct termios2 { struct
  /development/ndk/platforms/android-5/arch-x86/include/asm/
ioctls.h 59 #define TCGETS2 _IOR('T',0x2A, struct termios2)
60 #define TCSETS2 _IOW('T',0x2B, struct termios2)
61 #define TCSETSW2 _IOW('T',0x2C, struct termios2)
62 #define TCSETSF2 _IOW('T',0x2D, struct termios2)
termbits.h 31 struct termios2 { struct
  /external/kernel-headers/original/asm-x86/
ioctls.h 50 #define TCGETS2 _IOR('T',0x2A, struct termios2)
51 #define TCSETS2 _IOW('T',0x2B, struct termios2)
52 #define TCSETSW2 _IOW('T',0x2C, struct termios2)
53 #define TCSETSF2 _IOW('T',0x2D, struct termios2)
termios.h 101 copy_from_user(k, u, sizeof(struct termios2))
104 copy_to_user(u, k, sizeof(struct termios2))
termbits.h 20 struct termios2 { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ioctls.h 59 #define TCGETS2 _IOR('T',0x2A, struct termios2)
60 #define TCSETS2 _IOW('T',0x2B, struct termios2)
61 #define TCSETSW2 _IOW('T',0x2C, struct termios2)
62 #define TCSETSF2 _IOW('T',0x2D, struct termios2)
termbits.h 31 struct termios2 { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ioctls.h 59 #define TCGETS2 _IOR('T',0x2A, struct termios2)
60 #define TCSETS2 _IOW('T',0x2B, struct termios2)
61 #define TCSETSW2 _IOW('T',0x2C, struct termios2)
62 #define TCSETSF2 _IOW('T',0x2D, struct termios2)
termbits.h 31 struct termios2 { struct
  /bionic/libc/kernel/arch-sh/asm/
ioctls.h 91 #define TCGETS2 _IOR('T', 42, struct termios2)
92 #define TCSETS2 _IOW('T', 43, struct termios2)
93 #define TCSETSW2 _IOW('T', 44, struct termios2)
94 #define TCSETSF2 _IOW('T', 45, struct termios2)
termbits.h 31 struct termios2 { struct

Completed in 612 milliseconds