Home
last modified time | relevance | path

Searched refs:TIOCGSERIAL (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h41 #define TIOCGSERIAL 0x541E macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h41 #define TIOCGSERIAL 0x541E macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h41 #define TIOCGSERIAL 0x541E macro
/third_party/musl/arch/generic/bits/
Dioctl.h41 #define TIOCGSERIAL 0x541E macro
/third_party/musl/arch/mips64/bits/
Dioctl.h77 #define TIOCGSERIAL 0x5484 macro
/third_party/musl/arch/mips/bits/
Dioctl.h77 #define TIOCGSERIAL 0x5484 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h77 #define TIOCGSERIAL 0x5484 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h78 #define TIOCGSERIAL 0x541E macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h58 #define TIOCGSERIAL 0x541E macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h78 #define TIOCGSERIAL 0x541E macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h58 #define TIOCGSERIAL 0x541E macro
/third_party/musl/arch/sh/bits/
Dioctl.h65 #define TIOCGSERIAL _IOR('T', 30, char[60]) macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c74 if (ioctl(vhd->filefd, TIOCGSERIAL, &s_s) == 0) { in callback_raw_test()
/third_party/python/Modules/
Dtermios.c841 #ifdef TIOCGSERIAL
842 {"TIOCGSERIAL", TIOCGSERIAL},