Searched refs:TIOCNOTTY (Results 1 – 16 of 16) sorted by relevance
45 #define TIOCNOTTY 0x5422 macro
74 ioctl(i, TIOCNOTTY, 0); in main()
35 #define TIOCNOTTY 0x5471 macro
82 #define TIOCNOTTY 0x5422 macro
62 #define TIOCNOTTY 0x5422 macro
69 #define TIOCNOTTY _IO('T', 34) macro
904 #ifdef TIOCNOTTY905 {"TIOCNOTTY", TIOCNOTTY},
126 ioctl(0, TIOCNOTTY, 0); // Giveup if there is any controlling terminal in open_tty()
29974 * [#4042](https://github.com/apache/incubator-nuttx/pull/#4042) serial: add ioctl TIOCNOTTY