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

/lxc/src/include/
H A Dopenpty.c41 int master, slave; local
56 slave = open(buf, O_RDWR | O_NOCTTY);
57 if (slave == -1)
62 tcsetattr(slave, TCSAFLUSH, termp);
64 ioctl(slave, TIOCSWINSZ, winp);
67 *aslave = slave;
/lxc/src/lxc/
H A Dconf.h175 * @name : the path name of the slave pty side
177 * @slave : the file descriptor of the slave
182 int slave; member in struct:lxc_pty_info
201 * @name : the file name of the slave pty
204 int slave; member in struct:lxc_console

Completed in 10 milliseconds