Searched defs:Slave (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Dunix_login.c76 int Master, Slave; /* sides of the pty */ variable
212 * sets the global variables Master and Slave.
249 if ((Slave = open(slavename, O_RDWR)) == -1) {
253 if (ioctl(Slave, I_PUSH, "ptem") == -1) {
257 if (ioctl(Slave, I_PUSH, "ldterm") == -1) {
261 if (ioctl(Slave, I_PUSH, "ttcompat") == -1) {
284 close(Slave);
285 Slave = open(slavename, O_RDWR);
286 if (Slave < 0) {
311 *pfd0 = Slave;
[all...]

Completed in 57 milliseconds