Home
last modified time | relevance | path

Searched refs:TIOCNOTTY (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h45 #define TIOCNOTTY 0x5422 macro
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc_server.c74 ioctl(i, TIOCNOTTY, 0); in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h45 #define TIOCNOTTY 0x5422 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h45 #define TIOCNOTTY 0x5422 macro
/third_party/musl/arch/generic/bits/
Dioctl.h45 #define TIOCNOTTY 0x5422 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h35 #define TIOCNOTTY 0x5471 macro
/third_party/musl/arch/mips/bits/
Dioctl.h35 #define TIOCNOTTY 0x5471 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h35 #define TIOCNOTTY 0x5471 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h82 #define TIOCNOTTY 0x5422 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h62 #define TIOCNOTTY 0x5422 macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h82 #define TIOCNOTTY 0x5422 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h62 #define TIOCNOTTY 0x5422 macro
/third_party/musl/arch/sh/bits/
Dioctl.h69 #define TIOCNOTTY _IO('T', 34) macro
/third_party/python/Modules/
Dtermios.c904 #ifdef TIOCNOTTY
905 {"TIOCNOTTY", TIOCNOTTY},
/third_party/toybox/toys/pending/
Dgetty.c126 ioctl(0, TIOCNOTTY, 0); // Giveup if there is any controlling terminal in open_tty()
/third_party/NuttX/
DReleaseNotes29974 * [#4042](https://github.com/apache/incubator-nuttx/pull/#4042) serial: add ioctl TIOCNOTTY