Searched refs:TIOCGPTN (Results 1 – 4 of 4) sorted by relevance
69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
87 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
237 case TIOCGPTN: in term_ioctl()
2622 #ifdef TIOCGPTN2629 if (ioctl(mfd, TIOCGPTN, &ptn) >= 0) {