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