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

/lxc/src/lxc/tools/
H A Dlxc_usernsexec.c77 static void opentty(const char * tty, int which) { argument
80 if (tty[0] == '\0')
83 fd = open(tty, O_RDWR | O_NONBLOCK);
85 printf("WARN: could not reopen tty: %s\n", strerror(errno));
/lxc/src/lxc/
H A Dconf.h174 * virtualizing a tty
187 * Defines the number of tty configured and contains the
268 * @tty : numbers of tty
276 * @tty_info : tty data
296 unsigned int tty; member in struct:lxc_conf
312 char *pty_names; // comma-separated list of lxc.tty pty names

Completed in 13 milliseconds