Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h42 #define TIOCSSERIAL 0x541F macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h42 #define TIOCSSERIAL 0x541F macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h42 #define TIOCSSERIAL 0x541F macro
/third_party/musl/arch/generic/bits/
Dioctl.h42 #define TIOCSSERIAL 0x541F macro
/third_party/musl/arch/mips64/bits/
Dioctl.h78 #define TIOCSSERIAL 0x5485 macro
/third_party/musl/arch/mips/bits/
Dioctl.h78 #define TIOCSSERIAL 0x5485 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h78 #define TIOCSSERIAL 0x5485 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h79 #define TIOCSSERIAL 0x541F macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h59 #define TIOCSSERIAL 0x541F macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h79 #define TIOCSSERIAL 0x541F macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h59 #define TIOCSSERIAL 0x541F macro
/third_party/musl/arch/sh/bits/
Dioctl.h66 #define TIOCSSERIAL _IOW('T', 31, char[60]) macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c76 ioctl(vhd->filefd, TIOCSSERIAL, &s_s); in callback_raw_test()
/third_party/python/Modules/
Dtermios.c973 #ifdef TIOCSSERIAL
974 {"TIOCSSERIAL", TIOCSSERIAL},