Searched refs:pty_slave (Results 1 – 1 of 1) sorted by relevance
125 static int pty_slave; /* fd for slave side of pty */ variable533 pty_slave = -1; in connect_tty()536 if (!get_pty(&pty_master, &pty_slave, ppp_devnam, uid)) { in connect_tty()541 set_up_tty(pty_slave, 1); in connect_tty()675 ttyfd = pty_slave; in connect_tty()792 if (pty_slave >= 0) in tty_close_fds()793 close(pty_slave); in tty_close_fds()