Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c636 pty_slave = -1;
643 set_up_tty(pty_slave, 1);
742 ttyfd = pty_slave;
976 if (pty_slave >= 0) {
977 (void) close(pty_slave);
978 pty_slave = -1;
1960 if (pty_slave > 2) {
1962 pty_slave = -1;
2596 (void) close(pty_slave);
2597 pty_slave = -1;
[all …]
H A Dpppd.h227 extern int pty_slave; /* slave side of PTY, if any */
H A Dsys-solaris.c1295 fd == pty_slave ? "pty" : "serial", baud_rate);