Searched refs:TIOCSPTLCK (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/asm-generic/ | ||
D | ioctls.h | 72 #define TIOCSPTLCK _IOW('T', 0x31, int) macro |
/bionic/libc/bionic/ | ||
D | pty.cpp | 112 return ioctl(fd, TIOCSPTLCK, &unlock); in unlockpt() |