Searched refs:TIOCGPTPEER (Results 1 – 2 of 2) sorted by relevance
81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
122 #ifdef TIOCGPTPEER in do_tiocgptpeer()123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()