Home
last modified time | relevance | path

Searched refs:pty_slave (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c156 int pty_slave = -1; /* fd for slave side of pty */ variable
639 pty_slave = -1;
641 if (!get_pty(&pty_master, &pty_slave, ppp_devnam, uid)) {
646 set_up_tty(pty_slave, 1);
745 ttyfd = pty_slave;
979 if (pty_slave >= 0) {
980 (void) close(pty_slave);
981 pty_slave = -1;
1963 if (pty_slave > 2) {
1964 (void) close(pty_slave);
[all …]
H A Dpppd.h220 extern int pty_slave; /* slave side of PTY, if any */
H A Dsys-solaris.c1354 fd == pty_slave ? "pty" : "serial", baud_rate);