Home | History | Annotate | Download | only in openssh

Lines Matching refs:ptyfd

1405 		debug3("%s: tty %s ptyfd %d", __func__, s->tty, s->ptyfd);
1427 res = pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, sizeof(s->tty));
1450 if (mm_send_fd(sock, s->ptyfd) == -1 ||
1462 s->ttyfd = s->ptyfd;
1463 /* no need to dup() because nobody closes ptyfd */
1464 s->ptymaster = s->ptyfd;
1466 debug3("%s: tty %s ptyfd %d", __func__, s->tty, s->ttyfd);