Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h40 #define TIOCCONS 0x541D macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h40 #define TIOCCONS 0x541D macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h40 #define TIOCCONS 0x541D macro
/third_party/musl/arch/generic/bits/
Dioctl.h40 #define TIOCCONS 0x541D macro
/third_party/musl/arch/mips64/bits/
Dioctl.h49 #define TIOCCONS _IOW('t', 120, int) macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h49 #define TIOCCONS _IOW('t', 120, int) macro
/third_party/musl/arch/mips/bits/
Dioctl.h49 #define TIOCCONS _IOW('t', 120, int) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h57 #define TIOCCONS 0x541D macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h77 #define TIOCCONS 0x541D macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h77 #define TIOCCONS 0x541D macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h57 #define TIOCCONS 0x541D macro
/third_party/musl/arch/sh/bits/
Dioctl.h64 #define TIOCCONS _IO('T', 29) macro
/third_party/python/Modules/
Dtermios.c823 #ifdef TIOCCONS
824 {"TIOCCONS", TIOCCONS},