Home
last modified time | relevance | path

Searched refs:TIOCGPTPEER (Results 1 – 2 of 2) sorted by relevance

/tools/include/uapi/asm-generic/
Dioctls.h81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/tools/testing/selftests/filesystems/
Ddevpts_pts.c122 #ifdef TIOCGPTPEER in do_tiocgptpeer()
123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()