HomeSort by relevance Sort by last modified time
    Searched refs:termios2 (Results 1 - 9 of 9) 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
  /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 84 copy_from_user(k, u, sizeof(struct termios2))
87 copy_to_user(u, k, sizeof(struct termios2))
termbits.h 20 struct termios2 { struct
  /ndk/build/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
  /ndk/build/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

Completed in 152 milliseconds