OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCSETS2
(Results
76 - 91
of
91
) sorted by null
1
2
3
4
/prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/asm/
ioctls.h
87
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/asm/
ioctls.h
87
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/asm/
ioctls.h
87
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm-generic/
ioctls.h
75
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
ioctls.h
86
#define
TCSETS2
_IOW('T', 0x2B, struct termios2)
/device/linaro/hikey/wpan/uim/
uim.c
277
ioctl(dev_fd,
TCSETS2
, &ti2);
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialposix.py
40
TCSETS2
= 0x402C542B
57
res = FCNTL.ioctl(port.fd,
TCSETS2
, buf)
Completed in 190 milliseconds
1
2
3
4