Home
last modified time | relevance | path

Searched refs:TIOCM_RNG (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h94 #define TIOCM_RNG 0x080 macro
97 #define TIOCM_RI TIOCM_RNG
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h94 #define TIOCM_RNG 0x080 macro
97 #define TIOCM_RI TIOCM_RNG
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h94 #define TIOCM_RNG 0x080 macro
97 #define TIOCM_RI TIOCM_RNG
/third_party/musl/arch/generic/bits/
Dioctl.h94 #define TIOCM_RNG 0x080 macro
97 #define TIOCM_RI TIOCM_RNG
/third_party/musl/arch/mips64/bits/
Dioctl.h101 #define TIOCM_RNG 0x200 macro
102 #define TIOCM_RI TIOCM_RNG
/third_party/musl/arch/mipsn32/bits/
Dioctl.h101 #define TIOCM_RNG 0x200 macro
102 #define TIOCM_RI TIOCM_RNG
/third_party/musl/arch/mips/bits/
Dioctl.h101 #define TIOCM_RNG 0x200 macro
102 #define TIOCM_RI TIOCM_RNG
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h111 #define TIOCM_RNG 0x080 macro
114 #define TIOCM_RI TIOCM_RNG
/third_party/musl/arch/powerpc64/bits/
Dioctl.h66 #define TIOCM_RNG 0x080 macro
69 #define TIOCM_RI TIOCM_RNG
/third_party/musl/arch/powerpc/bits/
Dioctl.h66 #define TIOCM_RNG 0x080 macro
69 #define TIOCM_RI TIOCM_RNG
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h111 #define TIOCM_RNG 0x080 macro
114 #define TIOCM_RI TIOCM_RNG
/third_party/musl/arch/sh/bits/
Dioctl.h53 #define TIOCM_RNG 0x080 macro
56 #define TIOCM_RI TIOCM_RNG
/third_party/python/Modules/
Dtermios.c892 #ifdef TIOCM_RNG
893 {"TIOCM_RNG", TIOCM_RNG},